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

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
}

img {
		border: 0px;
}

A:link {text-decoration: none; color: #77c976}
A:visited {text-decoration: none; color: #77c976}
A:active {text-decoration: none; color: #499F48}
A:hover {text-decoration: none; color: #499F48}

#headline {
	background-image: url('img/headline.png');
	background-repeat: repeat-x;
	position:absolute;
	top: 40px;
	left: 0px;
	right: 0px;
	height: 50px;
	padding-left: 5%;
}

#content {
	position: absolute;
	top: 110px;
	left: 5%;
	width: 1020px;
	height: 650px;
	background-repeat: no-repeat;
}

.menu {
	background-color: #499F48;
	height: 650px;
	width: 30px;
	position: absolute;
	top: 0px;
	z-index: 3;
}

#bottommenu {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #499F48;
	text-align: right;
	line-height: 20px;
}
#greenbg {
	background-color: #499F48;
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 120px;
	height: 650px;
}
#titel {
	position: absolute;
	top: 30px;
	right: 265px;
	font-size: 50px;
	line-height: 50px;
}
#whitebg {
	background-color: #eff4ee;
	position: absolute; 
	top: 0px;
	left: 300px;
	width: 500px;
	height: 650px;
} 


