/* der Menubereich */
#MenuLine {
	width:940px;
	margin:0 auto 0 auto;
	font-size:0.8em;
	color:#ffffff;
	padding:8px;
	text-align: center;
}

#MenuLine a{
	color:#ffffff;
	text-decoration: none;
	font-weight:bold;
	margin: 0 8px 0 8px;
}

#MenuLine a:hover{
	color:#f9f9e0;
	text-decoration: underline;
}