/****** RESET BEGIN ******/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	/*background: transparent;*/
}
body {
	line-height: 15px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/****** RESET END ******/
html {
	width: 100%;
	height: 100%;
	background: url('images/bg.jpg') repeat-x left top;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;	
	color: #000;
	font-size: 0.75em;
	text-align: left;
	height: 100%;
	position: relative;
	background-image: url('images/main_bg3.jpg');
	background-repeat: repeat-y;
	background-position: center top;
}
html>body {
	min-height: 100%;
	height: auto;
}
#abstand {
	padding-top: 170px;
}
.headerbg {
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	width: 50%;
	height: 67px;
}
#container {	
	width: 942px;
	margin: 0px auto;
	position: relative;
	height: 100%;
	background-image: url('images/main_bg2.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	
}
html > body #container {
	height: auto;
	min-height: 1000px;
}
#header {
	width: 942px;
	height: 67px;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
}
#header2 {
	background-color: #fff;
}
#navitop {
	width: 645px;
	height: 28px;
	float: left;
	display: inline;
	position: relative;
	padding-top: 35px;
}
	#navitop ul {
		float: left;
		height: 28px;
	}
	#navitop ul li {
		float: left;
		display: inline;
		position: relative;
		color: #fff;
		font-size: 1.17em;
		list-style: none;
		padding-right: 28px;
		height: 28px;
	}
	#navitop ul li:hover {
		text-decoration: underline;
	}
	#navitop ul li.active {
		font-weight: bold;
	}
#searchform {
	width: 297px;
	height: 40px;
	padding-top: 23px;
	float: left;
	display: inline;
	position: relative;
}
	#indexedsearch {
		width: auto;
		height: 22px;
		float: left;
		display: inline;
		position: relative;
		background-image: url('images/searchbg.jpg');
		background-repeat: no-repeat;
	}
	#indexedsearch input {
		border: 0px;
		float: left;
		margin: 3px 10px 0 7px;
		color: #888;
		width: 220px;
	}
	#indexedsearch input.img {
		clear: right;
		text-align: right;
		width: auto;
		margin-top: 0px;
		margin-right: 0px;
	}
		.searchleft {
			width: 9px;
			height: 22px; 
			float: left;
			display: inline;
			position: relative;
			background-image: url('images/search_left.jpg');
			background-repeat: no-repeat;
		}
		.searchmiddle {
			width: 220px;
			height: 22px;
			float: left;
			display: inline;
			position: relative;
			background-color: #fff;
			color: #ccc;
		}
			.searchmiddle input {
				margin: 2px 0 0 0;
				width: 220px;
				border: 0px;
				color: #ccc;
			}
		.searchright {
			width: 9px;
			height: 22px;
			float: left;
			display: inline;
			position: relative;
			background-image: url('images/search_right.jpg');
			background-repeat: no-repeat;
		}
	.ok {
		width: 40px;
		height: 22px;
		float: left;
		display: inline;
		position: relative;
		margin: 0 4px 0 4px;
	}
		.okleft {
			width: 9px;
			height: 22px; 
			float: left;
			display: inline;
			position: relative;
			background-image: url('images/search_left.jpg');
			background-repeat: no-repeat;
		}
		.okmiddle {
			width: 22px;
			height: 22px;
			float: left;
			background-color: #fff;
			color: #ccc;
			text-align: center;
			display: inline;
			position: relative;
		}
			.okmiddle p {
				margin: 5px 0 0 0;
			}
			.okmiddle p a {
				text-decoration: none;
				color: #ccc;
			}
		.okright {
			width: 9px;
			height: 22px;
			float: left;
			display: inline;
			position: relative;
			background-image: url('images/search_right.jpg');
			background-repeat: no-repeat;
		}
#logo {
	width: 618px;
	height: 94px;
	float: left;
	display: inline;
	position: relative;
	margin-top: 10px;
}
#statistic {
	width: 304px;
	height: 94px;
	float: left;
	display: inline;
	position: relative;
	margin-top: 10px;
	font-size: 1em;
	color: #ccc;
	padding-left: 9px;
	line-height: 1;
}
	.stat_left {
		float: left;
		display: inline;
		position: relative;
	}
	.stat_right {
		float: right;
		display: inline;
		position: relative;
	}
	.stat_head {
		font-weight: bold;
		font-size: 1.17em;
	}
	#statistic p {
		margin-bottom: 4px;
	}
	#statistic table tr th {
		padding-bottom: 10px;
		font-size: 1.17em;
	}
	#statistic table tr td {
		padding-bottom: 5px !important;
		padding-top: 0px !important;
		padding-right: 0px !important;
	}
