@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

html, body {
           height: 100%;
}

body{
	min-height: 100%;
	font-family: tahoma, verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #000;
	background: #f7ecbe;
	background-image: url(../image/line.gif);
    	background-repeat:repeat-x;
    	background-position:0 111px;

}

/* Allgemeine Definitionen */

h1{
	color: #4673B4;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;

}
h2{
	color: #7BB261;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
}
h3{
	color: #C02F1C;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
}
.csc-firstHeader {
	color: #4673B4;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom: 1px solid #888;
	padding-bottom: 5px;

}
p{
	padding-bottom: 10px;
}

ul, ol {
	margin-bottom: 10px;
	margin-left: 30px;
}

ul li {
	list-style-image: url(../image/aufzaehlung.gif);
	padding: 0;
}

.bodytext {
	line-height: 140%;
}

/* Designvorlage*/
#main{
	background-image:url(../image/vierecke.gif);
	background-position:0% 99%;
	background-repeat:no-repeat;
	margin:0px auto 0pt;
	padding-top:2px;
	width:925px;
}

#head{
	background-color:#fff;
	background-image:url(../image/header/left.jpg);
	background-repeat:no-repeat;
	background-position:5px 5px;
	width:669px;
	height:198px;
	padding-left:5px;
	margin-left:170px;
}

#slogan{
	text-align:right;
	padding-right:100px;
	margin-left:489px;
	width:355px;
	height:118px;
	background-image:url(../image/kreis.gif);
	background-position:right top;
	background-repeat:no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#565656;
}
#slogan img {
  position: relative;
  top: 33px;
}

#menutop{
	height: 32px;
	width:664px;
}

* html #menutop{
	height:0px;
	width:664px;
}

#tablepd{
	background-color:#7BB261;
	color:#fff;
}

.mt1{

	margin:0px;
	padding:0px;
/*	height:32px;	*/
}


.mt1 a,.mt1cur a{
	display:block;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding:8px 7px 9px 13px; 
	text-decoration:none;
	/*text-transform:uppercase;*/
	background-image:url(../image/hg-menutop-nor.gif);
	text-transform: uppercase;
}
/*
* + html .mt1 a{
	padding:8px 9px 9px 15px; 
	margin:0px 0px 0px 0px;
	
}
*/

.mt1 a:hover{
	background-color: #5087C8;
	text-decoration: none;
	background-image:url(../image/hg-menutop-nor-over.gif);
	
}
.mt1cur a{
	background-image:url(../image/hg-menutop-cur.gif);
	text-decoration:none;
}
.mt1cur a:hover{
	background-image:url(../image/hg-menutop-cur-over.gif);
	text-decoration:none;
}

/* 2. Ebene */
.pdm2{

}
.pdm2 td{

}
.mt2{
	
}

.mt2 a,.mt2cur a{
	background-color:#7BB261;
	background-image:url(../image/hg-menutop2-nor.gif); 
	color:#fff;
	padding:8px 10px 9px 15px;
	display:block; 
	margin:0px 0px 0px 0px;
	border-bottom:1px solid #fff;
		height:16px; 
}

.mt2 a:hover,.mt2cur a:hover{
	text-decoration: none;
/*	background-color: #5087C8; */
	background-image:url(../image/hg-menutop2-hover.gif);
	background-position:0px 0px;
	

}


/* Hauptbereich */
#content{
	margin-left:170px;
	background-color:#fff;
	width:674px;
}


#left{
	padding:27px 28px 0px 23px;
	width:394px;
	min-height:25px;
	float: left;
}
#left td{
padding-right: 10px;
}

#right{	
	width:224px;
	float:left;
}

.kitarechts{
	padding:3px 5px;

}   

.kitarechts a{
	text-decoration:none;
	color:#be301a;
}    	
#footer{

	margin:5px 0px 5px 5px;

	width:664px;
	height:20px;
	padding-top:10px;
	text-align:center;
	background-color:#7bb261;
	color:#fff;
}
#foooter{

	width:664px;
	height:5px;
	border:1px solid #000;

}

#footer a{
	color:#fff;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}


/* Rahmen */

.csc-frame-frame1 {
	border-bottom: 1px solid #888;
	margin-bottom: 15px;
	clear: both;
}
.csc-frame-frame2 {
	border: 5px solid #a2b9d9;
	margin-bottom: 10px;
	margin-top: 10px;
	
}
.csc-frame-frame2 h1{
	background-color: #4673B4;
	color: #fff;
	font-size: 11px;
	margin-bottom: 10px;
	padding: 5px;	
}

