.menu{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	display:block;
	text-align:center;
	padding:2px;
	color: #006633;
	font-weight: bold;
	margin: 2px;
	width: 90%;
	border: 1px solid darkblue;
	background-color: #CCCCCC;
	height: 90%;
} 

a.menu:link{color: #006633; text-decoration:none;} 
a.menu:visited { color: #006633; text-decoration:none;} 
a.menu:hover {
	color: #FF0000;
	text-decoration:none;
	background-color: #749B00;
} 
a.menu:active { color: #FFFFFF; text-decoration:none; } 


.titel {
	color:#749B00;
	font-size: 24pt;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.text { 
	color: black;  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 18px; 
	font-style: normal; 
	font-weight: normal;
}


.unten {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #006633;
	background-color: #E4E4E4;
	line-height: 24px;
}

