/* 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;}
h3 {font-family:Arial, Helvetica, sans serif;  font-size:12px; color:#fff; font-weight:bolder;}
ul {list-style:none; }
ul li {line-height:20px; }

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

#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; 
}



