@charset "UTF-8";
/* CSS Document */


.seiten_abbinder{
	position: relative;
	width: auto;
	height: 25px;
	margin: 5px 0 10px 0;
	float: right;
	}
	
.seiten_abbinder a.imprint{
	color: #fff;
	text-decoration: none;
	float: left;
	margin: 10px 15px 0 0;
	padding: 0 15px 0 0;
	border-right: 1px solid #fff;
	font-size: 13px;
	text-shadow: #000 1px 1px 1px;
	text-transform:uppercase;
	}	


.fb-like{
  float: left;
  }    
  
.sm_fb{
  float: left;
  margin: 0px 10px 0 15px;
  width: 20px;
  height: 20px;
  }  
.sm_fb img{
  width: 100% !important;
  height: auto !important;
  border: none;
  border-radius: 3px;
  }     
  	
	
	
	


.csc-default{
	float: left;
	margin: 0 0 35px 0;
	}

/* FONTS */
body, table, td, div, ul, li, span, a, p, h1, h2, h3, h4, h5, h6, input, select,label, textarea{
	font-family:Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	margin: 0px 0 5px 0;
	padding: 0px;
	font-size: 24px;
	line-height: 33px;
	color: #343434;
	}
	
h3, h4{
	font-size: 18px;
	line-height: 22px;
	color: #343434;
	}
h4{
	color: #949494;
	}		
	
	
h5, h6{
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	color: #343434;
	}
h6{
	color: #949494;
	}			
	
	
p{
	font-size: 13px;
	color: #262626;
	line-height: 22px;
	margin: 0px 0 22px 0;
	padding: 0px;
	}
p a{
	text-decoration: none;
	color: #62AA00;
	}		
p a:hover{
	color: #111;
	}	
	
.content_startseite .maincontent h1,
.content_startseite .maincontent h2,
.content_startseite .maincontent h3,
.content_startseite .maincontent h4,
.content_startseite .maincontent h5,
.content_startseite .maincontent p{
	color: #fff;	
	}		

.csc-textpic-caption{
	font-size: 13px;
	color: #262626;
	line-height: 22px;
	margin: 0;
	padding: 5px 0 5px 0;
	}	





/* IMAGE FULLSCREEN */
img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;

  /* Set up proportionate scaling */
  width: 100%;
  height: auto;

  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}



@media screen and (max-width: 1024px){
  img.bg {
    left: 50%;
    margin-left: -512px; }
}






body{
	margin:0px;
	padding: 0px;
}

.wrapper_all{
	position:absolute;
	float: left;
	width: 100%;
	min-height: 100%;
	height: auto;
}
	

.wrapper_inner{
	position:absolute;
	float: left;
	width: 960px;
	height: auto;
	left: 50%;
	margin: 25px 0 0 -480px;
	padding: 0px 0 0 0;
}
	

.wrapper_960{
	float: left;
	width: 960px;
	margin: 0 0 10px 0;
	height: auto;
	background:#fff;

}

.greenbar{
	background: #62AA00;
	height: 3px;
	margin: -10px 0 10px 0;
	}
.topbanner{
	float:left;
	height: auto;
	padding: 10px;
	}
.wrapper_content{
	width: 860px;
	min-height: 250px;
	padding: 30px 50px 50px 50px;
	}
	
		
	
.content_startseite{
	width: 940px;
	min-height: 250px;
	padding: 10px;
	}	
	
	
/* FCE */

.wrapper_ce{
	float:left;
	width: 860px;
	padding: 15px 0 15px 0;
	}
.content_startseite .maincontent{
	padding: 30px 50px 50px 50px;	
	float: left;
	height: auto;
	background: #353535;
	}	
	
.ce-11-01{
	float:left;
	width: 260px;
	margin: 0 50px 0 0px;
	}	
.ce-11-02{
	float:left;
	width: 550px;
	}	
	
	



/* SLIDER */
.slider{
	width: 940px;
	height: 450px;
	position: relative;
	padding-bottom: 10px;
	}
	
.slider_items{
	width: 940px;
	height: 450px;
	position: absolute;
	overflow: hidden;
	}	
	
.slider_item_single{
	width: 940px;
	height: 450px;
	}	

.img_slider{
	width: 620px !important;
	height: auto;
	float: left;
	}	

.slider_item_text{
	width: 250px;
	margin: 0 0 0 25px;
	float: left;
	text-align: center;
	}
	
.slider_control{
	display: block;
	text-align: center;
	}
.slider_next,
.slider_prev{
	display: inline-block;
	height: 25px;
	width: 25px;	
	background: url(../img/slider_btn_zurueck.jpg) 0 0 no-repeat;
	}	
.slider_next{
	background: url(../img/slider_btn_weiter.jpg) 0 0 no-repeat;
	}	




