html, body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	background-repeat: repeat-y;
}
#navigation {
	position: absolute;
	left: 0px;
	top: 150px;
	width: 160px;
	border-top: solid 5px rgb(240,0,20);
}
#ueberschrift {
	position: relative;
	top: 25px;
	left: 240px;
	white-space: nowrap;
	overflow: hidden;
	font-family: Helvetica, sans-serif;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 3px;
	text-align: left;
	text-decoration: none;
	color: black;
}
a.navi, a.navi_first, a.navi_self {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 10px;
	text-align: center;
}
a.ueberschrift:link {
  text-decoration: none;
}

a.navi_first {
	border-top: 1px solid black;
}
a.navi:link, a.navi_first:link, a.navi:visited, a.navi_first:visited {
	background-color: gray;
	color: white;
	text-decoration: none;
}
a.navi_self:link, a.navi_self:visited {
	background-color: gray;
	color: white;
}
a.navi:hover, a.navi_first:hover, a.navi_self:hover, a.navi:active, a.navi_first:active, a.navi_self:active {
	background-color: white;
	color: black;
}
#top_section {
	background-color: white;
	background-repeat: no-repeat;
	height: 150px;
	margin: 0px;
	padding: 0px;
}
#logo {
	position: absolute;
	top: 25px;
	left: 20px;
	width: 170px;
	height: 54px;
}
#main_section {
	margin: 0px;
	padding: 0px;
}
#content {
	margin-left: 160px;
	margin-right: 0px;
	width: 843px;
	border-top: solid 5px rgb(240,0,20);
}
#foto_zentral {
	position: relative;
	top: 20px;
	left: 40px;
}
#foto_zweispaltig {
	position: relative;
	top: 20px;
	left: 40px;
}
#search {
	position: absolute;
	top: 110px;
	left: 240px;
	white-space: nowrap;
}
#search_label {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: rgb(175,35,35);
	vertical-align: middle;
}
#search_text {
	width: 240px;
	background-color: rgb(251,241,225);
	border: rgb(175,35,35) solid 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: black;
	vertical-align: middle;
}
#search_button {
	background-color: rgb(175,35,35);
	border: none;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
	vertical-align: middle;
}
h1, h2, p, ul, ol, #bu, #dicht, #tabledata, #tableheading{
	font-family: Helvetica, sans-serif;
	margin-right: 20px;
	margin-left: 20px;
}
h1 {
	font-weight: normal;
	font-style: normal;
	font-size: 17px;
	line-height: 1.1em;
	color: rgb(175,35,35);
	border-bottom: rgb(175,35,35) solid 1px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 20px;
}
h2 {
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	line-height: 1.1em;
	color: rgb(175,35,35);
	border-bottom: rgb(175,35,35) solid 1px;
	padding-bottom: 3px;
	padding-left: 25px;
	margin-top: 20px;
}
p {
	font-weight: normal;
	font-size: 12px;
	padding-left: 25px;
	color: black;
}
#bu {
	font-size: 12px;
	font-weight: bold;
	color: black;
}
#tabledata {
	font-weight: normal;
	font-size: 12px;
	padding-left: 25px;
	color: black;
}
#tableheading {
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	color: black;
}
#dicht {
  font-weight: normal;
	font-size: 12px;
	color: black;
	line-height: 50%;
}
ul, ol {
	padding-left: 25px;
}
li {
	font-weight: normal;
	font-size: 13px;
	line-height: 1.1em;
	color: black;
	margin-top: 6px;
	margin-bottom: 6px;
}
a:link {
	font-weight: bold;
	color: black;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: gray;
	text-decoration: underline;
}
a:hover, a:active {
	font-weight: bold;
	color: rgb(175,35,35);
	text-decoration: underline;
}