/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

html {
	margin: 0px auto 0px auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	height: 100%;
}
body {
	margin: 0px auto 0px auto;
	text-align: center;
	background: #EAEAEA url(../img/bg.png) repeat-x top left;
	height: 100%;
}
div.cleardiv {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}

#soost {
	margin: 0px auto 0px auto;
	width: 812px;
	height: 100%;
	line-height: 18px;
	text-align: left;
}

#oben {
	width: 782px;
	height: 310px;
	padding: 0px 15px 0px 15px;
	background: url(../img/bg-kopf.png) no-repeat top center;
}
* html #oben {
	width: 812px;
}
#top {
	height: 100px;
}
#logo {
	float: left;
}
#logo img {
	margin: 21px 0px 0px 18px;
}
#logo a img {
	border: none;
}

#topnavi {
	float: right;
}
#topnavi a {
	display: block;
	padding: 0px 7px 0px 7px;
	border-right: 1px solid #999;
	color: #999;
	text-decoration: none;
	line-height: 14px;
}
#topnavi a:hover {
	text-decoration: underline;
	color: #404098;
}
#topnavi a.aktiv {
	text-decoration: underline;
	color: #404098;
}

#topnavi ul {
	padding: 78px 0px 0px 0px;
}
#topnavi li {
	float: left;
	list-style-type: none;
}

#kopf div.bild {
	float: left;
}
#navigation {
	float: right;
	width: 295px;
	height: 190px;
	height: 210px;
	background-color: #404098;
	background: url(../img/bg-menue.png) no-repeat top left;
}
#navigation a {
	text-decoration: none;
	color: #F5F5F5;
	font-weight: bold;
	line-height: 25px;
	padding: 0px 0px 0px 22px;
	letter-spacing: 1px;
	display: block;
}
#navigation a:hover {
	background: url(../img/bg-hover.png) repeat-y top left;
}
#navigation a.aktiv {
	background: url(../img/bg-hover.png) repeat-y top left;
	padding: 0px 0px 0px 0px;
}
#navigation a.aktiv span {
	font-size: 12px;
	color: #9F9FCB;
	font-weight: normal;
	width: 22px;
	display: block;
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#navigation ul {
	padding: 19px 28px 0px 28px;
}
#navigation ul li {
	list-style-type: none;
}

#unten {
	width: 782px;
	padding: 30px 15px 0px 15px;
	background: url(../img/bg-mitte.png) repeat-y top center;
}
* html #unten {
	width: 812px;
}
#inhalt {
	background: url(../img/bg-inhalt.png) repeat-y top center;
}
#inhalt a {
	color: #404098;
}
#text {
	padding: 0px 20px 0px 20px;
	width: 390px;
	height: auto;
	float: left;
}
* html #text {
	width: 430px;
}
#text h1 {
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	color: #404098;
	padding: 0px 0px 10px 0px;
}
#text h2, #textbild h2 {
	font-size: 16px;
	line-height: 20px;
	color: #666;
	font-weight: normal;
	padding: 0px 0px 6px 0px;
}
#text h3, #textbild h3 {
	font-size: 14px;
	line-height: 17px;
	color: #404098;
	padding: 0px 0px 4px 0px;
}
#text ul {
	padding: 5px 0px 5px 24px;
}
#text li {
	padding: 0px 0px 0px 2px;
	list-style-type: square;
}
#text a {
	color: #404098;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	background: url(../img/link-weiss.gif) no-repeat center left;
}
#text a:hover {
	text-decoration: underline;
}

#text .csc-textpic-image a {
	background: none;
	padding: 0px;
}

#textbild {
	float: left;
	width: 160px;
	padding: 10px 10px 10px 10px;
}
* html #textbild {
	width: 180px;
}
*+html #textbild div.csc-textpic img {
	margin: 0px 0px 5px 0px;
}
#textbild a {
	color: #404098;
	text-decoration: none;
	background: url(../img/link-grau.gif) no-repeat center left;
	padding: 0px 0px 0px 10px;
}
#textbild a:hover {
	text-decoration: underline;
}
#textbild .csc-textpic-image a {
	background: url(../img/pixel.gif) no-repeat center left;
	padding: 0px 0px 0px 0px;
}
#textbild .csc-textpic-caption {
	display: none;
}

#textbild ul {
	padding: 0px 0px 0px 20px;
	list-style-type: square;
}

#text-rechts {
	float: right;
	width: 160px;
}
#adresse {
}
#adresse h2 {
	font-size: 16px;
	line-height: 20px;
	color: #404098;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 6px 0px;
	border-bottom: 1px solid #404098;
}
#adresse br {
	line-height: 6px;
	font-size: 6px;
	height: 6px;
}
#adresse a {
	color: #404098;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	background: url(../img/link-weiss.gif) no-repeat center left;
}
#adresse a:hover {
	text-decoration: underline;
}
#druck-pdf {
	padding: 15px 0px 15px 0px;
}
#druck-pdf a {
	display: block;
	padding: 0px 0px 0px 20px;
	color: #999;
	text-decoration: none;
	line-height: 20px;
}
#druck-pdf ul {

}
#druck-pdf ul li {
	list-style-type: none;
}
#druck-pdf ul li.pdf a {
	background: url(../img/icon-pdf.gif) no-repeat center left;
}
#druck-pdf ul li.druck a {
	background: url(../img/icon-druck.gif) no-repeat center left;
}
#druck-pdf a:hover {
	text-decoration: underline;
	color: #404098;
}

div.platz {
	clear: both;
	height: 20px;
	line-height: 20px;
	background-color: #FFF;
}
#fuss {
	clear: both;
	height: 28px;
	padding: 5px 0px 0px 0px;
	border-top: 2px solid #404098;
}
#fuss #copyleft {
	float: left;
	background-color: #FFF;
	padding: 0px 0px 0px 20px;
	line-height: 14px;
}
#fuss #fussnavi {
	float: right;
	background-color: #FFF;
}
#fuss #fussnavi ul li {
	float: left;
	list-style-type: none;
}
#fuss #fussnavi ul li a {
	display: block;
	padding: 0px 7px 0px 7px;
	border-right: 1px solid #999;
	color: #999;
	text-decoration: none;
	line-height: 14px;
}
#fuss #fussnavi ul li a:hover {
	text-decoration: underline;
	color: #404098;
}
#fuss #fussnavi ul li a.aktiv {
	text-decoration: underline;
	color: #404098;
}

#text div.csc-sitemap ul li {
	list-style-type: none;
	padding: 0px 0px 5px 0px;
}
#text div.csc-sitemap ul li a {
	color: #666;
	text-decoration: none;
}
#text div.csc-sitemap ul li a:hover {
	text-decoration: underline;
	color: #404098;
}

#ende {
	background: url(../img/bg-unten.png) no-repeat top center;
	clear: both;
	height: 10px;
}

div.tx-rggooglemap-pi1 #map a {
	margin: 0px;
	padding: 0px;
	background-image: none;
}

div.tx-rggooglemap-pi1 div.mapbottom {
	display: none;
}

#text div.tx-kuloplayer-pi1 a {
	padding: 0px;
}