﻿* {margin: 0; padding: 0; outline: 0;}


body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #e5e5e5;
	font-size: 12px;
	background:#bfbfbf;

	
}

.selfie {
	height: 132px;
	z-index: 1000;
	width: 262px;
	float:left;
	background-image: url('css/logo5.png');
}

.title {
	padding-left: 0px;
	color: #2a5b60;
	margin-top: 20px;
	margin-bottom: 8px;
	text-align:center;
	font-size: 45px;
}

.zwtitle {
	padding-left: 0px;
	color: #4f4f4f;
	text-align:center;
	font-size: 25px;
	font-weight:bold;
}


 .subtitle {
	padding-left: 0px;
	text-align:center;
	font-weight:normal;
	color: #4f4f4f;
	padding-bottom: 10px;
	
}


h1, h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin:7px 0 15px 0;
	color: #2a5b60;
}


h1 {
	font-size: 36px;
	letter-spacing: -1px;
	line-height: 100%;
	
}


h2 {
	font-size: 24px;
}


p {
	margin: 0 0 15px 0;
	text-align:justify;
}

a {
	color: #3e3e3e;
}

.fett {
	
	font-weight:bold;
}



.jahr {
	text-align:center;
	font-weight:bold;
}


.indent {  
    display:inline-block;
    
    margin-left:30px; 
    }
    
.indentx {  
    display:inline-block;
    
    margin-left:40px; 
    }


.clear {
	clear: both;
}
.wrap {
	width: 100%;
	height:300px;
	max-width: 1600px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0;
	

}



.section {
	width: 100%;
	max-width: 1600px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
	height: auto;
}


.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:30px 0;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.inner1 {
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:10px 20px 10px 20px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	background-color:#FFF;
	border-radius: 18px;
	margin-top:20px;
	
}

.inner:after {
	  content: "";
	  display: table;
	  clear: both;
}


.subMenu {
	height: 50px;
	z-index: 1000;
	width: 100%;
	background: #2a5b60;
	
}

.subMenu .inner {
	padding:0;
	font-weight: 400;
	margin: 0 auto;
}


.subNavBtn {
	display: block;
	height: 35px;
	width: 10%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 14px;
	padding: 15px 2% 0 2%;
	text-align: center;
	
	color: #fff;
}
.subMenu a:hover {
	background: #243223;
	color: #fff;
}

.active {
	background: #243223;
	color: #fff;
}
.end {
	margin: 0;
}




/* SECTIONS */
.sTop {
	min-height: 130px;
	background-image: url('css/deche_logo_breit_100-01-01.jpg');
	color:#3d3d3d;
	padding: 40px 0;
	height: 300px;
	
	
}

.s1 {
	background:#E6E6E6;
	color:#4f4f4f;
	
}


.s2 {
	background: #F2F2F2;
	color: #4f4f4f;
}


.s3 {
	background: #E6E6E6;
	color: #4f4f4f;
}


.s4 {
	background: #F2F2F2;
	color: #4f4f4f;
	
}



.s5 {
	background: #E6E6E6;
	color: #4f4f4f;
	
	
}

.s6 {
	background: #F2F2F2;
	color: #4f4f4f;
}

table,td  {
    vertical-align: top;
    margin-top: 10px;
    
}


