#navigation {
	float: left;
	width: 190px;
	height:auto !important;
	color: #000000;
	font-size:13px;
	padding: 0px 0px 0px 0px;
       /* margin-left: 25px;  */
}

* html #navigation { 
	float: left;
	width: 190px;
	height:auto !important;
	color: #000000;
	font-size:13px;
	/* padding: 0px 30px 0px 0px; */ 
       /* margin-left: 12px; */
}

#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px solid #222;
}

#navbar ul li {
	border-top: 1px solid #222;
}

/*--------- LEVEL 1 ------------- */
#navbar ul li a {
	display:block;
	text-decoration: none;
	color: #000000;
	padding: 5px 3px 5px 25px;
	background-color: #ffffff;
	//background-image:url(images/unterrubrik_###rot.jpg);
	background-position:left;
	background-repeat:no-repeat;
        text-transform: none;
        font-weight: bold;
       	font-size:15px;

}


#navbar ul li a.active:hover, #navbar ul li a.active, #navbar ul li a:hover {
	display:block;
	padding: 5px 3px 5px 25px;
	color: #000000;
	background-image:url(images/active_gelb.gif);
	background-position:left;
	background-repeat:repeat-x;
    text-transform: none;
    font-size: 15px;
}
#navbar ul li.level_1 a.active {
	border-bottom: 1px dotted #222;
}

/*--------- LEVEL 2 ------------- */
#navbar ul li.level_2 {
	border-top: 0px solid #222;
}

#navbar ul li.level_2 a {
	display:block;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding: 5px 3px 5px 25px;
	background-color: #eee;
	text-transform:none;
        background-image: none;
        font-size: 12px;
}

#navbar ul li.level_2 a.active, #navbar ul li.level_2 a:hover, #navbar ul li.level_2 a.active:hover  {
	display:block;
	font-weight: normal;
	padding: 5px 3px 5px 25px;
	color: #000;
    background-image: none;
	text-transform:none;
        font-size: 12px;
}
#navbar ul li.level_2 a:hover{
	background: #ccc;
}

#navbar ul li.level_2 a.active{
	font-weight: bold;
	text-decoration: underline;
}
#navbar ul li.level_2 a.active:hover{
	background: #eeeeee;
	font-weight: bold;
}

/* ----------- LEVEL 3 -------------*/
#navbar ul li.level_3 a {
	display:block;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding: 2px 2px 2px 35px;
	background-color: #ffffff;
	text-transform:none;
        background-image: none;
        font-size: 11px;
}

#navbar ul li.level_3 a:hover, #navbar ul li.level_3 a.active:hover, #navbar ul li.level_3 a.active  {
	display:block;
	font-weight: normal;
	padding: 2px 2px 2px 35px;
	color: #006EB6;
	text-transform:none;
        background-image: none;
        font-size: 11px;
}




#navbar ul li {
border-bottom: 1px solid white;
}