/* Steuerung des Hauptmenu-Layouts*/
.MENU1 {
	background-color : #666666;
	border : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;	
	font-style : normal;
	font-weight : bold;
}
/*Steuerung des Untermenu-Layouts*/
.MENU2 {
	background-color : #CCCCCC;
	border : none;
	padding-left : 20px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	}

/*hover-effekte generell*/
a:link, a:visited, a:active {
	text-decoration : none;
	color : #666666;
}

a:hover {
color: #99CCCC;
	}
/*****************************************/
/*class: a  hover-effekte für hauptmenu oben */	
a:link.a, a:visited.a, a:active.a {
	text-decoration : none;
	color : #FFFFFF;
	}

a:hover.a {
background: #CCCCCC;
	}
/*****************************************/
/*class: b hover-effekte für untermenu links */	
a:link.b, a:visited.b, a:active.b {
	text-decoration : none;
	color : #FFFFFF;
	}

a:hover.b {
background: #666666;
	}
/*****************************************/
/* Definition Schriftarten*/

	

#head  {

	font-size : 14px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #996633;
	

}
	
#normal  {
	font-style : normal;
	font-size : 12px;
	font-weight : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}
	
