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

* {
	margin:0; 
	padding:0;
}
body {
	background:url(img/hg_body.jpg) repeat-x fixed left top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:0px;
	overflow:auto;
}
a{ 
	color:#666666;
	font-size:12px;
	text-decoration:none;
}
a:hover, a.curr{ 
	color:#99cc33;
}
a vsited { 
	color:#99cc33;
}

table {
	width:500px;
	border:0px;
}
td {
	width:150px;
}
#wrapper {
	margin:0 auto;
	width:1000px;
	min-height:800px;
	/*border-left:10px solid #00427a;
	border-right:10px solid #00427a;*/
	background-color:#ffffff;
}
#header {
	background:url(img/header.jpg);
	height:365px;
	width:1000px;
	background-color:#fff;
	z-index:1;
}
#header_li {
	background:url(img/header_li.jpg);
	height:365px;
	width:1000px;
	background-color:#fff;
	z-index:1;
}
#header_pr {
	background:url(img/header_pr.jpg);
	height:365px;
	width:1000px;
	background-color:#fff;
	z-index:1;
}

#header_fu {
	background:url(img/header_fu.jpg);
	height:365px;
	width:1000px;
	background-color:#fff;
	z-index:1;
}
#header_ue {
	background:url(img/header_ue.jpg);
	height:365px;
	width:1000px;
	background-color:#fff;
	z-index:1;
}
#header_ha {
	background:url(img/header_ha.jpg);
	height:365px;
	width:1000px;
	background-color:#fff;
	z-index:1;
}



#header_l {
	background:url(img/header_l.jpg);
	height:365px;
	width:1000px;
	background-color:#fff;
	z-index:1;
}
#header_o {
	background:url(img/header_o.jpg);
	height:365px;
	width:1000px;
	background-color:#fff;
	z-index:1;
}

/*Hauptnavigation*/
#nav {
	float:left;
	width:900px;
	margin:273px 0 0 0px;
	padding:5px 0px 0px 50px;
	z-index:3;
}

#nav ul{
	margin-top:0px;
	padding: 35px 0px 0px 0px;
}
#nav li{
	list-style:none;
	color:#666666;
	float:left;
	line-height:25px;
	padding: 5px 0px 10px 0px;
}

#nav a{ 
	color:#333;
	font-size:13px;
	text-decoration:none;
}
#nav a:hover, #nav a.curr{ 
	color:#fff;
}
#nav p{ 
	color:#666666;
	font-size:12px;
}


#content {
	position:relative;
	min-height:700px;
	width:1000px;
	margin:0px auto;
	padding:0px 0px 0px 50px;
	background: #ffffff;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */ 
}
#textbox{
	float:left;
	min-height:400px;
	width:600px;
	padding:40px 0px 0px 0px;
}
#info{
	float:left;
	min-height:500px;
	width:350px;
	padding:40px 0px 0px 0px;
}


#adr {
	float:left;
	margin-top:30px;
	width:225px;
}
 
#logo {
	float:left;
	margin-top:30px;
	width:125px;
	border:0;
}

#footer{
	margin:0px auto;
	width:900px;
	height:50px;
	background-color:#FFFFFF;
	padding-top:10px;
}




.text { 
	color:#666;
	font-size:12px;
}
.text h1{ 
	color:#99cc33;
	font-size:14px;
	margin-top:0px;
	margin-bottom:15px;
}
.text h2{ 
	color:#666;
	font-size:13px;
	margin-top:0px;
	margin-bottom:10px;
}
.text h3{ 
	font-size:13px;
	color:#99cc33;
	text-align:left;
	font-weight:normal;
	margin-top:-15px;
	margin-bottom:15px;
}
.text h4{ 
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	margin-top:5px;
	margin-bottom:0px;
	padding-right:50px;
}
.text p{ 
	font-size:12px;
	line-height:18px;
	text-align:left;
	margin-top:0px;
	margin-bottom:5px;
	padding-right:50px;
}
.text a{ 
	font-size:12px;
	line-height:18px;
	margin-top:0px;
	color:#666666;
	text-decoration:none;
	border:0;
}
.text a:hover{ 
	font-size:12px;
	line-height:18px;
	margin-top:0px;
	color:#99cc33;
}
.text ul{
	margin-bottom:10px;

}
.text li{
	list-style:disc;
	margin-top:7px;
	margin-left:20px;
}
.text span{ 
	display:block;
	float:left;
	width:480px;
}

.textn { 
	color:#242a30;
	font-size:12px;
}
.textn p{ 
	font-size:12px;
	line-height:18px;
	text-align:left;
	margin-top:0px;
	margin-bottom:5px;
	padding-right:50px;
}
.textn a{ 
	font-size:12px;
	line-height:18px;
	margin-top:0px;
	color:#666666;
	text-decoration:none;
	border:0;
}
.textn a:hover{ 
	font-size:12px;
	line-height:18px;
	margin-top:0px;
	color:#fb8201;
}
.textn ul{
	padding-right:30px;
}
.textn li{
	list-style:none;
	margin-top:7px;
	margin-bottom:0px;
	padding:10px 0 10px 0;
	border-bottom:1px solid #999;
}
.textn li:last-child{
	border-bottom:0px solid #999;
}
