
div#menu {
	width: 150px;
	margin-top: 30px;
	border-top: 1px solid #ccd2d2;
	background-color: #ecedef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#copyright {
	width: 150px;
	color: #999999;
	font-size: 9px;
	text-align: center;
	padding-top: 4px;
}

div#login {
	border-top: 1px solid #ffffff;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #666666;
	font-size: 10px;
}

input.loginfeld {
	border-top: 1px solid #7d7d7d;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #dddddd;
	width: 130px;
}

.loginbutton {
	margin-top: 4px;
	font-size: 10px;
	color: #ffffff;
	background-color: #b0b0b0;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;	
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	margin-right: 10px;
}

div.ebene1, div.ebene1_active{
	height: 22px;
	background-color: #ecedef;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ccd2d2;
	background-image: url(/images/menu_dreieck.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 22px;
	cursor: pointer;
}

div.ebene1:hover, div.ebene1_active {
	background-color: #d9dce5;
}

div.ebene1 a, div.ebene1_active a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	margin-top: 6px;
	color: #0191ab;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

div.childwrapper {
}

div.ebene2, div.ebene2_active{
	height: 18px;
	background-color: #ecedef;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ccd2d2;	
	padding-left: 26px;
	cursor: pointer;
	background-image: url(/images/menu_dreieck_klein.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

div.ebene2:hover, div.ebene2_active {
	background-color: #d9dce5;
}

div.ebene2 a, div.ebene2_active a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #0191ab;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

div.ebene3, div.ebene3_active, div.ebene4, div.ebene4_active, div.ebene5, div.ebene5_active {
	display: none;
}

