/* ---------------------
| Rahmenformatierungen |
--------------------- */

body {
	background-color: #C2E9F9;
	font-family: verdana;
	font-size: 62.5%;
	margin: 0px;
}

img {
	border-style: none;
}

#mainframe {
	width: 955px;
	background-image: url(../_gfx/mainframe-bg.gif);
	float: left;
}

	#headerframe {
		width: 946px;
		height: 143px;
		background-color: #21467B;
		background-image: url(../_gfx/headerframe-bg.gif);
	}

		#logo {
			float: left;
			margin: 70px 0px 0px 21px;
		}

		#turm {
			float: left;
			margin: 0px 0px 0px 17px;
		}

		#headernav {
			float: right;
			width: 544px;
			margin: 0px 5px 0px 0px;
			padding: 0px;
		}

		#headernav li {
			float: left;
			padding: 5px 7px 0px 6px;
			background-image: url(../_gfx/headerframe-li-bg.gif);
			background-repeat: no-repeat;
			list-style-type: none;
		}

		#headernav li a {
			text-decoration: none;
			color: #ffffff;
		}

		#headernav li a:hover {
			color: #C2E9F9;
		}

/*-- Navi Schriftgröße --*/
#fontsize {
	float: right;
	margin-right: 10px;
}

#fontsize p {
	padding: 3px 6px 0px 0px;
	color: #ffffff;
	float: left;
	margin: 0px;
}

#fontsize ul {
	margin: 0px;
	padding: 0px;
}

#fontsize ul li {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 5px 6px 0px 0px;
}

#fontsize ul li a {
	color: #90A2BD;
}

#fontsize ul li a:hover {
	color: #ffffff;
}

.sizepunkt.normal {
	font-size: 1.0em;
	line-height: 1.2em;
}

.sizepunkt.mittel {
	font-size: 1.1em;
	line-height: 1.0em;
}

.sizepunkt.gross {
	font-size: 1.2em;
	line-height: 0.9em;
}

/*-- Breadcrumbs --*/
#breadcrumbs {
	position: absolute;
	left: 340px;
	top: 120px;
	margin: 0px;
	padding: 0px;
}

#breadcrumbs li {
	float: left;
	list-style-type: none;
}

#breadcrumbs li a {
	color: #90A2BD;
	text-decoration: none;
	display: block;
	margin-left: 6px;
	padding-left: 10px;
	background-image: url(../_gfx/breadcrumb-li.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-type: none;
	font-size: 10px;
}

#breadcrumbs li a:hover {
	color: #D4462A;
}


/*-- Bilder Kopfbereich --*/
#headpic1 {
	position: absolute;
	left: 686px;
	top: 36px;
}

#headpic2 {
	position: absolute;
	left: 809px;
	top: 36px;
}

#headpic3 {
	position: absolute;
	left: 897px;
	top: 36px;
}


/*-- Mittelframe --*/
#contentframe {
	float: left;
	width: 955px;
	background-image: url(../_gfx/contentframe-bg.gif);
	background-repeat: no-repeat;
	background-position: 256px -26px;
}


/*-- Navigation --*/
#mainnav {
	width: 250px;
	float: left;
}

.navname {
	margin: 0px 0px 10px 22px;
}

/*-- Erste Ebene --*/
#mainnav ul {
	margin: 0px;
	padding: 0px;

}

