/* CSS Document */

html, body {
  	width: 100%;
  	height: 100%;
  	margin: 0;
  	border: 0;
  	padding: 0;
	overflow: hidden;
  }

body {
  	background-color: #e2e2e2;
  	overflow: hidden;  /* Scrollbalken im Fenster unterbinden */
  }
  
div#wrapper {
	position:absolute;
	left: 50%;
	top: 50%; 
	margin-left: -498px; 
	margin-top: -300px;
	width: 995px;  
	height: 600px; 
	background-color: #ffffff;
	overflow: hidden;
	z-index: 100;
}
div#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 164px;
	overflow: hidden;
	z-index: 100;
}
div#header {
	position: absolute;
	left: 300px;
	top: 0px;
	width: 695px;
	height: 164px;
	overflow: hidden;
	z-index: 100;
}
div#leftbar {
	position: absolute;
	left: 0px;
	top: 164px;
	width: 300px;
	height: 413px;
	overflow: auto;
	z-index: 100;
}
div#inhalt {
	position: absolute;
	left: 300px;
	top: 130px;
	width: 420px;
	height: 334px;
	overflow: auto;
	z-index: 100;
}
div#rightbar {
	position: absolute;
	left: 720px;
	top: 164px;
	width: 275px;
	height: 300px;
	overflow: hidden;
	z-index: 100;
}
div#bottombar {
	position: absolute;
	left: 300px;
	top: 464px;
	width: 695px;
	height: 113px;
	overflow: hidden;
	z-index: 100;
}
div#footer {
	position: absolute;
	left: 0px;
	top: 577px;
	width: 995px;
	height: 23px;
	background-color: #83b817;
	overflow: hidden;
	z-index: 100;
}
div#drucken {
	position: absolute;
	left: 975px;
	top: 579px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	z-index: 200;
}

div#titel {
	position: absolute;
	left: 300px;
	top: 125px;
	width: 695px;
	height: 60px;
	overflow: hidden;
	z-index: 200;
}
div#navi {
	position: absolute;
	left: 40px;
	top: 200px;
	width: 260px;
	height: 400px;
	overflow: auto;
	z-index: 200;
}
div#fusszeile {
	position: absolute;
	left: 0px;
	top: 582px;
	width: 995px;
	height: 18px;
	background-color: #83b817;
	overflow: hidden;
	z-index: 200;
}

.lauftext_normal, .lauftext_normal a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 18px;
}
a.lauftext_normal, .lauftext_normal a {
	text-decoration: underline;
	line-height: 18px;
}
a.lauftext_normal:hover, .lauftext_normal a:hover {
	color: #999999;
	line-height: 18px;
}
.lauftext_normal_fett, .lauftext_normal_fett a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	line-height: 18px;
}
a.lauftext_normal_fett, .lauftext_normal_fett a {
	text-decoration: underline;
	line-height: 18px;
}
a.lauftext_normal_fett:hover, .lauftext_normal_fett a:hover {
	color: #999999;
	line-height: 18px;
}
.lauftext_klein, .lauftext_klein a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	line-height: normal;
}
a.lauftext_klein, .lauftext_klein a {
	text-decoration: none;
	line-height: normal;
}
a.lauftext_klein:hover, .lauftext_klein a:hover {
	color: #999999;
	line-height: normal;
}

.lauftext_klein_fett, .lauftext_klein_fett a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	line-height: normal;
}
a.lauftext_klein_fett, .lauftext_klein_fett a {
	text-decoration: none;
	line-height: normal;
}
a.lauftext_klein_fett:hover, .lauftext_klein_fett a:hover {
	color: #999999;
	line-height: normal;
}
.lauftext_gross, .lauftext_gross a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	line-height: normal;
}
a.lauftext_gross, .lauftext_gross a {
	font-size: 14px;
	text-decoration: underline;
	line-height: normal;
}
a.lauftext_gross:hover, .lauftext_gross a:hover {
	font-size: 14px;
	color: #999999;
	line-height: normal;
}
.lauftext_gross_fett, .lauftext_gross_fett a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	line-height: normal;
}
a.lauftext_gross_fett, .lauftext_gross_fett a {
	font-size: 14px;
	text-decoration: underline;
	line-height: normal;
}
a.lauftext_gross_fett:hover, .lauftext_gross_fett a:hover {
	font-size: 14px;
	color: #999999;
	line-height: normal;
}
.seitentitel, .seitentitel a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 42px;
	font-style: normal;
	font-weight: normal;
	color: #83b817;
	line-height: normal;
}
a.seitentitel, .seitentitel a {
	text-decoration: none;
	line-height: normal;
}
a.seitentitel:hover, .seitentitel a:hover {
	color:#83b817;
	line-height: normal;
}
.absatztitel, .absatztitel a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	color: #83b817;
	line-height: normal;
}
a.absatztitel, .absatztitel a {
	text-decoration: none;
	line-height: normal;
}
a.absatztitel:hover, .absatztitel a:hover {
	color: #83b817;
	line-height: normal;
}
.navigation_aktiv, .navigation_aktiv a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #82b816;
	line-height: 20px;
}
a.navigation_aktiv, .navigation_aktiv a {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	color: #82b816;
}
a.navigation_aktiv:hover, .navigation_aktiv a:hover {
	font-size: 12px;
	color: #9bd91e;
	font-weight: bold;
	line-height: 20px;
}
.navigation_inaktiv, .navigation_inaktiv a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 20px;
}
a.navigation_inaktiv, .navigation_inaktiv a {
	font-size: 12px;
	text-decoration: none;
	line-height: 20px;
}
a.navigation_inaktiv:hover, .navigation_inaktiv a:hover {
	font-size: 12px;
	color: #b5b5b6;
	line-height: 20px;
}
.hinweistext, .hinweistext a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	line-height: normal;
}
a.hinweistext, .hinweistext a {
	text-decoration: none;
	line-height: normal;
}
a.hinweistext:hover, .hinweistext a:hover {
	color: #e2e2e2;
	line-height: normal;
}
