@charset "utf-8";
/* CSS Document */

body {
	background-color: #828257;
}
a:link {
	color: #EAEAE1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EAEAE1;
}
a:hover {
	text-decoration: none;
	color: #000;
}
#warnung {
	width: 560px;
	background-color: #FFF;
	float: left;
	height: auto;
	border: thick double #F00;
	text-align: left;
	font-size: 14px;
	padding: 20px;
	margin: 20px;
}

a:active {
	text-decoration: none;
	color: #EAEAE1;
}
#wrapper {
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 800px;
	width: 1200px;
	background-color: #828257;
}
#navi {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #EAEAE1;
	background-color: #A7A77A;
	height: 20px;
	width: 1175px;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
	border: thin solid #EAEAE1;
}
#werbung {
	float: left;
	width: 220px;
	margin-left: 20px;
	height: 650px;
}
#werbung_rechts {
	float: left;
	width: 220px;
	height: 650px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
#footer {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	float: left;
	height: 20px;
	width: 1160px;
	margin-right: 20px;
	color: #EAEAE1;
	margin-top: 0px;
	padding-top: 10px;
	margin-left: 20px;
}

#main {
	float: left;
	height: 650px;
	width: 737px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #A7A77A;
}
#text {
	float: left;
	height: auto;
	width: 655px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 32px;
}
#header {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #EAEAE1;
	float: left;
	height: auto;
	width: 1160px;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
}h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #EAEAE1;
}

