/* @group Allgemein */

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff;
	margin: 0;
	padding: 0;
}

a {
	color: #359934;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	background: #ededed;
}

div.error {
	color: #ffffff;
	font-weight: bold;
	background: #cc0000;
	border: 1px solid #000000;
	padding: 5px;
	margin-bottom: 15px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0;
}

div.abstand {
	height: 17px;
	display: block;
	clear: both;
}

#inhalt {
	width: 92%;
	padding: 0 20px 20px 10px;
	display: block;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}

/* @group BBCode Bilder */

	img.bbcLinks {
		float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
	
	img.bbcRechts {
		float: right;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
	
	img.bbcAllein {
		display: block;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
	
	img.bbcDaneben {
	display: inline;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
	
/* @end */
	
/* @end */

/* @group Bildarchiv */

#inhalt div.bildreihe {
	width: 100%;
	display: block;
	clear: both;
	padding-top: 15px;
}

#inhalt span.bildarchivBoxKlein {
	border: 1px solid #000000;
	display: block;
	width: 130px;
	background: #359934;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 15px;
}

#inhalt img.bildarchivKlein {
	display: block;
}

#inhalt span.bildarchivTextBild {
	font-size: 10px;
	color: #ffffff;
	display: block;
	background: #359934;
	border-top: 1px solid #000000;
	line-height: 13px;
	padding: 3px 5px;
	width: 120px;
}
	
/* @end */

/* @group Footer */

#footer {
	background: #359934;
	color: #ffffff;
	font-size: 10px;
	line-height: 20px;
	clear: both;
	display: block;
	padding-left: 150px;
	text-align: left;
	margin-top: 5px;
}
	
/* @end */

/* @group Formular */

#inhalt .formularTextPflicht {
	font-weight: bold;
	margin-bottom: 2px;
}

#inhalt .formularText {
	font-weight: normal;
	margin-bottom: 2px;
}

#inhalt input, #inhalt select {
	margin-bottom: 15px;
}

#inhalt input.radio, #inhalt input.checkbox {
	margin-bottom: 0;
}
	
/* @end */

/* @group JS Menu */

#zcmsNavi {
	background: #359934;
	width: 100%;
	margin-top: 1px;
	margin-bottom: 45px;
	display: block;
}

.ddmx {
	font-size: 11px;
	border-left: 1px solid #ffffff;
	margin-left: 140px;
}

.ddmx .item1 {
	background: #359934;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	border-right: 1px solid #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	padding: 3px 40px 3px 10px;
}

.ddmx .item1-active {
	background: #ffffff;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	border-right: 1px solid #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	padding: 3px 40px 3px 10px;
}

.ddmx .item1:hover, .ddmx .item1-active:hover {
	background: #ffffff;
	color: #000000;
}

.ddmx .item2, .ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover {
	padding: 3px 40px 4px 10px;
	color: #000000;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	font-size: 11px;
	text-transform: uppercase;
}

.ddmx .item2 {
	background: #359934;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 11px;
}

.ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover {
	background: #ffffff;
	color: #000000;
	text-transform: uppercase;
}

.ddmx .item2Disable, .ddmx .item2Disable:hover {
	background: #ededed;
	color: #999999;
	padding: 3px 40px 4px 10px;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	font-size: 11px;
	text-transform: uppercase;
}

.ddmx .arrow, .ddmx .arrow:hover {
	padding: 3px 46px 4px 10px;

}

.ddmx .item2 img, .ddmx .item2-active img {
	position: absolute;
	top: 4px;
	border: 0;
	right: 1px;
}

.ddmx .section {
	background: #359934;
	border: 1px solid #359934;
	position: absolute;
	visibility: hidden;
	z-index: -1;
}

.ddmx .trenner {
	background: #ededed;
	margin-top: 0px;
	margin-bottom: 2px;
	border-bottom: 1px solid #989a9c;
	height: 1px;
	font-size: 1px;
}

/* ie 5.0 fix */
* html .ddmx td {
	position: relative;
	z-index: 500;
}
	
/* @end */

/* @group Nachricht */

#inhalt .textNachricht {
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	text-align: justify;
	line-height: 16px;
}

#inhalt .textNachricht h1 {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background: #359934;
	display: block;
	padding: 4px 10px;
	margin-right: -10px;
	margin-bottom: 5px;
	margin-left: -10px;
}

#inhalt .textNachrichtInfo {
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #666666;
	margin-top: 15px;
}
	
/* @end */


/* @group Portal */

#inhalt .textPortal {
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	line-height: 16px;
	margin-bottom: 20px;
	background: #eeeeee;
	border: 1px solid #359934;
	padding-bottom: 5px;
}

#inhalt .textPortal h1 {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background: #359934;
	display: block;
	padding: 4px 10px;
	clear: both;
	margin-right: -10px;
	margin-bottom: 5px;
	margin-left: -10px;
}

#inhalt .nachrichtPortal {
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	line-height: 16px;
	margin-bottom: 20px;
	border: 1px solid #359934;
	padding-bottom: 5px;
	background: #eeeeee;
}

