@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #f2f5f7;
	scrollbar-3dlight-color: #aaafb2;
	scrollbar-darkshadow-color: #f2f5f7;
	scrollbar-shadow-color: #aaafb2;
	scrollbar-arrow-color: #aaafb2;
	scrollbar-track-color: #f2f5f7;
}

#mitte {
   width: 1px;
   height: 1px;
   position: absolute;
   top: 50%;
   left: 50%;
}

#gesamt {
   position: absolute;
   top: -300px;
   left: -470px;
   width: 940px;
   height: 600px;
}

#kopf {
	float: left;
	position: relative;
	width: 940px;
	height: 35px;
}

#logo {
	float: left;
	position: relative;
	width: 940px;
	height: 165px;
}

#inhalt {
	float: left;
	position: relative;
	width: 940px;
	height: 350px;
	background: url(../../bilder/hintergrund/inhalt.gif) no-repeat;
}

#inhalt_scrollen {
	float: left;
	position: relative;
	width: 883px;
	height: 300px;
	top: 35px;
	overflow: auto;
}

#inhalt_scrollen p {
	color: #545454;
	margin-left: 80px;
	margin-right: 25px;
	margin-top: 12px;
	margin-bottom: 0px;
	font: 0.85em/1.4em Arial, Helvetica, sans-serif;
}

#inhalt_scrollen h2 {
	color: #38a290;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: left;
	padding: 0px;
}

#karte {
	float: left;
	position: relative;
	width: 490px;
	height: 313px;
	margin-top: 27px;
	margin-left: 50px;
}

#navi {
	float: left;
	position: relative;
	width: 940px;
	height: 50px;
}

/* Schriftstile */

p {
	color: #545454;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 12px;
	margin-bottom: 0px;
	font: 0.85em/1.4em Arial, Helvetica, sans-serif;
}

h1 {
	color: #38a290;
	margin-left: 30px;
	margin-right: 100px;
	margin-top: 270px;
	margin-bottom: 40px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: center;
}

h2 {
	color: #38a290;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: left;
	padding: 0px;
}

h3 {
	color: #38a290;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 40px;
	margin-bottom: 0px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: left;
	padding: 0px;
}

ul {
	color: #545454;
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 6px;
	margin-bottom: 0px;
	font: 0.75em/1.3em Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-image: url(../bilder/zusaetze/gliederung.gif);
	padding: 0px;
}

li {
	margin-bottom: 2px;
}

input {
	background-color: #f2f5f7;
	border: 1px solid #aaafb2;
	font: 1.0em/1.4em Arial, Helvetica, sans-serif;
}

textarea {
	background-color: #f2f5f7;
	border: 1px solid #aaafb2;
	font: 1.0em/1.4em Arial, Helvetica, sans-serif;
}

a:link, a:visited{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a:hover, a:active  {
	font-weight: bold;
	color: #38a290;
	text-decoration: none;
}

.kleintext {
	font-size: 0.85em;
	line-height: 1.2em;
}

.rot {
	color: #c80000;
}

.blau {
	color: #3f637a;
}

.bild_rechts {
	float: right;
	margin-top: 7px;
	padding-left: 15px;
	padding-bottom: 15px;
}

.tabelle {
	margin-top: 20px;
	margin-left: 80px;
	padding: 0px;
}

.tabelle td {
	color: #545454;
	font: 0.85em/1.4em Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

.logos {
	margin-top: 5px;
	margin-bottom: 5px;
}

