@charset "utf-8";

.menu_list {
	width: 227px;
	position: absolute;
	left: 36px;
	top: -25px;
	z-index: 5;
}
.menu_lish h1 {
	width: 228px;
	height:42px;	
	}
.menu_head {
	cursor: pointer;
	position: relative;
	margin:0px;
	font-weight:bold;
	background-image: url(navsub_line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #ffffff;
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 13px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 34px;
	height: 17px;
}
.menu_head_active {
	cursor: pointer;
	position: relative;
	margin:0px;
	font-weight:bold;
	background-image: url(navsub_line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #ffffff;
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 13px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 34px;
	height: 17px;
}
.menu_head a, .menu_head_active a{
	color: #ffffff;
	text-decoration: none;
}
.menu_body {
	display:none;
}
.menu_body a{
	display:block;
	color:#ffffff;
	background-color:#b22545;
	font-weight:bold;
	text-decoration:none;
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 13px;
	height: 17px;	
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 34px;
}
.menu_body a:hover{
	display:block;
	color:#ffffff;
	background-color:#df2e5f;
	font-weight:bold;
	text-decoration:none;
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 13px;
	height: 17px;	
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 34px;
  }
.menu_body a:visited{
	color:#ffffff;
}

.knoppen {
	background: url(navsub_icon.gif) no-repeat left center;		
	cursor: pointer;
	position: relative;
	color: #666666;
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 12px;
	text-align: left;
	margin: 0px 16px;
	border-bottom: 1px solid #ededed;	
}
.knoppen a {
	background: url(navsub_icon.gif) no-repeat left center;		
	display:block;	
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	line-height: 30px;
	padding: 0 0 0 8px;		
}
.knoppen a:hover {
}

.subknoppen {
	display:none;
}
.subknoppen a{
	display:block;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;	
	*font-size: 10px;
	line-height: 24px;
	text-align: left;
	margin: 0 24px 0 24px;	
	padding: 0 0 0 8px;
}
.subknoppen a:hover{
	color:#000;
	background-color: #bae69b;
 }

.subknoppen_bottom {
	border-bottom: 1px solid #ededed;		
	}