#headerimg {
	width: 940px;
	height: 224px;
/*	background-image: url('images/header.jpg'); */
	background-repeat: no-repeat;
	border: 1px solid #ccc;
}
#navigation {
	width: 942px;
}
	#nav {
		width: 927px;
		height: 29px;
		border-top: 1px solid #b9b9b9;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		background-image: url('images/navbg.jpg');
		background-repeat: x-repeat;
		padding-left: 13px;
	}
		#nav ul {
			margin-top: 8px;
			float: left;
			display: inline;
			position: relative;
			height: 21px;
		}
		#nav ul li {
			float: left;
			display: inline;
			position: relative;
			list-style: none;
			margin-right: 20px;
			height: 20px;
		}
		#nav ul li a {
			color: #000;
			text-decoration: none;
		}
		#nav ul li:hover {
			background-image: url('images/activebutton.jpg');
			background-repeat: no-repeat;
			background-position: 50% bottom;
		}
		#nav ul li.active {
			background-image: url('images/activebutton.jpg');
			background-repeat: no-repeat;
			background-position: 50% bottom;
		}
	#subnav {
		width: 927px;
		height: 25px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		background-image: url('images/subnavbg.jpg');
		background-repeat: x-repeat;
		padding-left: 13px;
	}
		#subnav ul {
			margin-top: 7px;
			float: left;
			height: 18px;
		}
		#subnav ul li {
			float: left;
			display: inline;
			position: relative;
			list-style: none;
			margin-right: 33px;
			color: #414141;
			height: 18px;
		}
		#subnav ul li:hover {
			background-image: url('images/activebutton.jpg');
			background-repeat: no-repeat;
			background-position: 50% bottom;
		}
		#subnav ul li.active {
			background-image: url('images/activebutton.jpg');
			background-repeat: no-repeat;
			background-position: 50% bottom;
		}
#main_wrapper {
	width: 942px;
	height: 100%;
}
html > body #main_wrapper {
	height: 100%;
	min-height: auto;
}
#main {
	width: 942px;
	padding-bottom: 30px;
	background-image: url('images/main_bg.jpg');
	background-repeat: repeat-y;
	background-position: 1px 0px;
}
	#content {
		width: 664px;
		float: left;
		display: inline;
		position: relative;
		padding: 13px;
	}
	#content a { 
		color: #777;
		text-decoration: none;
	}
	#content2 a { 
		color: #777;
		text-decoration: none;
	}
	.news-more a:hover {
		text-decoration: underline !important;
	}
	.news-latest-gotoarchive a:hover {
		text-decoration: underline !important;
	}
		#breadcrump {
			color: #646363;
			font-size: 0.92em;
			margin-bottom: 10px;
			margin-left: 15px;
			margin-top: 15px;
			float: left;
			position: relative;
			display: inline;
		}
		#breadcrump .label {
			margin-right: 5px;
		}
		#breadcrump .spacer {
			margin-right: 3px;
			margin-left: 3px;
		}
		.newsbox {
			width: 648px;
			float: left;
			display: inline;
			position: relative;
			padding-bottom: 5px;
		}
			.newsbox img {
				border: 2px solid #bf0000;
				float: left;
				display: inline;
				position: relative;
				margin-right: 11px;
				width: 215px;
				height: 63px;
			}
			.newsbox p {
				line-height: 18px;
			}
			.newsbox a {
				text-decoration: underline;
				color: #810000;
			}
	#content2 {
		width: 221px;
		padding-left: 28px;
		padding-top: 11px;
		float: left;
		display: inline;
		position: relative;
	}
	#unwetterkarte {
		margin-bottom: 20px;
	}
	.contenttable tr td {
		padding: 3px 10px 0 0;
	}
	.contenttable tr td span {
		font-size: 1.17em;
	}
	#storm {
		margin-bottom: 32px;
	}
	#emergency {
		margin-bottom: 32px;
	}
	#emergency p {
		font-weight: bold;
	}
	#emergency p span {
		margin-right: 7px;
	}
	#footer {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		background: url('images/footer.png') left bottom repeat-x;
	}
	#footerwrap {
		margin: 0px auto;
		background-image: url('images/footer.jpg');
		background-repeat: no-repeat;
		background-color: #70000;
		background-positon: left bottom;
		width: 942px;
		height: 140px;
		color: #fff;
		padding-top: 35px;
		line-height: 14px;
	}
	.footer_left {
		float: left;
		display: inline;
		position: relative;
	}
	#contact {
		float: left;
		display: inline;
		position: relative;
	}
	#contact p {
		margin-bottom: 0px;
	}
	#contact p a {
		text-decoration: underline;
	}
	#implementation {
		float: left;
		display: inline;
		position: relative;
		width: 50%;
		margin-top: 5px;
	}
	#implementation a {
		color: #fff;
	}
	#footerwrap ul {
		float: right;
		display: inline;
		position: relative;
	}
	#footerwrap ul li {
		list-style: none;
	}
	#footerwrap ul li a {
		color: #fff;
	}
	#footerwrap ul li a:hover {
		text-decoration: underline;
	}
	#pagetitle {
		float: right;
		display: inline;
		position: relative;
		clear: right;
	}
		.footer_left a {
			color: #fff;
		}
		.footer_left a:hover {
			color: #fff;
			text-decoration: underline;
		}
	.footer_right {
		float: right;
		display: inline;
		position: relative;
		text-align: right;
	}
		.footer_right a {
			color: #fff;
		}
		.footer_right a:hover {
			color: #fff;
			text-decoration: underline;
		}
