#submenu {
  position: absolute;
  top: 149px;
  left: 41px;
  padding: 0px;
  margin: 0px;
  height:11px;
  
  /* nicht mehr benötigt */
  display:none;
}

#submenu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#submenu ul li {
  float: left;
  margin-right: 30px;
}


#left_menu_wrap{
	width:236px;
	margin-top:3px;
	margin-left:3px;
	margin-right:0px;
	margin-bottom:7px;
	height:222px;
}
#left_menu{
	background:url('../img/dotted.gif') repeat-x bottom left;
	padding-bottom:1px;

}



.left_menu_entry_wrap{
	background:url('../img/dotted.gif') repeat-x top left;
	height:26px;
	line-height:26px;
}

.menulevel-3{
	padding-left:20px;
}

.left_menu_entry{
	height:26px;
}
.left_menu_entry a{
	color:#646464;
	text-decoration:none;
	display:block;
	text-indent:20px;

}

.left_menu_entry a:hover {
	background:url('../img/subdot2.gif') no-repeat;
	background-position: 10px 12px;
	padding:0px;


}
.left_menu_entry_act{
	height:26px;
	background:url('../img/verlauf220.jpg') no-repeat top;
	background-position: 0px 1px;
	padding:0px;

}
.left_menu_entry_act a{
	color:#646464;
	text-decoration:none;
	display:block;
	text-indent:20px;
	background:url('../img/subdot2.gif') no-repeat;
	background-position: 10px 12px;
}
.left_menu_entry_head{
	height:26px;
/* 	background:url('../img/verlauf220.jpg') no-repeat top; */
	background-position: 0px 1px;
	padding:0px;
background: rgb(239,239,239);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(left, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=1 );
}
.left_menu_entry_head a{
	color:#646464;
	text-decoration:none;
	display:block;
	text-indent:10px;
}

/* SELECT MENU */

.select_line {
		background:url('../img/dotted.gif') repeat-x left;
		background-position:0px 5px;
		height:11px;
		line-height:11px;
		display:block;
		
}
.selectmenu{
	margin-top:15px;
	margin-left:14px;
	width:196px;
	
}
select.mselect {
	width:196px;
	border-collapse:collapse;
	border:0px;
	padding-left:10px;
	background:#eeeeee url('../img/sel_back.gif') no-repeat right;
	color:#646464;
	font-size:10px;
}