#mainnav ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#mainnav ul li a {
	text-decoration: none;
	display: block;
	color: #21467B;
	background-color: #D5F0FB;
	margin-bottom: 2px;
	padding: 3px 10px 5px 22px;
	font-size: 1.1em;
}

	#mainnav ul li a:hover {
		background-color: #6ADCF9;
	}

	#mainnav ul li.passiv a {

	}

	#mainnav ul li.active a {
		background-color: #6ADCF9;
	}

	/*-- Button Aufnahmeinformationen --*/
	#mainnav ul li.first-li a {
		background-color: #FFDC9D;
	}

		/*-- Zweite Ebene --*/
		#mainnav ul li ul li a {
			padding-left: 44px;
			background-image: url(../_gfx/bullet-white.gif);
			background-repeat: no-repeat;
			background-position: 22px 8px;
		}

			#mainnav ul li ul li a:hover {
				background-image: url(../_gfx/mainnav-bg-lvl2-o.gif);
			}

			#mainnav ul li ul li.passiv a {
				background-color: #95E4FA;
			}

			#mainnav ul li ul li.active a {
				background-image: url(../_gfx/mainnav-bg-lvl2-o.gif);
				background-color: #95E4FA;
			}

				/*-- Dritte Ebene --*/
				#mainnav ul li ul li ul li a {
					padding-left: 66px;
					background-image: url(../_gfx/bullet-white.gif) !important;
					background-repeat: no-repeat;
					background-position: 44px 8px;
					background-color: #B5EAFA !important;
				}

					#mainnav ul li ul li ul li a:hover {
						background-image: url(../_gfx/mainnav-bg-lvl2-o.gif) !important;
					}

					#mainnav ul li ul li ul li.passiv a {

					}

					#mainnav ul li ul li ul li.active a {
						background-image: url(../_gfx/mainnav-bg-lvl2-o.gif) !important;
					}

#mainnav ul.oberursel {
	margin-bottom: 16px;
}


/*-- Mainnav | Allgemein --*/
#mainnav ul.regular {
	margin-top: 26px;
}

#mainnav ul.regular li a {
	background-color: #DFF3DC;
}

#mainnav ul.regular li a:hover {
	background-color: #73E3C9;
}

#mainnav ul.regular li.active a {
	background-color: #73E3C9 !important;
}

	/*-- Zweite Ebene --*/
	#mainnav ul.regular li ul li.passiv a {
		background-color: #9EE9D1 !important;
	}

	#mainnav ul.regular li ul li.active a {
		background-color: #9EE9D1 !important;
	}

		/*-- Dritte Ebene --*/
		#mainnav ul.regular li ul li ul li.passiv a {
			background-color: #C9F0D8 !important;
		}

		#mainnav ul.regular li ul li ul li.active a {
			background-color: #C9F0D8 !important;
		}

#adresse {
	margin: 40px 0px 40px 22px;
}

#adresse p {
	line-height: 1.3em;
}

#dgd {
	margin: 0px 0px 5px -10px;
}


/*-- Inhalt --*/
#content {
	width: 390px;
	float: left;
	padding: 1px 20px 0px 15px;
	font-size: 1.2em;
	overflow: hidden;
}

#pagesub h1 {
	font-size: 1.4em;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}

#pagesub ul {
	width: 390px;
	margin: 0px 0px 0em 0px !important;
	padding: 0px;
	float: left;
}

#pagesub ul li {
	margin: 0px 0.3em 0px 0px !important;
	padding: 0px !important;
	/*float: left;*/
	list-style-type: none;
	background-image: url(../_gfx/pagesub.gif) !important;
	background-repeat: none;
	background-position: right 3px !important;
	line-height: 1.2em;
}

#pagesub ul li a {
	font-size: 0.9em;
	padding-right: 0.5em;
	color: #90A2BD;
	display: inline;
}

#pagesub ul li.last {
	background-image: none !important;
}

/*-- Column --*/
#column {
	width: 241px;
	float: left;
	padding: 26px 20px 0px 10px;
	font-size: 1.1em;
}


/*-- Footerframe --*/
#footerframe {
	float: left;
	width: 955px;
	height: 130px;
	background-image: url(../_gfx/footerframe-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}