.image {
	float: left;
	margin-right: 10px;
}
	.image img {
		border: 2px solid #bf0000;
	}
.einsatz-latest-item {
	margin-bottom: 30px;
}
	.einsatz-latest-item span {
		font-size: 1em;
		font-weight: bold;
		color: #81000;
	}
	.einsatz-latest-item a {
		text-decoration: none !important;
	}
.news-latest-container {
	margin-top: 10px;
	width: 210px;
}
.news-latest-item {
	margin-top: 5px;
	margin-bottom: 30px;
}
.news-latest-item h3 {
	text-decoration: none;
	font-size: 1.17em;
}
.news-latest-date {
	font-weight: bold;
	margin: 8px 0 5px 0;
}
.news-list-item a img {
	float: left;
	margin-right: 10px;
	border: 2px solid #bf0000;
	margin-bottom: 10px;
}
.news-list-item {
	margin-bottom: 15px;
}
.news-list-item p {
	line-height: 15px;
}
.news-list-item hr {
	border: 0px !important;
}
.news-list-item h2 a {
	text-decoration: none !important;
	font-size: 1em;
}
.news-list-item h2 span {
	color: #81000;
	font-size: 1em !important;
}
.news-list-item h2 span {
	color: #bf0000 !important;
	font-size: 1.17em !important;
}
.news-latest-gotoarchive a {
	text-decoration: none !important;
}
.einsatz-single-item .bodytext {
	margin-top: 10px;
	line-height: 15px;
}
.news-single-img img {
	border: 2px solid #bf0000;
}
.imagewrap {
	float: left;
	margin: 0px 10px 10px 0;
}
.news-list-item .news-list-date {
	color: #810000 !important;
	font-size: 1em !important;
}
.prevLink {
	margin-bottom: 10px;
}
.nextLink {
	float: right;
}
a {
	color: #000;
	text-decoration: none;
}
#navitop a, a:hover {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #bf0000;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.6em 0 0.9em 0;
	color: #810000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #810000 !important;
}
h1 {
	padding: 0 0 2px 0;
	margin: 0.6em 0 0.6em 0;
	font-size: 1.5em;
}
#content2 h1 {
	margin-bottom: 0.1em;
}
h2 {
	font-size: 1.17em;
	margin: 0.6em 0 0.6em 0;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	font-size: 1.17em;
	text-decoration: underline;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: normal !important;
}
.tx-felogin-pi1 h3 {
	margin-bottom: 10px;
}
.tx-felogin-pi1 div { 
	margin-bottom: 15px;
}
.tx-felogin-pi1 fieldset div { 
	margin-bottom: 15px;
	width: 400px;
	text-align: right;
}
.tx-felogin-pi1 fieldset {
	border: 1px solid #ccc;
	padding-left: 5px;
	padding-top: 10px;
}

