﻿html, body {
	margin:0; padding:0;
	height:100%;
}
 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	font-size: 14px;
	color: black;
}
footer, header {
	background-color: black;
}
p {
	margin-bottom: 6px;
	margin-top: 0px;
}




.cover_box {
float:left; height:50%; margin-bottom:-384px;

}
.content_box {
clear:both;
	margin-left: auto;
	margin-right: auto;
	height: 768px;
	width: 1024px;
	position: relative;
}
.bg_image {
	background: url('../images/bg_cover.jpg') no-repeat;
}
.content_bg {
	background: url('../images/Hintergrund_innenseiten.jpg') no-repeat;
}
.fett {
	font-weight: bold;
	margin-bottom: 5px;
}
.was, .wo, .wie {
	display: block;
	width: 143px;
	height: 50px;
	position: absolute;
}
a.was:link, a.was:visited, a.was:hover, a.was:active {
	text-decoration: none;
	background-image: url(../images/was_normal.png);
	background-position: center;
	background-repeat: no-repeat;
}
a.was:hover {
	background-image: url(../images/was_highlight.png);
}
a.wie:link, a.wie:visited, a.wie:hover, a.wie:active {
	text-decoration: none;
	background-image: url(../images/wie_normal.png);
	background-position: center;
	background-repeat: no-repeat;
}
a.wie:hover {
	background-image: url(../images/wie_highlight.png);
}
a.wo:link, a.wo:visited, a.wo:hover, a.wo:active {
	text-decoration: none;
	background-image: url(../images/wo_normal.png);
	background-position: center;
	background-repeat: no-repeat;
}
a.wo:hover {
	background-image: url(../images/wo_highlight.png);
}
.textbox {
	position: absolute;
	left: 80px;
}
.gruen {
	color: #779e24;
}
.blau {
	color: #0065a3;
}
.rot {
	color: #e8556e;
}
.gelb {
	color: #e97d00;
}
.violett {
	color: #5d4894;
}
.grau {
	color: #333;
}
.unterschrift {
	position: absolute;
	left: 10px;
	top: 643px;
	border: 0px;
}




