/* CSS Document */
*{margin:0; padding:0; border:0;}
body {font-family:Arial, Helvetica, sans serif;  font-size:12px; color:#fff;}
a{text-decoration:none; color:#fff; font-weight:bolder;}
a:hover{text-decoration:underline; color:#ff0; font-weight:bolder;}
table tr td{padding:0 17px 16px 0px;}
h2 {font-family:Arial, Helvetica, sans serif;  font-size:12px; color:#fff; margin:0 0 0 5px;}
h3 {font-family:Arial, Helvetica, sans serif;  font-size:12px; color:#fff; font-weight:bolder;}
ul {list-style:none; }
ul li {line-height:20px; }


/* allgemeine styles: */
* { margin:0; padding:0; border:0; }
body { font:12px Arial; }


/* kontaktformular styles: */
form#kontaktformular { margin:0 0 0 20px; padding:10px; width:300px; background:#666; border:1px #fff solid;}
form#kontaktformular label { width:100px; height:22px; margin-top:5px; display:block; float:left;}
form#kontaktformular .eingabe { width:200px; height:20px; margin-top:5px; float:left; background:#000; color:#fff;}
form#kontaktformular textarea { width:200px; height:98px; margin-top:5px; font-family:arial; font-size:12px; float:left; background:#000; color:#fff;} 
form#kontaktformular input.button { height: 23px; width: 98px; margin-top:10px;  margin-left: 200px; background:#000; }
form#kontaktformular br { clear:both; }
form#kontaktformular input {background:#000; color:#fff;}

/*  --  page zentrieren  --  */
#page{
      margin:auto;
      width:848px;
}

/*  --   header  --  */

#header{
      height:150px;
      width:848px;
      background-color:#000;
}



/*  --  inhalt  --  */
#content{
      
}

/*  --  spalte 1 im inhalt  --  */
#contentleft{
      padding-top:10px;
      width:424px; 
      float:left;  
}

#contentleft img { 
  display:block;
}

/*  --  spalte 2 im inhalt  --  */
#contentright{
    background:url(../images/3-1.jpg) no-repeat;
    width: 400px;
    height: 536px;
    float:left;
    margin:43px 0 0 13px ;
}

#contentright img { 
  display:block;
}


.textfeld{
   padding:10px 0 0 13px;
   height:333px;
   width:377px;
   background-color:#000;
}

#contentbottom{
      padding:20px 0 0 13px;
      height:20px;
      width:835px; 
      float:left;
}




/*  --  footer für keyword links, oder so  --  */
#footer{
   height:20px;  
   background:#f00; 
}



