@charset "utf-8";

body {
	background-color: #777777;
}

a:link {
	color: #003300;
}
a:visited {
	color: #99cc99;
}
a:hover, a:active, a:focus {
	color: #003300;
}

.header {
	background-color: #999999;
}
#image_header {
	width: 960px;
	height: 120px;
	padding-top: 0px;
	padding-left: 0px;
	position: absolute;
	z-index: 10;
}

.content_left {
	float: left;
	width: 400px;
	height: 800px;
	padding: 10px 0px;
	padding-top: 125px;
	padding-bottom: 10px;
	background-color: #bfffbf;
}

.content_middle {
	float: left;
	width: 250px;
	height: 800px;
	padding-top: 125px;
	padding-bottom: 10px;
	background-color: #bfffbf;
}
#image_a {
	width: 250px;
	height: 85px;
	margin-top: 60px;
	margin-left: -10px;
	position: absolute;
	z-index: 1;
}
#image_b {
	width: 250px;
	height: 85px;
	margin-top: 250px;
	margin-left: -25px;
	position: absolute;
	z-index: 2;
}
#image_c {
	width: 250px;
	height: 85px;
	margin-top: 400px;
	margin-left: 20px;
	position: absolute;
	z-index: 3;
}
#image_d {
	width: 560px;
	height: 100px;
	margin-top: 675px;
	margin-left: -5px;
	position: absolute;
	z-index: 4;
}

.content_right {
	float: right;
	width: 310px;
	height: 800px;
	padding: 10px 0px;
	padding-top: 125px;
	padding-bottom: 10px;
	background-color: #bfffbf;
}

.quote_1 {
	font: 110%/1.25 "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-weight: bold;
	font-stretch: expanded;
}
.quote_2 {
	font: 110%/1.25 Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 400;
	font-stretch: expanded;
}
.signatur_1 {
	font: 75%/1.5 Verdana, Geneva, sans-serif;
	font-style: italic;
	color: #333333;
	text-align: right;
	margin-right: 15px;
	margin-bottom: 20px;
}
.signatur_2 {
	font: 75%/1.5 Verdana, Geneva, sans-serif;
	font-style: italic;
	color: #333333;
	text-align: right;
	margin-right: 15px;
	margin-bottom: 45px;
}

.footer {
	background-color: #f5f5f5;
}
#copyright {
	color: #003300;
}
