table {
font-size: 10pt; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: normal; 
color: #333333; 
text-decoration: none; 
text-align: justify
}

#menue {
	POSITION: absolute;
	z-index: 900;
	top: 159px;
	width: 147px;
	left: -1px;
}

	
/* Mainmenu 1 */	

	
.menu1off { /* Menüpunkt Normalansicht */	
	background: #BA090B;
	padding: 8px 0 7px 19px;
	display: block;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	/* border-bottom-style: solid; */
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #E9E9E9;
	border-left-color: #F3F3F3;
	margin: 0px;
	}
	
	.menu1on {
	background: #E2E2E2;
	padding: 7px 0 7px 12px;
	display: block;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	}
	a:hover.menu1off, a:hover.menu1on {
		color:#BA090B;
		background: #ECEBEB;
		text-decoration: underline;

	}
	
	
	.menu1offweiss { /* Menü Unterpunkte */	
	background: #ffffff;
	padding: 8px 0 7px 25px;
	display: block;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	/* border-bottom-style: solid; */
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #E9E9E9;
	border-left-color: #F3F3F3;
	margin: 0px;
	}
	
		.menu1onweiss {
	background: #E2E2E2;
	padding: 7px 0 7px 18px;
	display: block;
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
	}
	
	a:hover.menu1offweiss, a:hover.menu1onweiss {
		color:#6E6E6E;
		background: #DDDCDC;
		text-decoration: underline;
	}	
	
	
	a:active.menu1offweiss {
		color:#555555;
		background: #DDDCDC;
		text-decoration: underline;
	}	



/* Mainmenu 2 */

	.menu2off {
		border-style: solid;
		border-width: 1px;
		/*border-color: #F3F3F3 #C7C7C7 #C7C7C7 #F3F3F3;*/
		background: #FFFFFF;
		padding: 4px 0 4px 12px;
		display: block;
		font-weight: normal;
		color: #333333;
		text-decoration: none;
	}
	.menu2on {
		border-style: solid;
		border-width: 1px;
		/*border-color: #F3F3F3 #C7C7C7 #C7C7C7 #F3F3F3;*/
		background: #00CC00;
		padding: 4px 0 4px 12px;
		display: block;
		font-weight: normal;
		color: #003399;
		text-decoration: none;
	}
	a:hover.menu2off, a:hover.menu2on  {
		color: #003399;
		background: #dddddd;
	}

