/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/

.m0l0i {
	font-family: Arial;
	font-size: 13px;
	text-decoration : none;
	padding: 4px;

}
.m011i {
	font-family: Arial;
	font-size: 17px;
	text-decoration : none;
	padding: 4px;

}
.m0l0o {
	text-decoration : none;
	border : 1px solid #ffffff;
	text-align: center;
background-color: #ffae5a;
}
.m0l1i {
	font-family: Arial;
	font-size: 11px;
	text-decoration : none;
	padding: 4px;
background-color: #ffae5a;
}
.m0l1o {
	text-decoration : none;
	border : 1px solid #ffffff;
background-color: #ffae5a;
}
.m0l2i {
	font-family: Arial;
	font-size: 11px;
	text-decoration : none;
	padding: 4px;
background-color: #ffae5a;
}
.m0l2o {
	text-decoration : none;
	border : 1px solid #ffffff;
}
.pfeil {
position: absolute;
right: 20px;
top: 8px;
}
.button {
.button{border-color: #787878; background-color: #d7deed; color: #000000; font-family: arial; font-weight: bold; width: 170px; border-width: 1px;}
}
li{
color: #000000;
}