

/****************************
	Seitenstruktur
****************************/
body {
  font: 100.01% Verdana, Arial, Helvetica, sans-serif;
}

* {
  margin:0;
  padding:0;
}

#seite {
  width: 780px;
  margin: 0 auto;
}

#kopfbereich {
  margin-top: 10px;
  background-color:white;
}



#innerer_kopfbereich {
  background-color:white;
  float: right;
  margin-top: 20px;
}


#inhalt {
/*  background-color: lightgreen;*/
  margin-left: 162px;
   margin-top: 20px;
  /*  padding: 20px;*/
}

#steuerung {
  float: left;
  width:160px;
  /*border: 1px solid black;*/

/*  
  border: 1px solid black;
  background-color: #EEEEEE;
 */
}

#fussbereich {
  clear: both;
  padding: 20px;
}

/****************************
	/Seitenstruktur
****************************/



/****************************
	Text
****************************/

h1 {
	font-weight: normal;
	font-size:26px;
	font-family: Arial; 	
	color: #666666; 
	margin:0px 0px 0px 0px;
	
} 
	

h2 {
	font-size:12pt; 
	font-family: Arial; 
	color: #336699; 
	line-height: 1.5;
	margin: 0px 0px 0px 0px;
} 


p {
	font-size:13px;
	font-family: Arial; 
	color: #666666;	
	margin: 1px 0px 0px 0px;
}



body {
	font-size: 13px;
	font-family: Arial; 
	color: #666666;	
	
}




br {
	line-height: 0.5;

}



/****************************
	/Text
****************************/


/****************************
	Menüs
****************************/
p.Mittleres_Menue {
	margin-top:48px;   
	font-family: Arial;
	color:#006699;
	font-size: 13px;
	text-align:left;
	font-weight:bold;
	line-height: 1.5;
/*
	position:relative;
	z-index:1;	
*/
	}

p.Mittleres_Menue_1 {
	font-family: Arial;
	color:#006699;
	font-size: 13px;
	text-align:left;
	font-weight:bold;
	line-height: 1.5;
/*
	position:relative;
	z-index:1;	
*/
	}	
	
p.Mittleres_Menue_Liste {
	margin-left:0 px;   
	font-family: Arial;
	color:#006699;
	font-size: 13px;
	text-align:left;
	font-weight:bold;
	line-height: 1.0;
	list-style-type: square;
/*
	z-index:1;
	position:relative;
*/
}


#Oberes_Menue {
	font-family: Arial;
	color:#006699;
	font-size: 16px;
	text-align:right;
	font-weight:bold;
	border:none 1px #000000;
/*
	width:519px;
	height:20px; 
    left:  238px; 
*/

}



li {
	margin-left: 13px;
	list-style-type: square;
	color:#006699;
}

/****************************
	/Menüs
****************************/
	



#Trennlinie {
  background-color:#E2E2E2;
  width: 780px; height: 15px; 
  margin-top: 5px;
  margin-bottom: 5px;

}




/****************************
	Hyperlinks
****************************/

a:link { text-decoration: none; color: #666666; }
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: none; color: #006699; }
a:active { text-decoration: none;  font-weight:bold; color: #FF9933; }

a {      
	text-decoration: none;
}

a.navigation_oben {
	color: #999999;	
}

a.navigation_oben:hover {
	color: #006699;
}

a.navigation_unten {
	color: #FFFFFF;	
}

a.navigation_unten:hover {
	border-color: #FF9900;
	background-color: #EFEFEF;
}
/****************************
	/Hyperlinks
****************************/