/* ..... Grundelemente ..... */
body {
	background: #FFFFFF;
	}

body, a, h1, h2, h3, h4, h5, h6, div, p, table, tr, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
	margin: 0;
	padding: 0;
	font-family : Lucida Grande, Lucida Sans Unicode, Lucida, geneva, verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}

a#navi {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #000;
}
/* ******************** Definitionen für Menü rechts ******************** */
ul#navlist_right {
	padding-left: 40px;

	list-style-type: none;
	vertical-align: bottom;
	}
	li#L1_passive a {
		line-height:19px;
		color: #FFFFFF;
		vertical-align: bottom;
		display: block;
		text-decoration: none;
		font-size: 16px;
		font-weight: bold;
		}
	li#L1_passive a:hover {
		color: #75731C;
		}
	li#L1_active a {
		line-height:19px;
		color: #75731C;
		vertical-align: bottom;
		display: block;
		text-decoration: none;
		font-size: 16px;
		font-weight: bold;
	}
	
	/* ******************** Definitionen für Menü unten ******************** */
ul#navlist_footer {
	list-style-type: none;
	vertical-align: bottom;
	}
	li#M1_passive a {
		line-height:15px;
		color: #C1C39E;
		vertical-align: bottom;
		display: block;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
		}
	li#M1_passive a:hover {
		color: #75731C;
		}
	li#M1_active a {
		line-height:15px;
		color: #75731C;
		vertical-align: bottom;
		display: block;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
	}