* {
	margin: 0;
	padding: 0;
}

body {
	background: #5A80BF url(../images/bg_body.png) top left repeat-x;
	border-top: 1px solid #FFF;
}

img {
	border: 0;
}

/*** Top ***/

#top {
	width: 974px;
	height: 44px;
	margin: 0 auto;
	background: transparent url(../images/bg_top.png) top left repeat-y;
}

#top p {
	float: left;
	position: relative;
	top: 16px;
	left: 31px;
	width: 404px;
	height: 24px;
	text-indent: -2000px;
	background: transparent url(../images/bg_top_title.png) top left no-repeat;
}

/*** Top nav ***/

#top div {
	float: right;
	margin: 22px 22px 0 0;
	width: 500px;
	height: 22px;
	background: transparent url(../images/bg_top_ul.png) top right no-repeat;
}

#top div ul {
	float: right;
	padding: 0 12px;
	background: transparent url(../images/bg_top_ul.png) top left no-repeat;
}

#top div ul li {
	float: left;
	height: 22px;
	list-style: none;
	background: transparent url(../images/bg_top_ul.png) 0 -44px repeat-x;
}

#top div ul li a {
	display: block;
	padding: 5px 14px 0 30px;
	background: transparent url(../images/bg_top_ul.png) 0 -66px no-repeat;
}

#top div ul li#first a {
	padding: 5px 14px 0 26px;
	background: transparent url(../images/bg_top_ul.png) 0 -22px no-repeat;
}

/*** Header ***/

#header {
	clear: both;
	width: 974px;
	height: 151px;
	margin: 0 auto;
	background: transparent url(../images/bg_header.png) top left no-repeat;
}

#header div#logo {
	width: 793px;
	height: 118px;
	margin: 0 181px 0 0;
}

#header div#logo p {
	position: relative;
	top: 16px;
	left: 28px;
	width: 375px;
	height: 91px;
	text-indent: -2000px;
	background: transparent url(../images/bg_header_logo.png) top left no-repeat;
}

#header div#map {
	width: 974px;
	height: 33px;
	background: #F7F9FE url(../images/bg_header_map.png) top left no-repeat;
}

/*** Content  ***/

#content {
	width: 974px;
	margin: 0 auto;
	background: #FFF url(../images/bg_content.png) top left repeat-y;
}

#nav {
	float: left;
	width: 212px;
}

#wrap {
	float: right;
	width: 762px;
	background: transparent url(../images/bg_content_top.png) top left no-repeat;
}

#mainContent {
	float: left;
	width: 540px;
	padding: 52px 25px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 490px;
}
html>body #mainContent {
	width: 490px;
}

#sidebar {
	float: right;
	width: 222px;
	margin: 52px 0;
}

/*** Nav Search ***/

#nav form {
	height: 19px;
	margin: 19px 0 16px 24px;
}

#nav form input {
	float: left;
}

#nav form input#search {
	width: 121px;
	height: 15px;
	padding: 2px 0 0 5px;
	background: #EFF3FA;
	border: 1px solid #5A80BF;
	border-right: none;
}

/*** Main-Content  ***/

#mainContent div {
	clear: both;
	margin: 0 0 20px 0;
	height: 1%; /*** Hack fuer die Startseiten-Box ***/
}

#mainContent img {
	float: left;
	margin: 5px 20px 15px 0;
}

#mainContent div.box {
	background: transparent url(../images/bg_box_bottom.gif) bottom left no-repeat;
}

#mainContent div.box div {
	margin: 0;
	padding: 5px 0 4px 0;
	background: transparent url(../images/bg_box_top.gif) top left no-repeat;
}

#mainContent div.box div#newsbox {
	padding: 10px 10px 6px 10px;
}

#mainContent ul,
#mainContent ol {
	margin: 0 0 0 10px;
	padding: 0 0 0.5em 0;
}

#mainContent li {
	margin: 0 0 0 10px;
	padding: 0 0 0.5em 0;
}

#mainContent table {
	width: 490px;
	margin: 0 0 1.3em 0;
}

#mainContent li table {
	width: 450px;
	margin: 0.8em 0 1.3em 0;
}

#mainContent table th,
#mainContent table td {
	vertical-align: top;
	text-align: left;
	padding: 4px 0;
}

#mainContent form input,
#mainContent form select,
#mainContent form textarea {
	width: 260px;
}

#mainContent form input.checkbox {
	width: auto;
	margin: 0 6px 0 0;
}

/*** Sidebar ***/

#sidebar img {
	margin: 0 0 0.7em 20px;
}

#sidebar ul {
	list-style: none;
	margin: 0 0 0 22px;
}

#sidebar ul li {
	padding: 0 20px 0.9em 10px;
	background: transparent url(../images/bg_link_or.gif) no-repeat;
	background-position: 0 5px;
}

#sidebar div.hr {
	width: 209px;
	height: 21px;
	margin: 0 0 0 1px;
	background: transparent url(../images/bg_hr.gif) 0% 50% repeat-x;
}

