/* ######################################################################################################
** ### Allegemeine Einstellungen und Browser-Fixes #######################################################################
** ######################################################################################################
*/

html { height: 100% }

body {
	padding: 0;
	margin: 0;
	min-height: 101%;
	position: relative;
	font-family: Verdana, Arial, sans-serif;
	color: #2C2C1D;
	background-color: #FFFFFF;
	background-image:url(../imgs/bodybackground.png);
	background-repeat:repeat-x;
	font-size: 0.75em;

}

* { margin:0; padding: 0; } 
option {padding-left: 0.4em}
fieldset, img { border:0; }


/* ######################################################################################################
** ### Fonts, Formulare usw. #######################################################################
** ######################################################################################################
*/

p{
	padding: 0px;
	margin: 0px;
}

#contentRightColumn p.bodytext {
padding-left:10px;
}

.align-center{
	text-align:center;
}

.align-right{
	text-align:right;
}

.copyright{
text-align:right;
float:right;
color:#999999;
}

.important{
font-weight:bold;
 color:#88C03B;
}

.detail{
	font-size:0.9em;
}

.clearb{
clear:both;
height:0;
line-height:0;
font-size: 0;
padding:0;
margin:0;
}

ul {
	list-style-type:square;
}

#centre ul,#centre ol{
	padding:10px 0px 10px 20px;
}

#centre ol li{
	padding:5px 0px 5px 0px;
}

#contentRightColumn ul,#contentRightColumn ol{
	padding:5px 0px 5px 20px;
}

#contentRightColumn ol{
	margin-left:10px;
}

#centre p.bodytext{
	padding:0em 0em 1em 0em;
}

/* Links */
a, a em.file {color: #88C03B; text-decoration:none;}
a:hover {color: #CFA92C; text-decoration:underline;}
a:focus {color: #CFA92C; text-decoration:underline;}


img{
	border:none;
	padding:0;
	}

/* Überschiften -begin */

/* ÜBERSCHRIFTEN */

#centre h1{
 font-size: 1.2em;
 margin-bottom: 15px;
 margin-top: 10px; 
 color: #2C2C1D;
 padding-left: 15px; 
 border-bottom: 1px solid #d3d3d3;
 background-image:url(../imgs/greenarrow.png);
 background-repeat: no-repeat;
 background-position: left center;
}

#contentRightColumn h1{
 font-size: 1em;
 margin:10px 0px 0px 0px;
 padding: 2px 10px 2px 10px;
 color: #2C2C1D;
}

/*#contentLeftColumn h1{
 font-size: 1em;
 padding: 4px 10px 4px 20px;
margin:0px 0px 10px 0px;;
 color: #88C03B;
 border-bottom: 1px solid #D3D3D3;
}*/

#contentLeftColumn h1{
 font-size: 1em;
 margin-bottom:5px;
 padding: 0px 10px 2px 10px;
 color: #ffffff;
 background-color: #88C03B;
 	border:1px solid #88C03B;
	border-bottom:none;
}

#contentRightColumn h2 {
 font-size: 1em;
 margin:10px 0px 0px 0px;
 padding: 2px 10px 2px 10px;
 color: #ffffff;
 background-color: #88C03B;
 border:1px solid #88C03B;
 border-bottom:none;
}

#contentRightColumn .frame2m h2 {
 margin:0px 0px 0px 0px;
}

h2{
color: #2C2C1D;
font-size: 1.2em;
margin: 1em 0em 0.3em 0em;
}

.csc-header-n1 h2{
margin: 0em 0em 0.3em 0em;
}




/*F O R M U L A RE_____________________________---*/

select, input, textarea { font-size: 99% }

label, input, select, textarea {
  border:1px solid #D3D3D3;
  padding:1px;
  margin:2px;
  font-family: Verdana, Arial, sans-serif;
}

label{
	border:none;
}

*html input{
  padding-top:2px;
  padding-bottom:2px;
}