/*-- Footernav --*/
#footernav {
	width: 955px;
	float: left;
}

	#footernav ul {
		margin: 15px 0px 0px 0px;
		padding: 0px 0px 10px 270px;
		float: left;
	}

	#footernav ul li {
		float: left;
		list-style-type: none;
	}

	#footernav ul li a {
		color: #90A2BD;
		font-size: 10px;
		display: block;
		margin-right: 20px;
		padding-left: 15px;
	}

		/*-- Icon Top --*/
		#footernav ul li a.top {
			background-image: url(../_gfx/icon-top.gif);
			background-repeat: no-repeat;
			background-position: 0px 3px;
		}

		/*-- Icon Drucken --*/
		#footernav ul li a.print {
			background-image: url(../_gfx/icon-print.gif);
			background-repeat: no-repeat;
			background-position: 0px 3px;
		}

		/*-- Icon Merken --*/
		#footernav ul li a.favoriten {
			background-image: url(../_gfx/icon-favoriten.gif);
			background-repeat: no-repeat;
			background-position: 0px 2px;
		}

		/*-- Icon Empfehlen --*/
		#footernav ul li a.tip {
			display: none;
			background-image: url(../_gfx/icon-tip.gif);
			background-repeat: no-repeat;
			background-position: 0px 3px;
		}

	.bookmarks {
		float: left;
		height: 20px;
		padding: 13px 0 0 0;
	}
	
	.bookmarks p {
		float: left;
		color: #90A2BD;
		padding: 0 5px 0 0;
	}

	.bookmarks .tx-spsocialbookmarks-pi1 {
		float: left;
	}

#zertifikate {
	float: left;
	margin-right: 20px;
	padding-left: 17px;
}

	#procumcert {
		margin-right: 10px;
	}

#zertifikate-text  {
	float: left;
	margin-top: 16px;
	width: 680px;
	color: #999999;
}

#buh {
	clear: both;
	padding-left: 490px;
	width: 460px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#buh a {
	color: #999999;
}

#buh-image {
	display: block;
	float: left;
	margin-right: 10px;
}

#buh-text {
	display: block;
	float: left;
	width: 410px;
}


/*-------------*/
/*-- Inhalte --*/
/*-------------*/

/*-- News Liste -- */

.news-list-item {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #dc5827;
	padding: 0px 0px 15px 0px;
	margin-bottom: 10px;
	float: left;
	width: 380px;
}

.news-list-date {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

.news-list-item h3 {
	font-size: 11px;
	padding: 0px;
	margin: 0px 0px 5px 0px !important;
}

.news-list-item img {
	float: left;
	margin: 5px 5px 5px 0px;
}

.news-single-item li {

}

.news-list-container {
	float: left;
}

.news-list-item p {
	margin-bottom: 0px;
	display: inline;
}

.news-list-morelink {
	display: inline;
	margin-left: 3px;
}

.tx-ttnews-browsebox {
	line-height: 20px;
}

.news-list-browse {
	float: left;
}


/*-- News Column --*/

#column .news-latest-item {
	border-bottom-style: none;
	float: left;
	margin-bottom: 15px;
}

#column .news-latest-item .news-latest-date {
	color: #90A2BD;
}

#column .news-latest-item h3 {
	margin: 0px;
	padding: 0px;
}

#column .news-latest-item img {
	float: left;
	margin: 5px 5px 5px 0px;
}

#column .news-latest-item p {
	padding: 3px 0px 0px 0px;
}


/*-- News Single --*/

.news-single-item h3 {
	line-height: 1.6em;
}

.news-single-item p {
	line-height: 1.6em;
}

p.news-single-imgcaption {
	width: 136px;
	font-size: 0.8em;
	line-height: 12px;
	color: gray;
}

.news-single-img {
	float: left;
	margin: 5px 10px 10px 0px;
}

.news-single-files dt {
	margin-bottom: 10px;
}

.news-single-files dd {
	margin: 0px 0px 3px 0px;
}

.news-single-files dd img {
	margin: 0px 3px -3px 0px;
}

.news-single-backlink {
	padding-top: 20px;
	display: none;
}

/*-- Formulare allgemein --*/

input, textarea, select {
	font-family: Verdana,Sans-Serif;
	font-size: 1em;
	border-style: solid;
	border-width: 1px;
	border-color: #7B95C4;
	padding: 2px;
}

textarea {
	line-height: 1.4em;
}

/*-- Kontaktformular --*/

