@CHARSET "UTF-8";

/*Oberes Menue*/

#menu-fix-top-left{
	position:absolute;
	bottom:6px;
	left:19px;
	margin-right:24px;
}

#menu-fix-top-left ul{
	list-style-type:none;
}

#menu-fix-top-left li{
	color:#024577;
	width:76px;
}

#menu-fix-top-left li:hover{
	color:#779237;
}

#menu-fix-top-left a, #menu-fix-top-left a:hover, #menu-fix-top-left a:link, #menu-fix-top-left a:visited, #menu-fix-top-left a:active, #menu-fix-top-left a:focus{
	color:#024577;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	background-image:url(../images/regio-blue-bullet.jpg);
	background-repeat:no-repeat;
	background-position:0 6px;
	padding-left:14px;
	text-transform:uppercase;
}

#menu-fix-top-left span{
	color:#779237;
	font-weight:bold;
	background-image:url(../images/regio-green-bullet.jpg);
	background-repeat:no-repeat;
	background-position:25px 6px;
	padding-left:14px;
}

#menu-fix-top-left a:hover, #menu-fix-top-left span{
	color:#779237;
	background-image:url(../images/regio-green-bullet.jpg);
	background-repeat:no-repeat;
	background-position:0 6px;
}

#top-menu{
	position:absolute;
	bottom:6px;
	left:95px;
}

#top-menu ul{
	list-style-type:none;
}

#top-menu li{
	float:left;
	color:#024577;
}

#top-menu li:hover{
	color:#779237;
}

#top-menu a, #top-menu a:hover, #top-menu a:link, #top-menu a:visited, #top-menu a:active, #top-menu a:focus{
	color:#024577;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-left:43px;
	display:block;
	background-image:url(../images/regio-blue-bullet.jpg);
	background-repeat:no-repeat;
	background-position:25px 6px;
}

#top-menu span{
	color:#779237;
	font-weight:bold;
	padding-left:43px;
	display:block;
	background-image:url(../images/regio-green-bullet.jpg);
	background-repeat:no-repeat;
	background-position:25px 6px;
}

#top-menu a:hover, #top-menu span{
	color:#779237;
	font-size:12px;
	background-image:url(../images/regio-green-bullet.jpg);
	background-repeat:no-repeat;
	background-position:25px 6px;
}



/*Linkes Menue*/

#menu-left{
	padding-left:11px;
	width:166px;
	clear:left;
	float:left;
}

#menu-left ul.first-level{
/*	margin-left:19px;*/
}

#menu-left a{
	text-decoration:none;
	font-size:11px;
	color:#024577;
}

#menu-left li[class~=cur], #menu-left li[class~=first-level] span, #menu-left a:hover{
	color:#779237;
	background-image:url(../images/regio-green-bullet.jpg);
	background-repeat:no-repeat;
	background-position:8px 6px;
}

#menu-left a[class~=first-level], #menu-left li[class~=first-level] span{
	font-weight:bold;
	display:block;
	padding: 0 0 6px 19px;
	background-image:url(../images/regio-blue-bullet.jpg);
	background-repeat:no-repeat;
	background-position:8px 6px;

}

#menu-left li[class~=first-level]{
	list-style-type:none;
}

#menu-left li[class~=first-level] a:hover, #menu-left li[class~=cur]{
/*	list-style-image:url(../images/regio-green-bullet.gif);*/
	list-style-type:none;
	background-image:url(../images/regio-green-bullet.jpg);
	background-repeat:no-repeat;
	background-position:8px 6px;
}

#menu-left li[class~=cur] span{
	background-image:url(../images/regio-green-bullet.jpg);
	background-repeat:no-repeat;
	background-position:8px 6px;
}

#menu-left li[class~=second-level]{
	position:relative;
	left:15px;
	list-style-position:outside;
}
#menu-left li li{
	list-style-type:none;
}
#menu-left li li:hover{
	list-style-type:none;
}
#menu-left li li[class~=cur]{
	list-style-type:none;
}
#menu-left li li[class~=last]{margin-bottom:20px;}

#menu-left li li a, #menu-left li li span{
	font-size:11px;
	font-weight:normal !important;
	display:inline !important;
	padding-left:19px;
	background-image:url(../images/regio-blue-bullet.jpg);
	background-repeat:no-repeat;
	background-position:8px 6px;
}