#sidebar div.hr hr {
	display: none;
}

/*** Footer ***/

#footer {
	clear: both;
	width: 974px;
	height: 86px;
	background: transparent url(../images/bg_footer.png) top left no-repeat;
}

#footer div {
	float: right;
	margin: 8px 25px 0 0;
}

#footer div a {
	display: block;
	width: 89px;
	height: 37px;
	background: transparent url(../images/bg_footer_tab.png) top right no-repeat;
}

#footer div a:hover {
	background-position: top left;
}

#footer p {
	float: left;
	padding: 28px 0 0 36px;
}

#footer ul {
	clear: both;
	padding: 0 0 0 36px;
}

#footer ul li {
	float: left;
	list-style: none;
	padding: 0 12px 0 0;
}

/**************************************************************************/
							/* Navigation */
/**************************************************************************/

#nav #menu {
	clear: both;
}

#nav #menu li {
	list-style: none;
}

#nav #menu a {
	display: block;
	width: 212px;
	height: 31px;
	padding: 7px 0 0 35px;
	background: transparent url(../images/bg_nav.png) top left no-repeat;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 177px;
	height: 24px;
}
html>body #nav #menu a {
	width: 177px;
	height: 24px;
}

#nav #menu ul li a {
	padding: 8px 0 0 46px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 166px;
	height: 23px;
}
html>body #nav #menu ul li a {
	width: 166px;
	height: 23px;
}

/*** Start ***/

#nav #menu a.link,
#nav #menu a.link:link {
	background-position: 0 0;
}

#nav #menu a.link:hover {
	background-position: 0 -62px;
}

#nav #menu a.active,
#nav #menu a.active:link,
#nav #menu a.active:hover {
	background-position: 0 -31px;
}

/*** 1. Ebene ***/

#nav #menu a.head,
#nav #menu a.head:link {
	background-position: 0 0;
}

#nav #menu a.head:hover {
	background-position: 0 -93px;
}

#nav #menu a.selected,
#nav #menu a.selected:link {
	background-position: 0 -93px;
}

/*** 2. Ebene ***/

#nav #menu ul li a,
#nav #menu ul li a:link {
	background-position: 0 -124px;
}

#nav #menu ul li a:hover {
	background-position: 0 -155px;
}

#nav #menu ul li a.active,
#nav #menu ul li a.active:link,
#nav #menu ul li a.active:hover {
	background-position: 0 -186px;
}

/**************************************************************************/
							/* Typographie */
/**************************************************************************/

body {
	font: x-small Arial,sans-serif;
	color: #253645;
	voice-family: "\"}\"";
	voice-family:inherit;
	font: small Arial,sans-serif;
}
html>body {
	font: small Arial,sans-serif;
}

/*** top + header ***/

#top a,
#top a:link,
#top a:visited {
	font-size: 0.9em;
	text-decoration: none;
	color: #FFF;
}

#top a:hover {
	text-decoration: underline;
}

#header #map p {
	font-size: 0.9em;
	padding: 10px 0 0 35px;
}

/*** nav ***/

#nav form input#search {
	font-size: 0.9em;
}

#nav #menu a {
	color: #000;
	text-decoration: none;
}

#nav #menu ul li a {
	font-size: 0.85em;
}

#nav #menu a:hover,
#nav #menu a.selected {
	color: #FFF;
}

#nav #menu a.active,
#nav #menu ul li a:hover {
	color: #000;
}

/*** Main-Content ***/

#mainContent h1 {
	font: normal 1.6em Arial,sans-serif;
	color: #F5821F;
	padding: 0.1em 0 0.75em 0;
}

#mainContent #newsbox h1 {
	font: normal 1.5em Arial,sans-serif;
	color: #F5821F;
	padding: 0.1em 0 0.5em 0;
}

#mainContent h2 {
	font: bold 1.15em Arial,sans-serif;
	padding: 0.25em 0 0.75em 0;
}

#mainContent h3 {
	font: bold 1.0em Arial,sans-serif;
	padding: 0.25em 0 1.0em 0;
}

#mainContent h3.news {
	font: bold 1.4em Arial,sans-serif;
	padding: 0 0 0.5em 0;
}

#mainContent p {
	line-height: 1.3em;
	padding: 0 0 1.0em 0;
}

#mainContent table th,
#mainContent table td {
	font-weight: normal;
}

#mainContent p a {
	color: #F58728;
	text-decoration: underline;
	padding-left: 9px;
	background: transparent url(../images/bg_link_or.gif) no-repeat 0% 50%;
}

#mainContent p a:hover {
	text-decoration: none;
}

#mainContent p a.galerie {
	margin: 0;
	padding: 0;
	background: none;
}

#mainContent p a.galerie img {
	margin: 0 15px 15px 0;
}

#mainContent li a {
	color: #F58728;
	text-decoration: underline;
}

