/* MENÜ STYLES */

.menue_sub_0{
	
	display:table-cell;

}
.menue_sub_1{
	
	display:table-cell;
	margin-left:0px;
	padding-left:20px;
}

.menue_image{

	float:left;
	margin-top:3px;
	display:table-cell;
	cursor:pointer;
}
.menue_text{
	margin-left:5px;
	float:left;
	cursor:pointer;
	display:table-cell;	
	width: 170px;
}




/* extra-buttons */
a.navi_level_0:link, a.navi_level_0:visited, a.navi_level_0:active{
	padding: 3px;
	height:20px;
	text-decoration: none;
	color: #261903;
	display:table-cell;	
}
a.navi_level_0:hover {
	padding: 3px;
	height:20px;
	text-decoration: none;
	color: #C3ACBB;
	display:table-cell;
}

a.navi_level_0_h:link, a.navi_level_0_h:hover, a.navi_level_0_h:visited, a.navi_level_0_h:active{
	padding: 3px;
	height:20px;
	text-decoration: none;
	color: #C3ACBB;
	display:table-cell;
}


a.navi_level_1:link, a.navi_level_1:visited, a.navi_level_1:active{
	padding: 3px;
	height:20px;
	text-decoration: none;
	color: #261903;
	display:table-cell;
}
a.navi_level_1:hover {
	padding: 3px;
	height:20px;
	text-decoration: none;
	color: #C3ACBB;
	display:table-cell;
}

a.navi_level_1_h:link, a.navi_level_1_h:hover, a.navi_level_1_h:visited, a.navi_level_1_h:active{
	padding: 3px;
	height:20px;
	text-decoration: none;
	color: #C3ACBB;
	display:table-cell;

}



/* navitop */
a.navitop:link, a.navitop:visited, a.navitop:active{
	/*margin-left: 10px;*/
	margin-left: 1px;
	text-align: center;
	text-decoration: none;	
	color: #000000;
	line-height:20px;
	height: 20px;
	width:90;
	background-color: #ff9900; 
	display:block;
	float:left;	
}
a.navitop:hover {
	text-decoration: none;
	margin-left: 1px;
	text-align: center;
	color: #FFFFFF;
	line-height:20px;
	height: 20px;
	width:90;
	background-color: #ff9900; 
	display:block;
	float:left;
}

a.navitop_h:link, a.navitop_h:hover, a.navitop_h:visited, a.navitop_h:active{
	margin-left: 1px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	height: 20px;
	line-height:20px;
	width:90;
	background-color: #ff9900; 
	display:block;
	float:left;
}
#navitop_blank{
	margin-left: 1px;
	height: 20px;
	line-height:20px;
	width:140;
	background-color: #ff9900; 
	display:block;
	float:left;	
}

/* UNTERMENÜ level 1 eigene reihe unter hauptnavi */


/*
#sub_menue_div{
	background-color: #ff9900; 
	height:20px;
	margin:0px; padding:0px;
	border: solid 1px red;
	
}
*/
.sub_menue_ul {
	list-style-image:none;
	list-style-type:none;
	list-style-position:inside;
		
}

.sub_menue_li {
	float: left;
	list-style-image:none;
	list-style-type:none;
	list-style-position:inside;
	display:table-cell;
	width:220;
	border: solid 1px red;			
}

