/* 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:#000;}
a:hover{text-decoration:underline; color:#ff0;}
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;}

/*  --  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;
      height:100%;
      width:424px; 
      float:left;  
}

#contentleft img { 
  display:block;
}

/*  --  spalte 2 im inhalt  --  */
#contentright{
      padding:10px 0 0 13px ;
      height:100%;
      width:411px; 
      float:left;
}

#contentright img { 
  display:block;
}


/*  --  spalte 3 im inhalt  --  */
#contentbottom{
      padding:20px 0 0 13px;
      height:400px;
      width:835px; 
      float:left;
}

#contentbottom img {
  float:left;
  display:block;
}

.mitarbeiter {
  height:330px;
  width:132px;
  background:#000;
  float:left;
  margin:5px 5px 0 0;
}

.mitarbeiter p {
  margin:5px 0 0 5px;
}

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

.bgimg {
background: url(../images/oberschenkelfrau.gif) no-repeat;
width: 391px;
height: 144px;
color:#fff;


}




/*  --  footer für keyword links, oder so  --  */
#footer{
      
}