#inhalt .nachrichtPortal h1.header {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background: #359934;
	display: block;
	padding: 4px 10px;
	clear: both;
	margin-right: -10px;
	margin-bottom: 5px;
	margin-left: -10px;
}

#inhalt .nachrichtPortal h1 {
	font-size: 12px;
	margin-bottom: 3px;
}

#inhalt .suchePortal {
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	line-height: 16px;
	margin-bottom: 20px;
	background: #eeeeee;
	border: 1px solid #359934;
}

#inhalt .suchePortal h1.header {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background: #359934;
	display: block;
	padding: 4px 10px;
	clear: both;
	margin-right: -10px;
	margin-bottom: 5px;
	margin-left: -10px;
}

#inhalt .suchePortal h1 {
	font-size: 12px;
	margin-bottom: 3px;
}

#inhalt .terminPortal {
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	line-height: 16px;
	margin-bottom: 20px;
	border: 1px solid #359934;
	padding-bottom: 5px;
	background: #eeeeee;
}

#inhalt .terminPortal h1.header {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background: #359934;
	display: block;
	padding: 4px 10px;
	clear: both;
	margin-right: -10px;
	margin-bottom: 5px;
	margin-left: -10px;
}

#inhalt .terminPortal .datum {
	display: block;
	margin-top: 5px;
	font-weight: bold;
}
	
/* @end */


/* @group Teaser */

.teaser {
	border: 1px solid #359934;
	width: 240px;
	display: block;
	margin-bottom: 20px;
	clear: both;
	padding: 5px 10px;
	font-size: 10px;
	color: #000000;
}

.teaser h1, .teaser h2, .teaser h3 {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
	margin-top: 10px;
}

.teaser h2, .teaser h3 {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	display: block;
	margin-bottom: 3px;
	margin-top: 10px;
}

.teaser h1.header {
	padding: 4px 10px;
	background: #359934;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin: -5px -10px 5px;
}

.teaser img.bild {
	border: 1px #000000 solid;
	display: block;
	clear: both;
	margin-top: 5px;
}
	
.teaser .bildTitel {
	font-size: 9px;
	color: #666666;
	display: block;
	width: 240px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

.teaser a.newsTitel {
	display: block;
	padding: 1px;
}

.teaser .newsText {
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
}

.teaser a.terminTitel {
	display: block;
	padding: 1px;
}

.teaser .terminDatum {
	display: block;
	margin-top: 8px;
	font-weight: bold;
}
	
/* @end */

/* @group Termin */

#inhalt .textTermin {
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	line-height: 16px;
}

#inhalt .textTermin h1 {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background: #359934;
	display: block;
	padding: 4px 10px;
	clear: both;
	margin-right: -10px;
	margin-bottom: 5px;
	margin-left: -10px;
}

#inhalt .textTermin .datum {
	font-weight: bold;
	display: block;
	margin-top: 5px;
}

#inhalt .textTermin .uhrzeit {
	font-weight: normal;
}

#inhalt .textTermin .ort {
	font-weight: normal;
}
	
/* @end */

/* @group Template */

div.headerBalken1 {
	width: 100%;
	height: 19px;
	background: #359934;
	display: block;
	margin-bottom: 1px;
}

div.headerGrafiken {
	display: block;
	width: 100%;
	white-space: nowrap;
}
	
/* @end */

/* @group Suche */

#inhalt h1.suche {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background: #359934;
	display: block;
	padding: 4px 10px;
	clear: both;
	margin-bottom: 5px;
}

#inhalt .sucheErgebnisbox {
	background: #ededed;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}

#inhalt .info {
	font-size: 10px;
	color: #666666;
}

#inhalt .anzahlObjekte {
	font-size: 10px;
	color: #666666;
	margin-bottom: 5px;
}
	
/* @end */

/* @group OneClickLinks */

#oneClickLinks {
	font-size: 11px;
	border-left: 1px solid #ffffff;
	margin-left: 140px;
}

#oneClickLinks a.navi {
	background: #359934;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	border-right: 1px solid #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	padding: 3px 40px 3px 10px;
}

#oneClickLinks a.navi-aktiv {
	background: #ffffff;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	border-right: 1px solid #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	padding: 3px 40px 3px 10px;
}

#oneClickLinks a.navi:hover {
	background: #ffffff;
	color: #000000;
}
	
/* @end */

/* @group Sprachen */

#sprachen {
	font-size: 11px;
	border-left: 1px solid #ffffff;
	position: absolute;
	top: 0;
	left: 625px;
}

#sprachen a.navi {
	background: #359934;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	border-right: 1px solid #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	padding: 3px 40px 3px 10px;
}

#sprachen a.navi-aktiv {
	background: #ffffff;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	border-right: 1px solid #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	padding: 3px 40px 3px 10px;
}

#sprachen a.navi:hover {
	background: #ffffff;
	color: #000000;
}
	
/* @end */