#mainContent li a:hover {
	text-decoration: none;
}

/*** Main-Content Boxen ***/

#mainContent div.box div h2 {
	font: normal 1.2em Arial,sans-serif;
	padding: 0;
	line-height: 19px;
}

#mainContent div.box div h2 a {
	display: block;
	padding: 4px 0 4px 190px;
	color: #F5821F;
	text-decoration: none;
}

#mainContent div.box div h2 a span {
	font: normal 0.75em Arial,sans-serif;
	color: #000;
}

/*** Sidebar ***/

#sidebar h3 {
	font-size: 1.1em;
	padding: 0.3em 20px 0.9em 20px;
}

#sidebar h3.news {
	font-size: 1.5em;
	padding: 0.2em 20px 0.6em 20px;
}

#sidebar h3 a {
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	background: transparent url(../images/bg_link_or.gif) no-repeat 0% 50%;
}

#sidebar h3 a:hover {
	text-decoration: underline;
}

#sidebar p {
	font-size: 1.0em;
	padding: 0 20px 0.9em 20px;
}

#sidebar p a {
	color: #F58728;
	text-decoration: underline;
	padding-left: 9px;
	background: transparent url(../images/bg_link_or.gif) no-repeat 0% 50%;
}

#sidebar li a {
	color: #F58728;
	text-decoration: underline;
}

#sidebar p a:hover,
#sidebar li a:hover {
	text-decoration: none;
}

/*** Footer ***/

#footer {
	font-size: 0.9em;
	line-height: 1.4em;
	color: #FFF;
}

#footer p a,
#footer p a:link,
#footer p a:visited,
#footer li a,
#footer li a:link,
#footer li a:visited {
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
	background: transparent url(../images/bg_link_wh.gif) no-repeat 0% 50%;
}

#footer p a:hover,
#footer li a:hover {
	text-decoration: underline;
}

#footer div a {
	text-decoration: none;
}




/*** Suchverzeichnis - Ausgabe der Tabs "Liste" + "Karte" ***/

/* REQUIRED to hide the non-active tab content. But do not hide them in the print stylesheet! */
#mainContent .tabberlive .tabbertabhide {
	display: none;
}

/* .tabber = before the tabber interface is set up
   .tabberlive = after the tabber interface is set up */
#mainContent .tabber {
}
#mainContent .tabberlive {
	margin-top: 1em;
}
#mainContent .tabberlive img {
	margin: 0;
}

/* ul.tabbernav = the tab navigation list, li.tabberactive = the active tab */
#mainContent ul.tabbernav {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #000;
}

#mainContent ul.tabbernav li {
	margin: 0;
	list-style: none;
	display: inline;
}

#mainContent ul.tabbernav li a {
	padding: 3px 1.5em;
	margin-left: 8px;
	background: #EDF1F7;
	border: 1px solid #000;
	border-bottom: none;
	text-decoration: none;
}

#mainContent ul.tabbernav li a:link,
#mainContent ul.tabbernav li a:visited {
	color: #253645;
}

#mainContent ul.tabbernav li a:hover {
	color: #FFF;
	background: #779BD3;
	border-color: #227;
}

#mainContent ul.tabbernav li.tabberactive a {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

#mainContent ul.tabbernav li.tabberactive a:hover {
	color: #000;
	background: #FFF;
	border-bottom: 1px solid #FFF;
}

/* .tabbertab = the tab content
   Add style only after the tabber interface is set up (.tabberlive) */
.tabberlive .tabbertab {
	padding-top: 10px;
 /* If you don't want the tab size changing whenever a tab is changed you can set a fixed height */
 /* height: 200px; */
 /* If you set a fix height set overflow to auto and you will get a scrollbar when necessary */
 /* overflow: auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
	display: none;
}
.tabberlive .tabbertab h3 {
	display: none;
}




/*** Suchverzeichnis - Ausgabe der Tabelle ***/

table#suchkriterien {
	border-collapse: collapse;
}

table#suchkriterien td {
	padding: 12px 0;
	border-top: 1px solid #EEE;
}

table#dg_liste {
	margin: 0;
	font-size: 0.9em;
	background-color: #FFF;
}

table#dg_liste th {
	background-color: #F2F5FB;
	padding: 6px;
}

table#dg_liste tr.first th {
	background-color: #A3BDE1;
	font: bold 1.6em Helvetica,Arial,sans-serif;
	color: #D5E0F2;
	text-align: center;
	vertical-align: middle;
}

table#dg_liste td {
	padding: 6px;
}

table#dg_liste tr.first td {
	background-color: #779DD3;
	color: #FFF;
}

table#dg_liste tr.last th {
	border-bottom: 10px solid #FFF;
}

table#dg_liste tr.last td {
	border-bottom: 20px solid #FFF;
}

table#dg_liste a {
	color: #FFF;
	text-decoration: underline;
}

table#dg_liste a:hover {
	text-decoration: none;
}

div.initialy_no_display {
	display: none;
}
