@charset "utf-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #0e8403;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0C9A02;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0E8503;
}
a:hover {
	text-decoration: underline;
	color: #00CC00;
}
a:active {
	text-decoration: none;
	color: #00FF00;
}
h1 {
	margin: 15px 0 0 0;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 12px 0 3px 0;
	padding: 0;
}

img {
	border: 0px;
}


.topbar {
	background-image: url(images/logo_bg.png);
	background-repeat: no-repeat;
	height: 103px;
	width: 940px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}
#menu {
	position: absolute;
	right: 142px;
}
.sloganwrapper {
	position: absolute;
	width: 940px;
	height: 301px;
	top: 103px;
	left: 0;
	overflow: hidden;	
}
#slogan {
	position: absolute;
	width: 406px;
	height: 301px;
	left: 0;
	top: 0;
}
#walze {
	position: absolute;
	width: 534px;
	height: 301px;
	left: 406px;
	top: 0;
}
#footer {
	position: absolute;
	bottom: 5px;
	clear: both;
	font-size: 9px;
	color: #cecece;
	width: 493px;
}
#footer img {
	float: right;
}
#footer a:link {
	color: #cecece;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #cecece;
}
#footer a:hover {
	text-decoration: underline;
	color: #cecece;
}
#footer a:active {
	text-decoration: none;
	color: #cecece;
}
.firstpage {
	position: absolute;
	top: 625px;
	left: 52px;
	width: 747px !important;
}

.startcontentwrapper {
	background-image: url(images/startcontent_bg.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 940px;
	height: 254px;
	top: 404px;
	left: 0;
	padding-left: 52px;
}
.contentwrapper {
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 940px;
	top: 103px;
	left: 0;
	padding-left: 52px;
}

.box {
	position: relative;
	float: left;
	margin: 0 10px 12px 0;
	padding: 0 0 15px 0; 
	width: 242px;
	background-image:url(images/box_content_bg.png);
	background-repeat:repeat-y;
}
.startcontentwrapper .box {
	height: 200px;
}
.bigbox {
	position: relative;
	float: left;
	margin: 0 10px 25px 0;
	width: 493px;
	background-image:url(images/content_bg.png);
	background-repeat:repeat-y;
}
.box .content {
	background-image: url(images/box_content.png);
	background-repeat:no-repeat;
	width: 211px;
	padding: 10px 15px 0 15px;
}
.box .content .bodytext {
	margin: 0;
}
.bigbox .content .bodytext {
	margin: 0;
}
.bigbox .content {
	background-image: url(images/content.png);
	background-repeat:no-repeat;
	width: 463px;
	padding: 10px 15px 0 15px;
}
.bigbox .content table {
	width: 100%;
}
.bigbox .content table td{
	padding: 5px;
	vertical-align: top;
}
.bottom {
	position: absolute;
	bottom: 0;
	left: 0;
}
.kraemi {
	position: absolute;
	right: 3px;
	top: -10px;
	z-index: 50;
}
.naviicon {
	position: absolute;
	right: 10px;
	top: -10px;
	z-index: 50;
}
.satellit {
	width: 241px;
	text-align: center;
}

.lW { float: left; clear: left; height: 15px;  }
.rW { float: right; clear: right; height: 15px;  }

.spalte {
	width: 40%;
}
#rechts {
	float: right;
}