body    { margin: 0px;
          padding: 0px;
          background: #c1d4f2 url(Bilder/HG.gif) repeat-x top left;
          color: black;
          font: 12px arial, Helvetica, verdana, sans-serif;
          text-align: center; /* IE Zentrieren */
        }
img     { border: 0px; }

#gesamt { position: relative;
          margin: 0px auto; /* andere Browser zentrieren */
          text-align: left; /* IE Zentrieren Seiteneffekt rückgängig */
         width: 895px;	  
		 border: 1px green;
		}
		
#mitte {
	position:absolute;
	left:0px;
	top:0px;
	width:895px;
	height:626px;
}

#kopf {
	position:absolute;
	left:0px;
	top:0px;
	background: url(Bilder/Slice1.jpg) repeat-x top left;
	width:895px;
	height:77px;
}



#bild {
	position:absolute;
	left:170px;
	top:3px;
}

#zahnnavi         {
	position:absolute;
	height: 195px;
	width:156px;
	top:2px;
	left: 5px;
                 }
				 
#zahnnavi a       { display: block;
                   color: black;
                   text-decoration: none;
                   letter-spacing: 1px;
				   background: #ffffff;
                  padding: 4px 0px 4px 6px;
				  margin: 0px 0px 4px 0px;
                 } 
				 
#zahnnavi a:hover { 	color: black; font-weight: bold;
					background: #d4d4d4; 			
					} 


#txt a       { color: black;
               text-decoration: underline;
                 } 
#txt a:hover  {  color: black; font-weight: bold;
                 text-decoration: underline;
                 } 


.footer          {
	position:absolute;
	width:152px;
	padding: 2px 5px 5px 5px;
	color: #ffffff;
	left: 731px;
	top: 0px;
                 } 
.footer a        { display: block; float: left;
                   padding: 0px 10px;
				   text-decoration: none;
                   color: #ffffff;
                   border-right: 1px solid #ffffff;
                 }
.footer a.letzter { border-right: none; }
.footer a:hover  { text-decoration: underline; }

.fineliners	{
	position:absolute;
	left:3px;
	top:18px;
	width: 158px;
}

.fineliners a        { 
					display: block; 
					font-size: 9px;
					float: left;
                   padding: 0px 10px; 
				   text-decoration: none;
                   color: #666666;
                 }
