body {
	background-color: #FFFFFF;
	height: 100%;
	max-width: 1400px;
	margin: 0 auto;
	}

#oben {
	margin: 20px;
	max-width: 1200px;
	min-width: 800px;
	height: 90px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #111111;
	padding-bottom: 10px;
	box-shadow: 0px 10px 5px #963C32;
	}

#logo {
	float: left;
	}

#oben_box {
	float: right;
	position:relative;
	top:-10px;
	right: 10px
	}

#oben_text {	
	float: left;
	font-size: 18px;
	font-family: Verdana;
	margin-top: 54px;
	margin-left: 20px;
	}

#oben_text a {
	color: #77150B;
	border-radius: 5px;
	padding: 5px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	}

#oben_text a:hover {
	color: #77150B;
	background-color: #EEEEEE;
	padding: 5px;
	border: 1px solid #000000;
	border-color: #999999;
	}

#inhalt {
	max-width: 1200px;
	min-width: 800px;
	font-family: Verdana;
	font-size: 12px;
	float: left;	
	padding: 20px;
	margin-top: 8px;
	}

#heading1 {
	line-height:1.2;
	color: #77150B;
	float: left;
	margin-left: 0px;
	padding: 2px;
	height:22px;
	font-size: 14px;
	font-weight: bold;	
	}

#heading2 {
	line-height:1;
	float: left;
	margin-left: 0px;
	padding-top: 6px;
	padding-left: 5px;
	padding-bottom: 1px;
	background-color:#D97C37;
	width:100%;
	height:22px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	}

#fliesstext {
	line-height: 1.6;
	}

#unten {
	float: left;
	margin: 20px;
	max-width: 1200px;
	min-width: 800px;
	width: 96%;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #111111;
	padding-bottom: 20px;
	}

#unten_box {
	float: right;
	position:relative;
	top:-10px;
	right: 10px
	}

#unten_form {
	max-width: 1200px;
	min-width: 800px;
	float: none;
	}

#unten_form_text {
	float: left;
	font-size: 16px;
	font-family: Verdana;
	margin-left: 10px;
	margin-top: 10px;
	}

#unten_form_text a {
	color: #111111;
	text-decoration: underline;
	}

#unten_form_text a:hover {
	color: #555555;
	text-decoration: underline;
	}
