@charset "utf-8";

body {
	background-color: #99cc99;
}

a:link {
	color: #003300;
}
a:visited {
	color: #66cccc;
}
a:hover, a:active, a:focus {
	color: #003300;
}

#image_header_left {
	width: 480px;
	height: 120px;
	padding-top: 0px;
	padding-left: 0px;
	position: absolute;
	z-index: 10;
}
#image_header_right {
	width: 480px;
	height: 120px;
	padding-top: 0px;
	padding-left: 480px;
	position: absolute;
	z-index: 10;
}
#image_header_overlay {
	width: 160px;
	height: 200px;
	padding-top: 0px;
	padding-left: 320px;
	position: absolute;
	z-index: 15;
}

.content_left {
	float: left;
	width: 560px;
	height: 800px;
	padding: 10px 0px;
	padding-top: 125px;
	padding-bottom: 10px;
	background-color: #99cc99;
}
.content_left .h1 {
	padding-left: 45px;	
}
.content_left .h2 {
	padding-left: 85px;	
}

.content_right {
	float: right;
	width: 400px;
	height: 800px;
	padding: 10px 0px;
	padding-bottom: 10px;
	padding-top: 125px;
	background-color: #99cc99;
}
.content_right ul {
	padding-left: 60px;
}

.legende {
	font: 120%/1.25 "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: normal;
	text-align: left;
	margin-left: 70px;
	margin-bottom: 15px;
}
.signatur {
	text-align: left;
}

.footer {
	background-color: #336633;
}
#copyright {
	color: #000000;
}
