/*
################################################################
	HAUPTMENÜ
################################################################
*/
.mainLeft		 {
/*	filter:alpha(opacity=93); */
	width: 123px;
	height : 22px;
	padding-left: 12px;
	padding-right : 10px;
	background-color: #0D408D;
	border-bottom : 1px solid White;
	border-left : 1px solid White;
	border-right : 1px solid White;
	cursor:pointer;
	cursor:hand;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #BDDBFF;
}

.mainLeftActive		 {
	width: 123px;
	height : 22px;
	padding-left: 12px;
	padding-right : 10px;
	background-color: #0D408D;
	border-bottom : 1px solid White;
	border-left : 1px solid White;
	border-right : 1px solid White;
	cursor:pointer;
	cursor:hand;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #FFFFFF;
	font-weight: bold;
}

.mainLeftOver {
/*	filter:alpha(opacity=93); */
	width: 123px;
	height : 22px;
	padding-left: 12px;
	padding-right : 10px;
	background-color: #BDDBFF;
	border-bottom : 1px solid White;
	border-left : 1px solid White;
	border-right : 1px solid White;
	cursor:pointer;
	cursor:hand;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #0D408D;
}

/*
################################################################
	SUBMENÜ
################################################################
*/
.submenu { font-family: Verdana, Helvetica, sans-serif; font-size: 10px; color: #0D408D; text-decoration: none; font-weight: none; padding-left: 6px;}
.submenu a:active { color: #0D408D; text-decoration: underline; }
.submenu a:link { color: #0D408D; text-decoration: none; }
.submenu a:visited { color: #0D408D; text-decoration: none; }
.submenu a:hover { color: #0D408D; text-decoration: underline; }

.subtitel { font-family: Verdana, Helvetica, sans-serif; font-size: 10px; color: #0D408D; text-decoration: none; font-weight: bold; padding-left: 6px;}
.subdot { font-family: Verdana, Helvetica, sans-serif; font-size: 10px; color: #0D408D; text-decoration: none; font-weight: bold; }

