@charset "utf-8";
.header {
	background-image: url(gfx/top_hg.jpg);
	background-repeat: repeat-x;
	height: 135px;
	width: 100%;
	margin: 0px;
	text-align: center;
}
.navi {
	background-color: #007d40;
	background-image: url(/gfx/navi_hg.jpg);
	background-repeat: repeat-x;
	height: 48px;
	width: 100%;
	top: 135px;
	position: absolute;
	z-index: 50;
}
.inhalt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #007d40;
	color: #FFFFFF;
	position: absolute;
	height: auto;
	width: 100%;
	top: 183px;
}
.footer {
	background-color: #dbdcdb;
	background-image: url(/gfx/footer_hg.jpg);
	background-repeat: repeat-x;
	height: 120px;
	width: 100%;
	margin-bottom: auto;
	position: relative;
	top: auto;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
h2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: 14px;
}
blockquote {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: 14px;
}
h6 {
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #005F31;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #009933;
}