html body #content2 .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
      background-color: #f7d897;
      color: #000;
}
.tx-indexedsearch fieldset { border: 0;}
html body #content .tx-indexedsearch input { width: 180px; }
html body #content .tx-indexedsearch select { width: 185px; }
html body #content .tx-indexedsearch .tx-indexedsearch-search-submit input { width: 183px; margin-top: 15px; }
html body #content .tx-indexedsearch p { margin-top: 1em; }
html body #content .tx-indexedsearch .tx-indexedsearch-res { margin: 0 0 3em 0; }
html body #content .tx-indexedsearch .tx-indexedsearch-info { padding: 1px 0px; color: #70777e; background: none; }
html body #content .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color: #bf0000; }

/**** HALB-STANDARDS ****/
#container .csc-textpic-border img {
	border: 2px solid #BF0000;
}
textarea {
	font-size: 1.1em;
}
#main hr {
	height: 1px;
	border: 1px solid #585858;
}
fieldset input, fieldset textarea {
  	font-family: Arial, Helvetica, sans-serif;
}
/**** STANDARDS ****/
.clearer {
	clear: both;
}
.csc-textpic-caption {
	font-size: 0.9em;
	display: block;
	padding-bottom: 0.9em;
}
p.align-center, th.align-center, td.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center {
	text-align: center;
}
p.align-right, th.align-right, td.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right {
	text-align: right;
}
p.align-left, th.align-left, td.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left {
	text-align: left;
}
p.align-justify, th.align-justify, td.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify {
	text-align: justify;
}
#main ul, #main ol {
	margin-bottom: 1em;
}
.csc-firstHeader, .csc-firstHeader, .csc-firstHeader {
	margin-top: 0;
}
#main .csc-textpic-imagewrap {
/*	margin: 0;*/
}
#rightBlock {
	font-size: 1em;
}
ul li, ol li {
	list-style-position: outside;
	margin: 0 0 0.3em 12px;
}
* html ul li, * html ol li {
	margin-left: 15px;
}
* + html ul li, * + html ol li {
	margin-left: 15px;
}
.csc-textpic-image {
	padding: 0 0 0.9em 0;
}
.csc-textpic-imagerow {
	padding: 0;
}
:root div.csc-textpic-above div.csc-textpic-text {
	clear: both;
	float: left;
}
.csc-textpic-intext-right .csc-textpic-caption {
	text-align: right;
}
#main table {
	line-height: normal;
}
/*#main div.csc-textpic div.csc-textpic-imagewrap ul li.csc-textpic-image {
	margin: 0;
}*/
.csc-textpic dl.csc-textpic-firstcol {
	padding-left: 0;
}
.csc-textpic dl.csc-textpic-lastcol {
	padding-right: 0;
}
fieldset {
	border: 0;
}
fieldset label {
	width: 170px;
	float: left;
	clear: both;
	display: block;
	font-weight: bold;
}
fieldset .csc-mailform-field {
	margin: 0 0 5px 0;
}
fieldset .csc-mailform-field #mailformformtype_mail {
	margin: 20px 0 0 170px;
}
fieldset input, fieldset textarea {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;  
}
#main .csc-sitemap ul li {
	margin-top: 0.1em;
	margin-bottom: 0.2em;
}
.csc-textpic-intext-right-nowrap, .csc-textpic-intext-left-nowrap {
	padding-bottom: 1em;
}
#content1 .csc-textpicHeader h1, #content1 .csc-textpicHeader h2, #content1 .csc-textpicHeader h3, #content1 .csc-textpicHeader h4, #content1 .csc-textpicHeader h5, #content1 .csc-textpicHeader h6 {
	margin-top: 0;
}
a img {
	border: 0;
}
table {
	border-collapse: collapse;
}
li {
	list-style-position: inside;
}
p {
	margin-bottom: 1em;
}
.middle {
	vertical-align: middle;
}
