body {
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	color: black;
}
h1 {
  margin: 0 0 15px;
  font-size: 2em;
  padding: 0;
  font-family: "Times New Roman",Times,serif;
  color: black;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
}
h2 {
  margin: 0 0 5px;
  padding: 0;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 1.1em;
  color: black;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
}
h3 {
  margin: 0 0 5px;
  padding: 0;
  font-family: serif;
  color: black;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
}
h4 {
  margin: 0 0 5px;
  padding: 0;
  font-family: verdana,arial,helvetica,sans-serif;
  color: black;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
}
h5, h6 {
	margin: .75em 0 .5em 0;
	page-break-after: avoid;
	font-weight: bold;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	
}
p {
  margin: 0 0 1em 0;
}
p+p {
	margin-top: -1em;
	text-indent: 2em;
}
a, a:visited, a:hover, a:visited:hover {
  color: #04667e;
  background: transparent;
  text-decoration: none;
}

#menue, #navlinks, #navrechts, #besucht {
  display: none;
}
#fenster {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	position: relative;
	min-width: 120px;
	z-index: 1;
	background-position: right top;
}
	
#logo {
	padding: 0;
	background-color: transparent;
	z-index: 1;
	background-image: url(bilder/logo.jpg);
	background-repeat: no-repeat;
	height: 165px;
}
#logo_text {
	padding: 0px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 150%;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: #000066;
}
#logo_text2 {
	padding: 0px;
	display: block;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: xx-large;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: #000066;
}

ul {
  font-family: sans-serif;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
  color: #000066;
}
dl.BildLinks {
	float: left;
	margin-right: 1em;
	font-family: sans-serif;
	font-size: 1.1em;
	font-style: italic;
	azimuth: center;
}
dl.BildLinks dt {
  margin-bottom: 0;
}
dl.BildLinks dd {
  margin: 0;
}
dl.BildRechts {
  float: right;
  margin-right: 1em;
  font-family: sans-serif;
  font-size: 0.8em;
  font-style: italic;
}
dl.BildRechts dt {
  margin-bottom: 0;
}
dl.BildRechts dd {
  margin: 0;
}
#newsbox {
	border-left: 3px solid #f8f3ee;
	border-right: 3px solid #f8f3ee;
	padding: 3px;
	position: absolute;
	width: 170px;
	top: 170px;
	right: -5px;
	z-index: 2;
	background-color: #e0d9c7;
	font-size: small;
}
#fuss {
	padding: 10px;
	text-align: center;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: #000066;
}
form p{
		width: 500px;
		clear: both;
		}

form p label{
		float: left;
		}

form p input, form p textarea, form p select {
		float: right;
}
