@charset "utf-8";
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-style: normal;
  background-color: #F4DC97;
  text-align: justify;
}
h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18pt;
  font-weight: bold;
  color: #5E3513;
  letter-spacing: 4px;
  text-align: center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #5E3513;
	letter-spacing: 2px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	letter-spacing: 2px;
	text-align: left;
}
a:link {
  color: #5E3513;
  text-decoration: underline;
}
a:visited {
  color: #5E3513;
  text-decoration: underline;
}
a:hover {
  color: #5E3513;
  text-decoration: none;
}
a:active {
  color: #5E3513;
  text-decoration: underline;
}
#container {
  width: auto;
  background-color: #F4DC97;
  min-width: 1024px;
}
#top {
	height: 140px;
	width: auto;
	background-image: url(../bilder/layout/logo_kopf.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 0px;
	font-size: 9px;
	color: #F4D174;
}
#top a:link {
  color: #5E3513;
  text-decoration: none;
}
#top a:visited {
  color: #5E3513;
  text-decoration: none;
}
#top a:hover {
  color: #5E3513;
  font-weight:bold;
  text-decoration: none;
}
#top a:active {
  color: #5E3513;
  text-decoration: none;
}
#navigation {
	float: left;
	width: 120px;
	background-image: url(../bilder/layout/navigation.jpg);
	background-repeat: no-repeat;
	min-height: 650px;
	padding-left: 0px;
	text-align: left;
}
#navigation a:link {
  color: #5E3513;
  text-decoration: none;
}
#navigation a:visited {
  color: #5E3513;
  text-decoration: none;
}
#navigation a:hover {
  color: #5E3513;
  font-weight:bold;
  text-decoration: none;
}
#navigation a:active {
  color: #5E3513;
  text-decoration: none;
}
#haupt {
	height: auto;
	width: 800px;
	margin-top: 0px;
	overflow: auto;
	margin-left: 10px;
}
#haupt a:link {
  color: #5E3513;
  text-decoration: underline;
}
#haupt a:visited {
  color: #5E3513;
  text-decoration: underline;
}
#haupt a:hover {
  color: #5E3513;
  font-weight:normal;
  text-decoration:none;
}
#haupt a:active {
  color: #5E3513;
  text-decoration: underline;
}
#datentabelle {
  vertical-align: top;
}

.zentriert {
  text-align: center;
}
.rechtsbuendig {
  text-align: right;
}
.linksbuendig {
	text-align: left;
}
.unterstrichen {
  text-decoration: underline;
}
.graukleineingerueckt {
	color: #000;
	font-size: 8pt;
	margin-left: 5px;
}
.fett {
  font-weight: bold;
}
.rahmen_dünn_schwarz {
	border: 1px solid #000;
}
.kursiv {
  font-style: italic;
}
.klein {
	color: #000;
	font-size: 8pt;
	margin-left: 0px;
}
.eingerueckt {
	margin-left: 20px;
}
.eingerueckt_auchnaechstezeile {
	margin-left: 30px;
	text-indent: -10px;
}
.fettlinks {
	font-weight: bold;
	text-align: left;
}
.fettzentriert {
	font-weight: bold;
	text-align: center;
}
.rechtsumfließen {
	margin-right: 5px;
}
.linksumfließen {
	margin-left: 5px;
}
