/* CSS Document */

@charset "ISO-8859-1";

body {
margin : 0;
background : #EEEEEE;
font-family : Verdana, Helvetica, Arial;
font-weight : normal;
font-size: 100%;  
color : black;
}

a:link { font-weight:bold; color:black; text-decoration:none;}
a:visited { font-weight:bold; color:black; text-decoration:none;}
a:focus { font-weight:bold; color:silver; text-decoration:underline;}
a:hover { font-weight:bold; color:silver; text-decoration:none;  }
a:active { font-weight:bold; color:red; text-decoration:underline;}

a.navi:link { font-weight:bold; color:black; text-decoration:none; color:white;}
a.navi:visited { font-weight:bold; color:black; text-decoration:none; color: white; }
a.navi:focus { font-weight:bold; color:silver; text-decoration:underline; color: #AAAAAA;}
a.navi:hover { font-weight:bold; color:silver; text-decoration:none; color: #AAAAAA; }
a.navi:active { font-weight:bold; color:red; text-decoration:underline; color: #AAAAAA;

}
img {
border : none;
}

#container {
position : absolute;
left : 50%;
top : 15;
width : 900px;
margin-left : -450px;
background-color : #ffffff;
z-index : 1;
}

#hintergrund {
width : 900px;
margin-top: 0px;
height : 200px;
background-image : url(homepage/kopf/kopf_1.jpg);
background-repeat:no-repeat;
}


.navigation {
margin-top: 5px;
width : 900px;
height : 30px;
color: #FFFFFF;
text-align: center;
background-image : url(homepage/navi_black.jpg);
background-repeat: no-repeat;
}

.tab_navi{
		  vertical-align: middle;
		  font-weight: bold;
		  height: 28px;
		  font-size: 80%;
		  }

.rot      {
	      color:#FF0000;
	      }
			 
.white	  {
          color:#FFFFFF;
          }
		  
		  
#hauptteil
		  {
		  margin-top: 15px;
		  width: 900px;;
		  }
		  
#linksteil
		  {
		  width: 175px;
		  vertical-align: top;
		  }
		  
#mittelteil
		  {
		  width: 550px;
		  vertical-align: top;
		  }
		  
#rechtsteil
		  {
		  width: 175px;
		  vertical-align: top;
		  }
		  
.unternavi_schwarz	
		  {
		  width: 150px;
		  height: 20px;
		  vertical-align: middle;
		  text-indent: 7px;
		  background-image : url(homepage/unternavi_schwarz.jpg);
		  background-repeat: no-repeat;
		  background-color:#000000;
		  color: #FFFFFF;
		  font-size: 80%;
		  }

.unternavi_rot	
		  {
		  margin-top: 2px;
		  width: 150px;
		  height: 20px;
		  vertical-align: middle;
		  text-indent: 7px;
		  background-color:#FF0000;
		  color: #000000;
		  font-size: 80%;
		  }
		  
		  
#ankuendigung
		  {
		  height: 400px;
		  padding:5px;
		  background-image : url(homepage/pinnwand.gif);
		  background-repeat: no-repeat;
		  color: #000000;
		  font-size: 80%;
		  }
		  
.ueberschrift
		  {
		  font-size: 100%;
		  color: #FF0000;
		  font-weight:bold;
		  }
		  
.grundtext
		  {
		  font-size: 80%;
		  color: #000000;
		  margin-top: 5px;
		  }
		  
.tabelle
		  {
		  font-size: 100%;
		  color: #000000;
		  }
		  
.facebook	
		  {
		  font-weight: bold;
		  border: thin;
		  margin-top: 2px;
		  width: 150px;
		  vertical-align: middle;
		  background-color:#EEEEEE;
		  color: #000000;
		  font-size: 80%;
		  }
		  
		  		  
