/* DATEI: menuejs.css */
body {
margin: 0;
padding: 0;
font: 9pt Verdana, Arial, Sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
list-style-type: none;
}

ul {
	margin-left: 0; 
	padding-left: 0; 	
}	
	
#menu {
	/*position: absolute;*/
	float: left;
	width: 200px;
	margin: 0 0 0 6px;
}

#menu2 {
	position: absolute;
	float: left;
	width: 190px;
	margin: 0 0 0 0;
	/*background-image:url(../images/turm.jpg);
	background-repeat:no-repeat;
	background-position:0px 170px;
	/*background-position:bottom;*/
}

dl#menu dt.nonsel {
	cursor: pointer;
	margin: 0;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	border-bottom: 2px solid #68B1FF;
	height: 100%;
}

dl#menu dt.sel {
	cursor: pointer;
	margin: 0;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	border-bottom: 2px solid #68B1FF;
	height: 100%;
	background: #0064FA;
}

dl#menu li.m {
	text-align: left;
	background: #0064FA;
	border-bottom: 2px solid #68B1FF;
}

dl#menu li.m2 {
	text-align: left;
	background: #0050C8;
	border-bottom: 2px solid #68B1FF;
}

dl#menu li a, dl#menu dt a {
color: #FFFFFF;
text-decoration: none;
display: block;
border: none;
height: 100%;
padding: 8 0 4 0;
}

dl#menu li a:hover, dl#menu dt a:hover {
	color: #000099;
	/*background: #eee;*/
}

dl#menu dt a, dl#menu dt a:hover {
	padding: 8 0 4 6;
}
dl#menu li a, dl#menu li a:hover {
	padding: 8 0 4 18;
}
dl#menu li a.m2, dl#menu li a.m2:hover {
	padding: 8 0 4 30;
}
