@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	color:#000;
}
img {
border: 0
}
.headline {
	font-size: 18px;
	color: white;
	text-transform: uppercase;
	font-style: italic;
}
.subline {
	font-size: 14px;
	color: white;
	font-style: italic;
}
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Positionierung */


#logo {
	position: absolute;
	left: 60px;
	top: 0px;
	width: 270px;
	height: 120px;
}
#slogan-top {
	position: absolute;
	left: 330px;
	top: 0px;
	width: 660px;
	height: 70px;
	background-image: url(img/slogan-top.png);
}
#visual {
	position: absolute;
	left: 30px;
	top: 70px;
	width: 960px;
	height: 300px;
}
#navigation {
	position: absolute;
	left: 30px;
	top: 320px;
	height: 50px;
	width: 960px;
}
#wrapper-content {
	position: realtive;
	margin-left: 30px;
	margin-top: 370px;
	margin-right: 30px;
	width: 900px;
	background-color:#97bf0d;
	float: left;
	padding: 30px;
}
#content {
	position: realtive;
	margin-right: 30px;
	width: 675px;
	float: left;
}
#info {
	position: realtive;
	width: 195px;
	float: left;
}


#footer {
	position: realtive;
	margin-left: 30px;
	clear:both;
	height: 115px;
	width: 960px;
	background-image: url(img/bg-footer_neu.png);
}
