/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
.m0l0iout {
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l0iover {
	font: 12px Verdana;
	text-decoration: underline;
	padding: 4px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #444444;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #777777;
}

/* level 1 inner */
.m0l1iout {
	font: 12px Verdana;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l1iover {
	font: bold 12px Verdana;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #777777;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #999999;
}

/* level 2 inner */
.m0l2iover {
	font: bold 12px Verdana;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #999999;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #AAAAAA;
}
.Titel1 {
	text-decoration : none;
	font : bold 15px Verdana;
	font-family: Verdana;
	color:	#FFFFFF;
	padding: 2px;
	border : 0;
	background: #666666;
}
.Titel2	{
	text-decoration : none;
	font : bold 13px Verdana;
	font-family: Verdana;
	padding : 2px;
	background: #888888;
}
.PlainTextPadding {
	padding-left: 20px;
	padding-right: 10px; 
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana;
	font-size: 15px;
}
.NormalText {
	font-decoration : none;
	font-family: Verdana;
	font-size: 15px;
	color : black;
	padding: 5px;
}
.BilderListe {
	padding: 5px;
	font-size: 12px;
	font-family: Verdana;
}
.BGLightGray {
	background : #707070;
}
.BGDarkGray {
	background : #303030;
}
.BGBlack {
	background : #000000;
}
	A:link {text-decoration: none; color: #aaaaaa;}
    	A:visited {text-decoration: none; color: #e0e0e0;}
    	A:active {text-decoration: none color: #ffffff;}
	A:hover {text-decoration: underline ; color: #ffffff;}