.csc-frame-frame2 p, .csc-frame-frame2 a{
	margin: 5px 10px;	
}


#right .headerrechts{
	padding:0px 5px;
	font-weight:bold;
}
.aktuelles{
	padding:5px 15px;
	border-bottom:1px solid #7bb25f;
	margin-bottom: 5px;
}
.mehr {
	padding:3px 5px;
	font-weight:bold;
}

a{
	color:#c02f1a;
	text-decoration:none;
	font-weight:bold;
	padding: 0;
}
a:hover{
	text-decoration:underline;
}

.bildrechts{
	padding-left:6px;
}
/* Bildunterschrift */
.csc-textpic-caption {
	font-size: 10px;
	padding-bottom: 5px;
}	

/* Kontaktformulare */
.csc-mailform{ border:0px;}

label{
	display:block;
	padding-bottom:1px;
	padding-top:9px;
}	
	

.csc-mailform input,.csc-mailform textarea{
	border:1px solid #7BB261;

}
.csc-mailform .csc-mailform-submit{
	margin-top:8px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #808080;
	border-bottom:1px solid #808080;
}


/* Suche */
.tx-indexedsearch-info{
	display:none;
}

.tx-macinasearchbox-pi1{
	background-color:#4673B4;
	color:#fff;
}
.suchbox_suchwort{
	width:140px;
}
.hotline{
	font-weight:bold;
}
#suche{
	padding:4px 5px;
}
.suchbox_submit{
	background-color:#C02F1C;
	color:#fff;
	width:17px;
	margin-left:2px;
	margin-top:1px;
	border:1px solid #696969
}

/* umfrage 2009 */

#mailformplus fieldset {
  border:5px solid #A2B9D9;
  margin-bottom:10px;
  margin-top:10px;
}

#mailformplus p.legend {
  background-color:#4673B4;
  color:#FFFFFF;
  font-size:11px;
  margin-bottom:10px;
  padding:5px;
  font-weight: bold;
}

#mailformplus p.radios {
  padding: 0;
  margin: 0 15px 10px;
}


#mailformplus p.question {
  padding: 0;
  margin: 0 15px 10px;
  font-weight: bold;
}

#mailformplus input.radio {
  margin-left: 5px;
}

#mailformplus fieldset.errors {
  border-color: #d9a2a2;
}

#mailformplus .errors p.errorhead {
  background-color:#b44646;
}

#mailformplus label {
  padding: 0;
  margin: 0 15px 3px;
  font-weight: bold;
}

#mailformplus input.text {
  padding: 3px;
  margin: 0 15px 10px; 
  border: 1px solid #A2B9D9;
}


#mailformplus textarea {
  padding: 3px;
  margin: 0 15px 10px; 
  border: 1px solid #A2B9D9;
  width:90%;
  height: 100px;
}

#mailformplus #buttons {
  margin-bottom: 15px;
}

#mailformplus #buttons input {
  padding: 5px;
  background: #7BB261;
  border: 5px solid #9AD47F;
  color: #ffffff;
  cursor: pointer;
  float: left;
  width: 145px;
}

#mailformplus #buttons #submit {
  font-weight: bold;
  float: right;
}

#mailformplus #buttons input:hover {
  text-decoration: underline;
}

#tx_your_extension_id_pi1_captcha_response {
  width: 239px;
}

#mailformplus .tx-srfreecap-pi2-image {
  margin: 0;
}


#mailformplus #plz {
  width: 40px;
  margin-right: 0px;
}

#mailformplus .threeinone div{
  float: left;
  width: 30%;
}

#mailformplus .threeinone p {
  margin-right: 0;
}


/* wechselnde header */

.header-right {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 445px center;
}

.right-01 {
  background-image: url(../image/header/right-01.jpg);
}

.right-02 {
  background-image: url(../image/header/right-02.jpg);
}

.right-03 {
  background-image: url(../image/header/right-03.jpg);
}

.right-04 {
  background-image: url(../image/header/right-04.jpg);
}

.right-05 {
  background-image: url(../image/header/right-05.jpg);
}

.right-06 {
  background-image: url(../image/header/right-06.jpg);
}
