@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0; }
.clear {overflow:hidden; clear: both;}
* html .clear {height:1%}

body { 
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
	margin: auto;
	background-image:url(bilder/back.gif);
	background-position: center top;
	background-repeat:repeat-x;
}

#wrapper {
	position: relative;
	width: 960px;
	margin: auto;
	overflow: hidden;
	padding: 0;
	background-image: url(bilder/back-inhalt.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

#header {
	width: 930px;
	height: 19px;
	background-image: url(bilder/header.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding: 12px 30px 0 0;	
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;	
	text-align: right;
}
#footer {
	width: 960px;
	height: 37px;
	text-align: left;
	background-image: url(bilder/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;	
}
#linker {
	float: left;
	display: inline;
	background-image: url(bilder/back-left.gif);
	background-repeat: no-repeat;
	height: 599px;
	width: 15px;
}
#rechter {
	float: right;
	display: inline;
	background-image: url(bilder/back-right.gif);
	background-repeat: no-repeat;
	height: 599px;
	width: 15px;
}

#indexwrap {
	position: relative;
	float: left;
	display: inline;
	width: 760px;
}
#logos {
	position: relative;
	float: left;
	display: inline;	
	width: 160px;
	text-align: center;
	margin: auto;
	padding: 20px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;	
}
#indexer {
	position: relative;
	width: 740px;
	padding: 20px 0 0 20px;
	float: left;
	display: inline;
	text-align: left;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #333333;
}

#inhalt {
	position: relative;
	width: 540px;
	padding: 20px;
	float: left;
	display: inline;
	text-align: left;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #333333;
	min-height: 500px;
}
#inhalt p, #indexer p {
	margin-bottom: 10px;
}

#inhalt ul, #inhalt ol {
	margin-left: 20px;
	margin-bottom: 20px;
}

#box ul, #box ol {
	margin-left: 20px;
	margin-bottom: 20px;
}

#inhalt h1, #indexer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	margin-bottom: 15px;
	line-height:24px;
}

#inhalt h2, #indexer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	margin-bottom: 15px;
	margin-top: 25px;
	
}
#inhalt h3, #indexer h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	margin-bottom: 15px;
}

#inhalt a, #indexer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0000;
	text-decoration: none;
}
#inhalt a:hover, #indexer a:hover {
	color: #cc0000;	
	text-decoration: underline;
}
#inhalt hr {
	color: #2F68B1;
	background: #2F68B1;
	height: 1px;
	border: 0;
	margin: 0 0 10px 0;
}

#boxen {
	float: left;
	display: inline;
	width: 180px;
	text-align: left;
	padding: 20px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
#boxen h1, #boxen h2 {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
#boxen a {
	color: #cc0000;
	text-decoration: none;
}
#boxen a:hover {
	color: #cc0000;
	text-decoration: underline;
}
#boxen hr {
	color: #cc0000;
	background: #2F68B1;
	height: 1px;
	border: 0;
	margin: 5px 10px 5px 10px;
}
#boxen .box {
	width: 180px;
	background-image: url(bilder/box-back.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

#boxen .box_w {
	width: 180px;
	background-image: url(bilder/box-back_w.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
#boxen .boxkopf {
	width: 180px;
	background-image: url(bilder/box-head.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#boxen .box h1, #boxen .box_w h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	line-height: 15px;
	height: 20px;
	padding: 3px 5px 0 5px;
}
#boxen .box p, #boxen .box_w p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 5px 5px 5px 5px;
	line-height: 15px;
}
#boxen .box img, #boxen .box_w img {
	padding: 5px 0 5px 5px;
}
#boxen .box .csc-textpic-caption, #boxen .box_w .csc-textpic-caption {
	margin: 5px 5px 0 5px;
}

#boxen .boxu {
	background-image: url(bilder/box-bottom.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 20px;	
}
#boxen .boxu_w {
	background-image: url(bilder/box-bottom_w.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 20px;	
}

#boxen .tx-felogin-pi1{
	padding: 5px 5px 5px 5px;
}
#boxen input.txt_field{
width:130px;
}

#footernav {
	float: right;
	display: inline;
	padding: 10px 30px 0 0;
}
#footeradr {
	float: left;
	display: inline;
	padding: 10px 0 0 30px;	
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #cc0000;	
	text-decoration: underline;
}
#header .subnavi a {
	color: ff0000;
}
#header .subnavi,
#header .subnavia {
	float: left;
	display: inline;
	padding: 0 8px 0 8px;
	border-right: #333333 1px solid;
}
#header .subnavi a {
	color: #333333;
	text-decoration: none;
}
#header .subnavi a:hover {
	color: #cc0000;
	text-decoration: none;	
}
#header .subnavia a {
	color: #cc0000;
	text-decoration: none;	
}
#header .subnavia a:hover {
	color: #cc0000;
	text-decoration: none;	
}
#header .suchebox {
	width: 90px;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	border: #666666 1px solid;
	margin: 0 0 0 3px;
}
#header .topding {
	margin-left: 8px;
}

