html, body {
	background-color:#d3cfab;
  	color:#4a4536;
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	margin:0px;
	padding:0px;
        padding-top:7px;
}

#mainbox {
        position:relative;
	height: 470px;
	margin-left: auto;
	margin-right: auto;
	width: 839px;
}

/* Inhaltsboxen des Hauptmenüs und der Fahne */
#box1 {
	float: left;
	padding-left:9px;
}

#box2 {
	position:absolute;
	left:268px;
	top:417px;
	margin:0px;
	padding:0px;
}

