/* --- 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: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l0iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding: 4px;
	color: #FFFFFF;
}

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

/* level 1 inner */
.m0l1iout {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #ffffff;
}
.m0l1iover {
	font: bold 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #3B62A5;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #506EDF;
}

/* level 2 inner */
.m0l2iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}

	a, A:link, a:visited, a:active
		{color: #000000; text-decoration: none; font-family: Tahoma, Verdana; font-size: 12px;}
	A:hover
		{color: #000000; text-decoration: none; font-family: Tahoma, Verdana; font-size: 12px;}
	p, tr, td, ul, li
		{color: #000000; font-family: Tahoma, Verdana; font-size: 11px;}
	.header1, h1
		{color: #000000; background: #ffffff; font-weight: bold; font-family: Tahoma, Verdana; font-size: 20px; margin: 0px; padding: 0px;}
	.header2, h2
		{color: #000000; background: #DBEAF5; font-weight: bold; font-family: Tahoma, Verdana; font-size: 12px;}



/*	<!-- oben links index.html --> */		
	.logoheader, h1
		{color: #000000; font-weight: bold;	font-family: Arial;	font-size: 20px;}
	.logotext
		{color: #000000; font-weight: normal; font-family: Arial; font-size: 12px;}	

/*	<!-- oben links mit logo --> */		
	.logoheader, h1
		{color: #000000; font-weight: bold;	font-family: Arial;	font-size: 14px;}
	.logotext
		{color: #000000; font-weight: bold; font-family: Arial; font-size: 10px;}			
		
/*	<!-- left Block --> */		
	.contentleftheader, h1
		{color: #000000; font-weight: bold; font-family: Arial; font-size: 14px;}
	.contentleft 
		{color: #000000; font-weight: normal; font-family: Arial; font-size: 12px;}	

/*	<!-- right Block --> */
	.contentrightheader, h1
		{color: #000000; font-weight: bold; font-family: arial; font-size: 18px;}
	.contentrightheaderred, h1
		{color: red; font-weight: bold; font-family: arial; font-size: 20px;}	
	.contentright
		{color: #000000; font-weight: normal; font-family: Arial; font-size: 12px;}	
	.contentrightborder
		{color: #000000; font-weight: normal; border : 2px solid #000000; font-family: Arial; font-size: 12px;}	
	.contentrightleft
		{color: #000000; font-weight: bold; font-family: Arial; font-size: 12px;}

/*	<!-- pic-cutter --> */
	.clear
		{color: #ffffff; background: #ffffff; }	

/*	<!-- footer --> */
	.footer
		{color: #000000; font-family: Arial; font-size: 10px; padding-left: 15px;}	





