body {
	background-color: #FFFFEC;
	margin: 0px 0px 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.seite {
	background-color: #FFFF8C;
	width: 97%;
	border: 1px solid #000000;
	margin: 1%;
}
.kopf {
	background-color: #FFCC00;
	width: 100%;
	position: relative;
	height: 120px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: center;
}
.links {
	width: 154px;
	padding: 2px;
	float: left;
	left: 1%;
	margin: 1%;
	text-align: center;
}
.haupt {
	background-color: #FEFEFE;
	width: 75%;
	clear: right;
	margin-left: 200px;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	padding: 10px;
}
.menubutton {
    margin-left: 5px;
}
a.mlinkv {
	display:block;
	font-size: 0.8em;
	text-decoration: none;
	color: #000000;
	background-color: #FFCC00;
	padding: 2px;
	text-align: left;
	margin: 2px 1px;
	border: 1px solid #999999;
}
a.mlinkv:hover {
	text-decoration: none;
	background-color: #FFFFEC;
}
.kleiner {
	font-size: 0.7em;
}
.rot {
	color: #FF0000;
}
.mittig {
	text-align: center;
}
.fett {
	font-weight: bold;
}

