@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #708E96;
}
#container {
	height: 560px;
	width: 970px;
	margin-left: -485px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -280px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: medium double #000000;
	background-color: #D9D2B0;
}


#container #header_links {
	float: left;
	height: 130px;
	width: 600px;
	background-color: #CCCCCC;
	padding-top: 10px;
}

#container #header_rechts {
	float: left;
	height: 130px;
	width: 370px;
	background-color: #CCCCCC;
	margin: 0px;
	padding-top: 10px;
}

#container #menu {
	float: left;
	height: 400px;
	width: 200px;
	background-color: #CCCCCC;
}
#container #content {
	float: left;
	height: 400px;
	width: 770px;
	background-color: #CCCCCC;
	overflow: auto;
	padding: 0px;
}
#container #footer {
	height: 19px;
	width: 960px;
	background-color: #CCCCCC;
	float: left;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}

h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24pt;
}


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
#logo1 {
	position: absolute;
	left: 10px;
	bottom: 10px;
	height: 149px;
	width: 115px;
}
#logo2 {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 127px;
	width: 117px;
}
#logo3 {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 108px;
	width: 108px;
}
#logo4 {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 115px;
	width: 115px;
}
