@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	width:99.99%;
	height:100.01%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100.01%
}

a {
	text-decoration: none;
}


#kopfzeile {
	height: 3.77em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

#kopfzeile > p {
	padding: 0.5em 0 0 0.5em;
}

#tabnavi {
	position:absolute;
	left: 0px;
	top: -100px;
	width:500px;
	font-size:0.9em;
}

#tabnavi ul li {
	list-style:none;
}

#jump1 a:focus, #jump2 a:focus, #jump1 a:active, #jump2 a:active {
	position:absolute;
	z-index:5;
	left:20px;
	top:140px;
	width:auto;
}

#text_link, #navi_link {
	padding:0;
	margin:0;
	height:0;
	width:0;
	overflow:hidden;
}

#bildzeile {
	height: 122px;
}

#bildzeile > div {
	height: 100%;
}

#reiter {
	position:absolute;
	top: 4.1em;
	padding-right:1em;
	font-size: 0.8em;
	font-weight:bold;
}

#reiter > h2 {
	display: none;
}

#reiter > ul {
	float: right;
	padding: 0.2em 0;
	margin-left: 0;
}

#reiter > ul > li {
	list-style: none;
	display: inline;
	margin: 0;
}

#reiter > ul > li > a, #reiter > ul > li > span {
	padding: 0.1em 0.5em;
	margin-left: 0.2em;
	text-decoration: none;
}


#layoutnavi {
	float:right;
	margin: 60px 20px 0 0;	
	
	font-size:0.8em;
	font-weight:bold;
}

#layoutnavi img {
        border: none;
}

#layoutnavi > p {
	padding:5px;
	white-space:nowrap;
	color:#fff;
}

#layoutnavi > h2 {
	display: none;
}

#menue_col {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 11em;
	float: left;
}

#menue {
	padding: 1.8em 16px 2em 0;
	text-align:left;
}

#menue > h2 {
	display:none;
}

#menue ul {
	list-style: none;
}

#menue a{
	display:block;
	font-size:0.9em;
	padding: 0.3em 16px 0.3em 1em;
}

#menue > ul > li > ul{
	font-size:0.9em;
	margin:2px 0;
}

#menue > ul > li > ul > li > a, #menue > ul > li > ul > li > span{
	padding-left: 1.8em;
}

#menue > ul > li > ul > li > ul {
	font-size:0.8em;
	margin:1px 0;
}

#menue > ul > li > ul > li > ul > li > a, #menue > ul > li > ul > li > ul > li > span{
	padding-left: 3em;	
}

#menue span {
	font-weight:bold;
	font-size:0.9em;
	display:block;
	padding: 0.3em 0;
}

#suche {
	margin-top:1em;
}

#suche a {
	display:inline;
	padding: 0;
	margin: 0;
}

#suche a:before, #suche a:hover:before, #suche a:focus:before{
	content:no-close-quote;
}

#suche img {
       border: none;
}

#info {
	float: right;
/*	width: 13em;
	height: 15em;

	display:none;
*/
	padding: 1.3em;
}

.infomsg {
	width: 12.5em;
	font-size:0.8em;
	border-style: solid;
	border-width: 2px;
	margin-bottom: 1.5em;
}

.infomsg h2 {
	font-size:1.2em;
	padding:0.2em;
}

.infomsg p {
	margin:0.2em;
}

#breadcrumbs {
	margin-left: 13.75em;
	font-size: 0.8em;
	padding: 1em 0 0.3em 0.4em;
}

#breadcrumbs a {
	text-decoration:underline;
}

#breadcrumbs ul li {
	list-style:none;
	display:inline;
	padding-left:9px;
	padding-right:5px;
}

#breadcrumbs ul li:first-child {
	padding-left:0;
}


#inhalt {
	margin-left: 12.5em;
	padding-right:1em;
	font-size:0.9em;
}

#inhalt a {
	text-decoration:underline;
}

#inhalt p {margin-bottom: 0.5em;}
#inhalt h2 {margin-top: 0.6em; margin-bottom: 0.5em;}
#inhalt h3 {margin-top: 1em; margin-bottom: 0.5em;}
#inhalt ul {padding-left:2em;}
#inhalt li {margin-bottom:0.3em;}


blockquote {
	padding-left: 0.7em;
	padding-top: 0.3em;
	margin: 1em;
}


#fusszeile {
	padding-top:12px;
	clear:both;
}

#fusszeile > div {
	padding-bottom:12px;
}

#fusszeile > div > div {
	padding-left: 16.25em;
	font-size:0.8em;
}

#fusszeile > div > div p {
	padding: 0.3em 0;
}

#fusszeile a {
	text-decoration:underline;
}

.unsichtbar {
        position: absolute;
        left: -1000px;
        top: -1000px;
        width: 0;
        display: inline;
        overflow:hidden;
}