/* CSC Formulare stylen, die sind tabellenlos*/

.csc-mailform {
   border: 0px;
}

.csc-mailform-field label {
   width: 110px;
   float: left;
   text-align: right;
   margin-right: 0.5em;
   display: block;
   border: none;
   margin: 2px;
   line-height:1em;
}

.csc-mailform-field input {
 	margin: 2px;
}

.csc-mailform-field textarea {
 	margin: 2px;
 	font-size:110%;
}

.csc-mailform-submit{
 float: left; 
 }
 
.csc-mailform-field input#mailformformtype_mail{
margin-left:118px;
}
 
 


/* ######################################################################################################
** ### Seitenaufbau #######################################################################
** ######################################################################################################
*/

#header{
 width: 972px;
 height: 248px;
 margin: 0;
 line-height: 0;
 font-size: 0;
}

#headerImage{
	float: left;
	width: 509px;
	margin-left: 250px;
}

* html #headerImage{
	display: inline;
}

#headerLogo{
	float: left;
	width: 250px;
	margin-left: -759px;
	height: 248px;
}


#headerRight{
	float: left;
	width: 212px;
	background-image:url(../imgs/headerright.png);
	background-repeat:no-repeat;
	background-position: top left;
	height: 248px;
}



#logo{
  position:relative;
  top: 98px;
  left: 21px;
}



#contentarea{
 width: 972px;
 	background-image:url(../imgs/contentareabackground.png);
	background-repeat:repeat-y;
}


#centre{
	float: left;
	width: 435px;
	padding: 0px 37px 10px 37px;
	margin-left: 250px;
	line-height:1.5em;
}

* html #centre{
	display: inline;
}

#colLeft{
	float: left;
	width: 250px;
	margin-left: -759px;
	height: 248px;
}

#contentLeftColumn{
 margin-top: 40px;
 padding-left: 20px;
 font-size: 0.9em;
 line-height:1.5em;
}

#colRight{
	float: left;
	width: 212px;
}

#contentRightColumn{
 margin-top: 40px;
 font-size: 0.9em;
  line-height:1.5em;
}


#footer{
 clear:left;
 width: 712px;
 padding-left: 260px;
 padding-top: 15px;
 background-image:url(../imgs/footerbackground.png);
 background-repeat:no-repeat;
 background-color:#FFFFFF;
 height: 20px;
 font-size: 0.8em;
}

/* ######################################################################################################
** ### Vertikale Listennavigation Links #######################################################################
** ######################################################################################################
*/

#nav_main_left{
 padding: 0;
 width: 220px; 
 overflow: hidden;
 margin-left: 20px;
 margin-top: 20px; 
  font-size:1.1em;
}


#nav_main_left ul{
 margin: 0;
 padding: 0;
 list-style-type: none;

}


#nav_main_left ul li{
float:left; 
width: 100%;
margin:0; 
padding: 0; 
border-bottom: 1px #D5E9B9 solid;
}

#nav_main_left ul li a {
 display:block; 
 width: 90%;
 padding: 3px 0px 3px 10%; 
 background-color:#fff; 
 text-decoration: none;
 color: #2C2C1D;
}

#nav_main_left ul li a:hover {
color: #CFA92C;
 text-decoration: none;
background-color:#F7F7F7;
}

#nav_main_left ul li#current a {
 margin:0;
 /*background-color: #88C03B; */
 color:#88C03B;
}





/*lev 2*/


#nav_main_left ul li ul li{
float:left; 
width: 100%;
margin:0; 
padding: 0;
border-bottom:none;
}

#nav_main_left ul li ul li a {
	background-image:url(../imgs/nav_lev2_no.gif);
	background-repeat:no-repeat;
	background-position:10% 50%;
 display:block; 
 width: 90%;
 padding-left: 40px;
 border-bottom: none;
 text-decoration: none;
 color: #2C2C1D;
}