#contactform .form-title {
	float: left;
	width: 150px;
	margin-bottom: 10px;
}

#contactform .inputfield {
	width: 200px;
	margin-bottom: 10px;
}

#contactform .form-field {
	float: left;
	width: 200px;
}

#contactform .form-textarea {
	height: 200px;
	width: 200px;
}

#contactform #form-submit {
	margin-top: 10px;
}

.contact-error, .form-error {
	color: #D92D2B;
}

.spendenformular h3 {
	clear: both;
}

/*-- Suchbox --*/

#quicksearch {
	background-color: #21467b;
	padding: 0px;
}

#quicksearch .searchfield {
	margin: 3px 0px 3px 22px;
	border-color: #ffffff;
	width: 150px;
}

#quicksearch #searchsubmit {
	border-style: none;
	margin: 3px 0px 3px 0px;
	background-color: #21467b;
	color: #ffffff;
}


/*-- Box Pic --*/

.box.pic {
	float: left;
	margin-bottom: 15px;
}

.box.pic .box-picframe {
	width: 100px;
	float: left;
	background-image: url(../_gfx/box-pic-pipe.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 15px;
}

.box.pic .box-content h1 {
	line-height: 1.4em;
}

.box.pic .box-content p, .box.pic .box-content h1 {
	margin: 0px;
	padding: 0px;
}

.box#butterfly .content {
	background-color: #DFF3DC;
	background-image: url(../_gfx/boxbutterfly-ege-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 10px 15px 10px;
}

.box#butterfly .head h1 {
	padding: 10px 0px 5px 10px;
	margin: 0px;
}

.schmetterling {
	float: right;
	margin: -19px -13px 0px 0px;
}

.box#butterfly {
	background-color: #DFF3DC;
	background-image: url(../_gfx/boxbutterfly-ege-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 20px -20px 20px -10px;
	float: left;
}

.box.pic .box-contentframe {
	float: left;
	background-image: url(../_gfx/box-pic-background.gif);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 75px;
	width: 255px;
	margin: 15px 0px 0px 4px;
	line-height: 1.6em;
	background-color: #D5F0FB;
	padding: 10px;
}

/*-------------------------------*/
/*-- Allgemeine Formatierungen --*/
/*-------------------------------*/

a {
	color: #D4462A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #21467B;
	margin: 0px;
	padding: 0px 0px 1.0em 0px;
}

h1 {
	font-size: 1.1em;
}

h2, h3, h4, h5, h6 {
	font-size: 1.0em;
}

h3 {
	color: #7A90B0;
}

p {
	margin: 0px;
	padding: 0px 0px 1.5em 0px;
	line-height: 1.6em;
}

#content ul {
	line-height: 1.6em;
	margin: 0px;
	padding: 0px 0px 1.5em 0px;
}

#column ul {
	line-height: 1.6em;
	margin: 0px;
	padding: 0px 0px 1.5em 0px;
}

	#content ul li {
		background-image: url(../_gfx/mainnav-bg-lvl2-o.gif);
		background-repeat: no-repeat;
		background-position: 2px 9px;
		list-style-type: none;
		padding: 0px 0px 0px 15px;
		margin: 0px 0px 3px 0px;
	}
	
		#content ul#subnav li {
			float: left;
		}
	
	#column ul li {
		background-image: url(../_gfx/mainnav-bg-lvl2-o.gif);
		background-repeat: no-repeat;
		background-position: 2px 9px;
		list-style-type: none;
		padding: 0px 0px 0px 15px;
		margin: 0px 0px 3px 0px;
	}


a.menu_hessentag {
    background-color: #ffcc00 !important;
    color: #D14A10 !important;
}



.csc-textpic {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	_margin-right: -3px;
}

.csc-textpic-caption {
	font-size: 0.9em;
	padding: 2px 0px 15px 0px;
	color: #7E93B3;
}

/*-- Suche --*/

.tx-indexedsearch-searchbox dl dt {
	width: 190px;
	float: left;
	margin: 0px 0px 5px 0px;
}

