body {
    font-family:Verdana,  Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #8C8C8C;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	text-align:center;
    overflow-y:scroll;
    /*overflow-y: scroll;*/
   }

#CotainerRotator {
   width:900px;
   height:250px;
   background-color:#FFFFFF;
} 
   
#rotator img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}   

#ContainerInhalt {
  background-color:#FFFFFF;
  text-align:center;
  background-image:url(../images/back.gif);
  background-position:center;
  background-repeat: repeat-y;
}
   
#main {
	position:relative;
	width:900px;
	background-color:#FFFFFF;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px;
	text-align:left;
	border-bottom:1px solid #9A9A9A;
	/*border:1px solid #000000;*/
  } 
  
#Logo {
    position:absolute;
    top:134px;
	left:34px;
	width:174px;
	height:101px;
	z-index:2;
}  

#Container {
    width:900px;
    float:left;
	background-image:url(../images/back2.gif);
}

#BereichLinks {
   width:240px;
   float:left;
   background-color:#0099CC;
} 

#BereichMitte {
	width:660px;
	float:left;
	background-color:#FFFFFF;
	border-top:1px solid #9A9A9A;
}

#SpacerOben {
   width:660px;
   height:35px;
}

#SpacerUnten {
   width:660px;
   height:25px;
}

#Footer {
    width:900px;
	height:42px;
}  

#FooterLinks {
  width:240px;
  height:42px;
  float:left;
  background-color:#0099CC;
}

#FooterRechts {
  width:660px;
  height:40px;
  float:left;
  font-size:9px;
  border-top:1px solid #9A9A9A;
}

.form {
    color:            #8C8C8C;
	font-size:        11px;
    background-color: #FFFFFF;
    border-top:       1px solid #9A9A9A;
    border-bottom:    1px solid #9A9A9A;
    border-left:      1px solid #9A9A9A;
    border-right:     1px solid #9A9A9A;
    margin-top:       0px;
    margin-bottom:    0px;
	height:           16px;
	width: 250px;
}

td {
    font-size: 11px;
    color: #8C8C8C;
}
 

h1 {
   font-size:18px;
   font-weight:lighter;
   color: #0099CC;
   margin-top:0px;
}

.mint {
  color: #33CCCC;
}

a       {  font-size: 11px; color: #8C8C8C; text-decoration: underline; }
a:hover {  font-size: 11px; color: #8C8C8C; text-decoration: underline; }

a.mail       {  font-size: 13px; color: #0099CC; text-decoration: underline; }
a.mail:hover {  font-size: 13px; color: #0099CC; text-decoration: underline; }
  
a.nav       {  font-size: 12px; color: #FFFFFF; text-decoration: none; }
a.nav:hover {  font-size: 12px; color: #000000; text-decoration: none; }

a.nav_aktiv       {  font-size: 12px; color: #000000; text-decoration: none; }
a.nav_aktiv:hover {  font-size: 12px; color: #000000; text-decoration: none; }

a.klein       {  font-size: 9px; color: #8C8C8C; text-decoration: underline; }
a.klein:hover {  font-size: 9px; color: #8C8C8C; text-decoration: underline; }
  