#nav_main_left ul li ul li#current a {
 color: #2C2C1D;
}

#nav_main_left ul li#current ul li a:hover {
color: #CFA92C;
}

#nav_main_left ul li ul li#current a {
		background-image:url(../imgs/nav_lev2_act.gif);
	background-repeat:no-repeat;
	background-position:10% 50%;
 margin:0;
  width: 90%;
 padding-left: 40px;
  border-bottom: none;
   color:#88C03B;
}



/* ######################################################################################################
** ### Rahmen und Tabellen #######################################################################
** ######################################################################################################
*/

/* Rahmen 1, breite Spalte mitte*/

#centre .frame1o{
	background-image:url(../imgs/centre_frame1o.gif);
	font-size:0px;
	height:7px;
	padding:0;
	margin:0;
	width: 435px;
	line-height:0px;
	background-repeat:no-repeat;
}

#centre .frame1m{
	margin:0px;
 	padding:0px 10px 0px 10px;
	border-left: 1px solid #88C03B;
	border-right: 1px solid #88C03B;
	width: 413px;
}

#centre .frame1u{
	background-image:url(../imgs/centre_frame1u.gif);
	font-size:0px;
	height:7px;
	line-height:0px;
	background-repeat:no-repeat;
	width: 435px;
}

#centre .frame1m h1,
#centre .frame1m h2{
	margin:0px 0px 15px 0px;
 	padding:5px 0px 0px 15px;
}


.frame2o{
background-image:url(../imgs/frame2m.gif);
background-position:right;
background-repeat:repeat-y;
margin:0;
padding:0;
border-top: 1px solid #D3D3D3;
border-left:1px solid #D3D3D3;
}

.frame2o span.clear{
font-size:0;
line-height:0;
height:0;
}

.frame2m, #contentLeftColumn .frame2m{
	padding:0px 0px 0px 0px;
	background-image:url(../imgs/frame2u.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#contentLeftColumn .frame2m{
	background-image:url(../imgs/frame2u_gruen.gif);
}

#centre .frame2m ol{
	padding:10px 10px 10px 30px;
}

.frame2u{
	padding:0;
	margin:0;
	height:15px;
	background-color:#ffffff;

}

.frame2m p.bodytext{
	padding:0px 20px 10px 10px;
}

#contentLeftColumn .frame2o{
	background-image:url(../imgs/frame2m_gruen.gif);
	border-left:none;
	border-top: none;
}

#contentLeftColumn .frame2m p.bodytext{
	padding:0px 20px 15px 20px;
}


#centre .frame2o{
	background-image:url(../imgs/centre_frame2m.gif);
}

#centre .frame2m{
	padding:10px 0px 0px 0px;
	background-image:url(../imgs/centre_frame2u.gif);
}

#centre .frame2u{
	background-color:#f2f2f2;
}

#centre .frame2m p.bodytext{
	padding:0px 10px 15px 20px;
}


/* Linie danach, nur um bodytext*/	
	
.csc-frame-rulerAfter{
	background-image:url(../imgs/line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
border: none;
margin:0px 0px 5px 0px;
padding-bottom:5px;
height:2px;
}

/* Rahmen 3, nur um bodytext*/

.csc-frame-frame3{
	border:1px solid #EDF5E0;
	border-top:1px solid #D5E9B9;
	background-color:#F7F7F7;
	padding:5px 10px 5px 10px;
	margin-bottom:20px;
}

#contentRightColumn .csc-frame-frame3{
	padding:5px 0px 5px 0px;
}

#contentRightColumn .csc-frame-frame3{
	padding:5px 5px 5px 10px;
}

#contentRightColumn .csc-frame-frame3 p.bodytext{
	padding:5px 5px 5px 0px;
}

#contentRightColumn .csc-frame-frame3 ul li, #contentRightColumn .frame2m ul li{
	padding:5px 0px 5px 0px;
}

