#navigation{
    float:left;
    width: 150px;
    height: auto !important;
    height: 100px;
    min-height: 100px;
    border: 0px solid #3c3210;
}

#navigation a{
    text-decoration: none;
}

.lev1_active, .lev1_inactive:hover{
    float:left;
    color: #000000;
    /*background: #c0c0c0;*/
    display:block;
    height: 16px;
    width: 120px;
    padding: 8px 20px;
    font-size: 12px;
		font-weight: bold;
		background:transparent url(images/balken.png) no-repeat -0px 5px;

}

.lev1_inactive{
    float: left;
    color: #6b6a6a;
    font-size: 16px;
    padding: 8px 20px;
    height:16px;
    width: 120px;
	    font-size: 12px;
			font-weight: bold;
			background:transparent url(images/balken.png) no-repeat 0px 5px;

}

.lev2_active, .lev2_inactive:hover{
    float:left;
    color: #000000;
    /*background: #3c3210;*/
    display:block;
    height: 14px;
    min-height: 14px;
    height: auto !important;	
    width: 130px;
    padding: 0px 14px 4px 35px;
    font-size: 10px;
	 			/* background:transparent url(images/balken2.png) no-repeat 0px 5px;   */
}

.lev2_inactive{
    float: left;
    color: #6b6a6a;
    font-size: 10px;
    padding: 0px 14px 4px 35px;
    height: 14px;
    min-height: 14px;
    height: auto !important;
    width: 168px;
	 			/* background:transparent url(images/balken2.png) no-repeat 0px 5px;   */

}

.lev3_active, .lev3_inactive:hover{
    float:left;
    color: #000000;
    /*background: #3c3210;*/
    display:block;
    height: 14px;
    min-height: 14px;
    height: auto !important;	
    width: 168px;
    padding: 0px 10px 0px 56px;
    font-size: 10px;
		 			/* background:transparent url(images/balken2.png) no-repeat 0px 5px;  */ 

}

.lev3_inactive{
    float: left;
    color: #5d0000;
    font-size: 10px;
    padding: 0px 10px 0px 56px;
    height: 14px;
    min-height: 14px;
    height: auto !important;
    width: 168px;
	 			/* background:transparent url(images/balken2.png) no-repeat 0px 5px;  */ 

}