.tx-indexedsearch-searchbox dl dd {
	width: 190px;
	float: left;
	margin: 0px 0px 5px 0px;
}

.tx-indexedsearch-searchbox input {
	border-color: #ababab;
	border-width: 1px;
	border-style: solid;
}

.tx-indexedsearch-searchbox a {
	text-decoration: none;
	color: #DC5827;
}

.tx-indexedsearch-searchbox input {
	width: 190px;
}

.tx-indexedsearch-searchbox select {
	width: 196px;
}

.tx-indexedsearch-searchbox-button.submit {
	width: 196px;
}

.tx-indexedsearch-browsebox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tx-indexedsearch-browsebox li {
	float: left;
	margin: 0;
	padding: 0 !important;
	margin-right: 3px !important;
	list-style: none;
	background: none !important;
}

.tx-indexedsearch-browsebox li a {
	display: block;
	padding: 0 2px !important;
}

/*-- Send-a-Card | Karte ansehen --*/

.tx-srsendcard-pi1 {
	color: #000000;
}

.tx-srsendcard-pi1-card {
	border-style: none !important;
}

.tx-srsendcard-pi1-card-image-wrap {
	text-align: center;
	margin-bottom: 15px;
}

.tx-srsendcard-pi1-card-caption {
	text-align: center;
	color: 21467B#;
	display: none;
}

.tx-srsendcard-pi1-card-title p {
	color: #21467B;
	margin: 0px;
	padding: 0px 0px 0.5em 0px;
	font-weight: bold;
}

.tx-srsendcard-pi1-card-stamp {
	display: none;
}

.tx-srsendcard-pi1-card-signature {
	margin-bottom: 15px;
}

.tx-srsendcard-pi1-image-wide-left-margin {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #BBBBBB;
	margin: 0px 0px 0px 0px !important;
	padding-top: 10px;
	font-size: 0.9em;
}

.tx-srsendcard-pi1-image-wide-left-margin p a img {
	display: none;
}

/*-- Send-a-Card | Karte auswählen, Schritt 1 --*/

.tx-srsendcard-pi1-image-selector-column {
	width: 120px !important;
	height: 120px;
	float: left;
}

.tx-srsendcard-pi1-image-selector-column dt {
	margin: 0px;
	padding: 0px;
}

.tx-srsendcard-pi1-image-selector-column dd {
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	display: none;
}

.tx-srsendcard-pi1-image-selector-column a img {
	border-style: none;
}

/*-- Send-a-Card | Karte auswählen, Schritt 2 --*/

.tx-srsendcard-pi1-field {
	margin-bottom: 10px;
}

.tx-srsendcard-pi1-submit {
	margin-top: 15px;
}


/*-- Download Listen --*/

.filelinks_layout_0 a {
	font-weight: bold;
	color: #D4462A;
}

.filelinks_layout_0 .pdf {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.filecount {
	display: none !important;
}


/*-- Kontaktformular --*/

.csc-mailform {
	border-style: none;
}

.csc-mailform-field {
	margin-bottom: 4px;
}

.csc-mailform-field label {
	width: 160px;
	display: block;
	float: left;
}

.csc-mailform-field input {
	border-style: solid;
	border-width: 1px;
	border-color: #003376;
	width: 200px;
}

#mailformPLZ, #mailformAnrede {
	width: 80px;
}

#mailformBitte_rufen_Sie_mich_an {
	border-style: none;
	width: 20px;
}

/* Guestbook */

.tx-guestbook-comment {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D4462A;
}

/* css styled filelinks */

.filelinks filelinks_layout_0 {
	display: block;
	background-color: silver;
}

/* Sitemap */

p.csc-sitemap {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

p.csc-sitemap-level1 {
	margin: 0px 0px 5px 0px;
}

p.csc-sitemap-level2 {
	margin: 0px 0px 5px 15px;
}

p.csc-sitemap-level3 {
	margin: 0px 0px 5px 30px;
}

p.csc-sitemap-level4 {
	margin: 0px 0px 5px 45px;
}
