body {font-family: verdana, arial,helvetica,sans-serif;}
body {
	height:100%;
	margin:0px; /* margin:0 und padding:0 sind notwendig um die "blinde" Scrollleiste im IE zu entfernen */
	padding:0px;
	background-color: #FFFFCC;
}
.aktiv{
   vertical-align: top;
}
.abstand{
   /*padding-left: 80px; */
   text-align: right;
   width: 150px;
   /*border: 1px solid #00CC33;*/
}
.weite{
   width: 80px;
   /*border: 1px solid #0000FF; */
}

#navigation {
   position:absolute;
   left:0px;
   top:0px;
   height:50px;
   width: 100%;
   background: #CC0033;
   font-size: 14px;
   font-weight: bold;
   color: #FFFFCC;
   padding-left: 10px;
   padding-top: 10px;
   padding-right: 10px;
   /*border: 2px solid #FF00FF;*/
   margin: 0px;
   display:inline;
   white-space: nowrap;
}


#navigation a{
/*border: thin solid #339966; */
   color: #FFFFCC;
  	text-decoration: none;
   vertical-align: sub;
   /*height: 40px;*/
}
#navigation a:hover{
/*border: thin solid #339966;*/
   /*color: #FFCC66;*/
  	text-decoration: none;
   vertical-align: top;
   height: 30px;
}

#inhalt { /*display: none;*/ }
#inhalt img{
   /*border: thin solid #00FFFF;*/
}

#inhaltLinks {
   position:absolute;
   left:0px;
   top:50px;
   width:312px;
   height:478px;
}

#inhaltRechts {
     position:absolute;
     left:312px;
     top:50px;
     font-size: 12px;
}
#text{
/*border: thin solid #339966;*/
   background: transparent;
   padding-left: 95px;
   padding-top: 25px;
   padding-bottom: 20px;
   width: 400px;
   line-height: 16px;
}
#text a, #bildunten a{
   line-height: 24px;
   color: #CC0000;
}
#text a:hover, #bildunten a:hover{
   color: #000000;
}
#bildUnten{
/*border: thin solid #339966;*/
   padding-left: 35px;
   padding-top: 20px;
   padding-bottom: 20px;
}       
#fuss {
   position:absolute;
   left:0px;
   top:528px;
   width:100%;
   background: #CC0033;
   border: 0px;
   margin: 0px;
   height: 30%;
   /*display: none;*/
}
