.menu-left1 {
	width: 233px;
}

#menu {
	float:left;
	width:233px;	
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	font-size:11px;
	background:#eeeeee;	
}

#menu a {
	width:223px;
	display: block;		
	text-decoration: none;
	text-align: left;
	padding:5px;
	line-height:130%;
	background:#9d021e;	
	border-bottom: solid 1px #ffffff;
	color: #ffffff;
	float: left;
}

#menu a:hover {
	color: #444444; 
	background:#cccccc;
	border-bottom: solid 1px #ffffff;
}

#menu-aktiv {
	color: #ffffff;	
}

#menu-aktiv a {
	color: #ffffff;
}

#sub {
	background:#eeeeee;
	text-align: left;	
	padding:0px;
	margin:0px;
	border:0px solid red;
	width:233px;
	line-height:130%;
}

#sub a {
	text-decoration: none; 
	font-weight: normal;
	width:223px;
	margin:0px;
	padding:5px;
	display:block;
	color:#99000a;	
	background:#f3f3f3;
	border-bottom: solid 1px #bbb;
	}
#sub a:link {}
#sub a:visited {}
#sub a:active {}
#sub a:hover {
	text-decoration: none;
	color:#99000a;	
	background:#ffffff;
	border-bottom: solid 1px #ccc;
}

.menu_nem {
	visibility: hidden;
	position: absolute;
	left: 0px; 
	top: 0px; 
	height: 0px;
}
