/* MENÜ STYLES */

/* reiter */
a.navi_reiter:link, a.navi_reiter:visited, a.navi_reiter:active{
	padding: 3px;
	text-decoration: none;
	color: #ffffff;	
}
a.navi_reiter:hover,
a.navi_reiter_h:link, a.navi_reiter_h:hover, a.navi_reiter_h:visited, a.navi_reiter_h:active {
	padding: 3px;
	text-decoration: underline;
	color: #ffffff;
}

/* ende reiter */


a.navi_level_0,
a.navi_level_0_h{
	font-size:13px;
	letter-spacing: .1em;
	
}

/* subnavi 1 */


#sub_menue ul li{
	clear: both;
	list-style-type:none;	
	padding: 0px 0px 10px 0px;
	display: table;
	width: 280px;
	/*
	font-size: 13px;
	letter-spacing: .1em;	
	*/
}
a.a_subnavi_1:link, a.a_subnavi_1:visited, a.a_subnavi_1:active{	
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;

}
a.a_subnavi_1:hover {
	text-decoration: underline;
}
a.a_subnavi_1_h:link, a.a_subnavi_1_h:hover, a.a_subnavi_1_h:visited, a.a_subnavi_1_h:active{
	padding: 5px 0px;
	text-decoration: underline;
	font-weight: normal;

}
/*
a.a_subnavi_1:hover {
	color: #DA345B;	
}
a.a_subnavi_1_h:link, a.a_subnavi_1_h:hover, a.a_subnavi_1_h:visited, a.a_subnavi_1_h:active{
	padding: 5px 0px;
	text-decoration: none;
	color: #DA345B;
	font-weight: normal;
}
*/
