html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	background: #cae8d7 url(../bilder/hg-page.jpg) repeat-x;
	}
	
h1 a {text-decoration: none; cursor:default;}
/*
########################################################## PAGE ##########################################################
*/	
#page {
	width: 888px;
	min-height: 100%;
	margin: auto;
	position: relative;
	}
	
	.clear {
		clear: both;
		height: 0;
		line-height: 0;
		padding: 0;
		border: 0;
		margin: 0;
		font-size: 0;
		}

/*
********************************************************** HEADER *********************************************************
*/
#header {
	width: 888px;
	height: 217px;
	}
/*
//////////////////////////// FLASH /////////////////////////
*/
#header .flash {
	width: 755px;
	height: 214px;
	border-bottom: 3px solid #045f29;
	float: right;
	position: relative;
margin-top: 25px;
	}
/*
//////////////////////////// SHORTCUTS ////////////////////////
*/
#header .shortcuts {
	position: absolute;
	right: 8px;
	top: 5px;
	}
	
	#header .shortcuts ul {
		margin: 0;
		padding: 0;
		}
		
		#header .shortcuts ul li {
			display: inline;
			}
			
			#header .shortcuts ul li a {
				font-size: 10px;
				color: #ffffff;
				text-decoration: none;
				}
				
				#header .shortcuts ul li a:hover, #header .shortcuts ul li .aktiv {
					text-decoration: underline;
					}
					
					#header .shortcuts ul li:first-child a {
						border-right: 1px solid #0a5d2c;
						padding: 0 7px 0 0;
						}

/*
********************************************************** WRAP **********************************************************
*/
#wrap {
	width: 888px;
	}
	
/*
//////////////////////////// SIDEBAR /////////////////////////
*/
#sidebar {
	width: 133px;
	float: left;
	}

/*
---------------------------- MENUE ----------------------------
*/
ul#menue {
width: 133px;
list-style-type: none;
padding: 0;
margin: 0;
z-index: 100;
}

ul#menue li {
list-style: none;
padding: 0 0 4px 0;
}

ul#menue li a {
width: 121px;
min-height: 20px;
display: block;
color: #1e533f;
padding: 7px 0 0 12px; /*IE6 setzt hier ein margin*/
text-decoration: none;
font-size: 11px;
font-weight: bold;
background: transparent url(../bilder/hg-menue.png) no-repeat;
}

ul#menue li a:hover, ul#menue li .aktiv {
color: #c90606;
background: url(../bilder/hg-menue-hover.png) no-repeat;
}

ul#menue li a:active {
color: #0a5d2c;
}

/**************************/
/****** Zweite Ebene ******/
/**************************/
ul#menue li.under ul {
padding: 0 0 7px 0;
background: url(../bilder/hg-umenue.jpg) repeat-y;
margin: -1px 0 0 0;
list-style-type: none;
}

ul#menue li ul li {
margin: 0;
padding: 3px 0;
}

ul#menue li ul li a {
width: 110px;
min-height: 8px;
display: block;
color: #0a5d2c;
background: none;
font-weight: normal;
padding: 0 0 0 23px;
background: url(../bilder/icon-umenue.jpg) no-repeat 12px 4px;
}

ul#menue li ul li a:hover, ul#menue li ul li .aktiv {
background: url(../bilder/icon-umenue.jpg) no-repeat 12px 4px;
color: #0a5d2c;
text-decoration: underline;
}


ul#menue ul,
ul#menue :hover ul ul,
ul#menue :hover ul :hover ul ul {
position: absolute;
left: -9999px;
width: 133px;
}

ul#menue :hover {
z-index: 500;
white-space: normal;
}

ul#menue :hover ul {
position: static;
}

ul#menue :hover li {
position: static;
}

ul#menue :hover ul :hover {
position: relative;
z-index: 100;
}

ul#menue :hover ul :hover ul,
ul#menue :hover ul :hover ul :hover ul {
display: block;
position: absolute;
left: 130px;
top: 0;
height: auto;
z-index: 500;
}

ul#menue :hover ul :hover ul :hover ul li.under {
z-index:500;
}
/*//////////////////////////// CONTENT /////////////////////////*/
#content {
	width: 665px;
	min-height: 420px;
	float: left;
	background: #fff;
	padding: 0 40px 23px 50px;
	position: relative;
	color: #1e533f;
	font-size: 12px;
	}
#content h1 {
	font-size: 20px;
	padding: 30px 0 15px 0;
	}
#content h2, #content h3, #content h4, #content h5 {
	margin: 0;
	padding: 0;
	padding: 15px 0 10px 0;
	font-size: 16px;
	border-top: 2px dotted #1e533f;
	}
#content a {
	color: #1e533f;
	font-weight:bold;
	}
#content table {
	margin-bottom: 10px;
	}
	#content table th {
	background-color: #1e533f;
	padding: 5px;
	text-align:center;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 14px;
	}
#content hr {
background-color: #ccc;
height: 1px;
border: none;
width: 90%;
padding: 0;
margin: auto;
margin-top: 27px;
}

#content form {
margin: 25px 50px;
	}
#content ul {
margin:0;
padding: 0;
margin: 0 0 10px 30px;
line-height: 18px;
	}


/*---------------------------- ADRESSE ----------------------------*/
#adresse {
	width: 121px;
	height: 140px;
	background: transparent url(../bilder/hg-adresse.png) no-repeat;
	color: #1e533f;
	font-size: 11px;
	padding: 0px 0 0 12px;
	position: absolute;
	bottom: 0;
	left: -133px;
	}
	
	#adresse p {
		margin: 5px 0!important;
		line-height: normal!important;
		padding: 0!important;
		}
		#adresse a {
		font-weight: normal;
		}
		
		#adresse strong {
			font-weight: bold;
			}
	
/*
********************************************************** FOOTER **********************************************************
*/
#footer {
	width: 888px;
	height: 50px;
	}
	
	#footer ul li {
		height: 50px;
		list-style: none;
		text-align: right;
		font-size: 11px;
		padding: 10px 0 0 0;
		}
		
		#footer ul li a {
			font-family: Arial, Helvetica, sans-serif;
			color: #045f29;
			text-decoration: none;
			}
			
			#footer  ul li a:hover {
				text-decoration: underline;
				}