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

body {
	margin: 0px;
}

#banner {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}

#menu {
	position: absolute;
	left: 30px;
	top: 72px;
	z-index: 1;
	background: #FFFFFF;
	padding-left: 8px;

}
#menuLine {
	background: url(images/spacer_menu_line.gif) repeat-x;
	position: absolute;
	width: 100%;
	top: 85px;
	height: 6px;
	z-index: 0;

}

#pagetitle {
	position: absolute;
	z-index: 1;
	left: 20px;
	top: 150px;
}

#contentLeft {
	position: absolute;
	z-index: 2;
	width: 320px;
	left: 80px;
	top: 155px;

}

#contentRight {
	position: absolute;
	z-index: 2;
	left: 400px;
	top: 140px;
	overflow: hidden;
	width: 600px;
	height: 450px;
}

#contentRightNils {
	position: absolute;
	z-index: 2;
	left: 400px;
	top: 140px;
}

#footerGruen {
	background: #97be0d;
	position: absolute;
	height: 24px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #dddddd;
	text-align: center;

}

#footerGrau {
	background: #cccccc;
	position: absolute;
	height: 24px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;

}

.carousel_container {
	width: 600px;
	height: 200px;
	margin: 0px auto;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	color: #999999;
}
.textmarked {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 19px;
	color: #666666;
	font-weight: bold;
}
.footerLink {
	color: #ffffff;
	text-decoration: none;
	font: normal 11px/20px Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #97be0d;
	text-decoration: none;
	font: normal 11px/20px Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	color: #97be0d;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	color: #97be0d;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	color: #97be0d;
	text-decoration: underline;
}