#navigation {
	position: relative;
	float: left;
	display: inline;	
	width: 160px;
	text-align: left;
	margin: auto;
	padding: 20px 0 0 0;
}
#kopf {
	position: relative;
	width: 930px;
	height: 142px;
	float: left;
	display: inline;
	text-align: left;
}
#topnavi {
	position: relative;
	width: 930px;
	background-color: #cc0000;
	float: left;
	display: inline;	
	text-align: left;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cc0000;		
}

.navi1i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	padding: 7px 10px 7px 10px;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #cc0000;	
	float: left;
	display: inline;
}
.navi1a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #cc0000;
	padding: 7px 10px 7px 10px;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #cc0000;		
	background-color: #ffffff;
	float: left;
	display: inline;	
}
.navi1i a {
	color: #ffffff;
	text-decoration: none;
}
.navi1i a:hover {
	color: #cccccc;
	text-decoration: none;
}
.navi1a a {
	color: #cc0000;
	text-decoration: none;
}
.navi1a a:hover {
	color: #cc0000;
	text-decoration: none;
}

.navi2i {
	width: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding: 3px 15px 3px 20px;
}
.navi2a {
	width: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cc0000;
	padding: 3px 15px 3px 20px;
	background-image: url(bilder/navi-back.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.navi2g {
	width: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cc0000;
	padding: 3px 15px 3px 20px;
	background-image: url(bilder/navi-back-runter.gif);
	background-position: bottom left;
	background-repeat: no-repeat;	
}
.navi2i a {
	color: #333333;
	text-decoration: none;
}
.navi2i a:hover {
	color: #cc0000;
	text-decoration: none;
}
.navi2a a,
.navi2g a {
	color: #cc0000;
	text-decoration: none;
}
.navi2a a:hover,
.navi2g a:hover {
	color: #cc0000;
	text-decoration: none;
}

.navi3i {
	width: 115px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding: 1px 15px 2px 30px;
}
.navi3a {
	width: 115px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #cc0000;
	padding: 1px 15px 2px 30px;
	background-image: url(bilder/navi-back.gif);
	background-position: bottom left;
	background-repeat: no-repeat;	
}
.navi3g {
	width: 115px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #cc0000;
	padding: 1px 15px 2px 30px;
	background-image: url(bilder/navi-back-runter.gif);
	background-position: bottom left;
	background-repeat: no-repeat;	
}
.navi3i a {
	color: #333333;
	text-decoration: none;
}
.navi3i a:hover {
	color: #cc0000;
	text-decoration: none;
}
.navi3a a,
.navi3g a {
	color: #cc0000;
	text-decoration: none;
}
.navi3a a:hover,
.navi3g a:hover {
	color: #cc0000;
	text-decoration: none;
}

.news-latest-item{
margin-bottom:20px;

}


.csc-mailform-field {
	clear: both;
}

.csc-mailform-field input {
margin-bottom: 2px;
background-color: #ffffff;
border: 1px solid;
border-color: #B3B3B3;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:14px;
width: 250px;
}

.csc-mailform-field select{
margin-bottom: 2px;
background-color: #ffffff;
border: 1px solid;
border-color: #666666;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:14px;
width: 100px;
margin-left:150px;
}
 
.csc-mailform-field textarea {
margin-bottom: 2px;
background-color: #ffffff;
border: 1px solid;
border-color: #666666;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:14px;
width: 250px;
}
 
.csc-mailform-field label {
font-size:12px;
line-height:14px;
color:#000000;
float: left;
text-align: left;
margin-right: 0px;
width: 150px;
font-family: Arial, Helvetica, sans-serif;
}
.csc-mailform-field input.csc-mailform-submit {
font-size:12px;
line-height:14px;
color:#000000;
text-align: center;
margin-left: 150px;
width: 150px;
font-family: Arial, Helvetica, sans-serif;
}
.csc-mailform {
border-style: solid;
border-width: 0px;
margin-bottom: 20px;
}

.csc-textpic-caption{
font-size:9px;
}

.news-latest-image, .news-single-image, .news-list-image { 
    float: left; 
} 

.news-latest-image-abstand, .news-single-image-abstand, .news-list-image-abstand{
margin-right:10px;
margin-bottom:10px;
}