@charset "UTF-8";
/* CSS Document */

body {
background-color: #000;	
}

#wrapper {
width: 800px;
margin: auto;
}


#head {
height: 80px;s
background-color:#000;
width: 100%;
line-height:: 3px;
}

#head_text {
background: #000000;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b6b6b6;
	font-weight: bold;
	float:left;
	width: 600px;
	
}

#head_text a, a:visited {
color: #b6b6b6;	
text-decoration: none;
}

.untertitel {
 background: #000000;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b6b6b6;
	font-weight: bold;	
}

#head_menue {
	float:left;
	width:200px;
}

#head_menue li{
background: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
font-weight: bold;  
}

#head_menue a {
	font-family : arial,helvetica;
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none;
}


#grafik {
height: 150px;	
background-color: #000;
width: 100%;
background-image:url(header_grafik.jpg);
clear: both;
}

#menue {
height: 40px;
background-color: #000;
width: 100%
}

#content {
width: 100%;
text-align: center;
color:#FFF;
padding-top: 25px;
}

#content a, a:visited {
	color:#FFF;
}

#footer { 
font-family: Verdana; 
font-size: 11px; 
font-style: normal; 
font-weight: normal; 
color: #000000;
text-align: center;
border-top: inset #CCC 2px;
margin-top: 30px;
}


/* TEXTSTYLES */

.Stil1 {  font-family: Verdana; font-size: 11px; font-style: normal; font-weight: normal;}
.Stil2 {  font-family: Verdana; font-size: 14px; font-style: normal; font-weight: normal;}
.Stil3 {  font-family: Verdana; font-size: 16px; font-style: normal; font-weight: normal;}
.Stil4 {  font-family: Verdana; font-size: 14px; font-style: normal; font-weight: bold;}
.Stil5 {  font-family: Verdana; font-size: 15px; font-style: normal; font-weight: bold; }
.Stil6 {  font-family: Verdana; font-size: 16px; font-style: normal; font-weight: bold;}
.Stil7 {  font-family: Verdana; font-size: 11px; font-style: normal; font-weight: bold; }


