@CHARSET "UTF-8";


#top-menu{
	background:#C8CDD1;
	overflow:hidden;
}

#top-menu a, #top-menu a:hover, #top-menu a:visited, #top-menu span.cur{
	color:#fff;
	padding:9px 20px 0 20px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	height:21px;
	display:block;
	float:left;
	text-transform:uppercase;
}

#top-menu span.cur, #top-menu a:hover{
	background:#80868B;
	display:block;
	float:left;
}

#top-menu span.dividor {
	float:left;
	color:#fff;	
	padding-top:9px;
}

#top-menu p{
	color:#fff;
}


/*Linkes Menue*/

#menu-left{
	padding-top:32px;
	padding-left:16px;
	width:195px;
	float:left;
}

#bottom-spacer-left{
	position:relative;
	width:20px;
	height:40px;
	z-index:1;
}

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

#menu-left li[class~=cur], #menu-left li[class~=first-level] span, #menu-left a:hover{
	color:#2B8424;
}

#menu-left a[class~=first-level],
#menu-left a:hover[class~=first-level],
#menu-left a:visited[class~=first-level],
#menu-left li[class~=first-level] span{
	font-weight:bold;
	border-bottom: 1px dotted #D8DADD;
	display:block;
	padding:5px 0;
	text-transform:uppercase;
}

#menu-left li.first-level{
	list-style-type:none;
}

#menu-left li[class~=second-level]{
	list-style-type:none;
	padding-left:18px;
}
#menu-left li li[class~=cur]{
	background-image:url(../images/eisen-green-bullet3.jpg);
	background-repeat:no-repeat;
	background-position:4px 3px;
}
#menu-left li li[class~=first]{margin-top:10px;}
#menu-left li li[class~=last]{margin-bottom:10px;}

#menu-left li li a{
	font-size:11px;
}