/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#515151;
}

#header {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../images/bg_head.jpg);
	background-repeat:no-repeat;
	width:994px;
	height:264px;
}

#header_start {
	position:absolute;
	top:45px;
	left:52px;
	width:994px;
	height:264px;
	z-index: 2;
}

#topmenue {
	position:absolute;
	top:178px;
	left:48px;
}

#submenue {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	position:absolute;
	top:239px;
	left:74px;
}

.asubmenue, asubmenue:visited {
	color:#515151;
	text-decoration:none;
}

.asubmenue:hover, .asubmenue_highlight {
	color:#0E4096;
	text-decoration:none;
}

#datum {
	position: absolute;
	top:240px;
	left: 650px;
}

#content {
	position:absolute;
	top:264px;
	left:40px;
	width:931px;
	background-image:url(../images/bg_content.gif);
	background-repeat:repeat-y;
}

#content_start {
	background-image:url(../images/start.jpg);
	background-repeat:no-repeat;
	position: absolute;
	top:30px;
	left:50px;
	width:842px;
	height: 561px;
	float:left;
	z-index: 1;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#515151;
	position:absolute;
	left:0px;
	bottom:0px;
	border-top: 1px solid #999999;
	background-color:#FFFFFF;
	width:931px;
	height:40px;
	clear:both;
}

#footer_start {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#515151;
	position:absolute;
	left:3px;
	top:560px;
	width:793px;
	height:40px;
	clear:both;
}

#footer_left {
	position:absolute;
	left:0px;
	top:10px;
	width:580px;
}

#footer_right {
	position:absolute;
	right:0px;
	top:10px;
}

.fl { float:left; }

.fr { float:right; }

img { border:0px; }

.a_cnt, a_cnt:visited {
	text-decoration:none;
	color:#7DB713;
}

.a_cnt:hover {
	text-decoration:underline;
	color:#7DB713;
}

.a_footer, .a_footer:visited {
	font-size:11px;
	color:#7DB713;
	text-decoration:underline;
}

.a_footer:hover {
	font-size:11px;
	color:#7DB713;
	text-decoration:none;
}

h1, .h1 {
	font-size:16px;
	font-weight:bold;
	color:#0E4096;
}

h2, .h2 {
	font-size:13px;
	font-weight:bold;
	color:#7DB713;
}

p, li {
	line-height:16px;
}





