/* MENÜ STYLES */

/* extra-buttons */
a.navi_level_0:link, a.navi_level_0:visited, a.navi_level_0:active{
	padding: 3px;

	width: 80px;
	text-decoration: none;
	color: #fff;
	display:table-cell;
	font-weight: normal;
	letter-spacing: .08em; 	
}
a.navi_level_0:hover {
	padding: 3px;

	width: 80px;
	text-decoration: none;
	color: #E50083;
	display:table-cell;
	font-weight: normal;
	letter-spacing: .08em; 
}

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;

	width: 80px;
	text-decoration: none;
	color: #E50083;
	display:table-cell;
	font-weight: normal;
	letter-spacing: .08em; 
}





#submenue{
	padding: 15px 0px 15px 20px;
}
#submenue ul{
	padding: 0px;
	margin: 0px;
	list-style-type:none;
	list-style-position:outside;	
}
#submenue li{
	padding-bottom: 5px;
	padding: 0px 0px 8px 0px;
	
}


a.navi_level_1:link, a.navi_level_1:visited, a.navi_level_1:active{
	
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	letter-spacing: .08em; 
}
a.navi_level_1:hover {

	text-decoration: none;
	color: #E50083;
	font-weight: normal;
	letter-spacing: .08em; 
}
a.navi_level_1_h:link, a.navi_level_1_h:hover, a.navi_level_1_h:visited, a.navi_level_1_h:active{

	text-decoration: none;
	color: #E50083;
	font-weight: normal;
	letter-spacing: .08em; 
}





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


/*
#sub_menue_div{
	background-color: #ff9900; 
	height:20px;
	margin:0px; padding:0px;
	border: solid 1px red;
	
}
