body{
	background:url(img/bg.JPG) repeat bottom center;
	background-attachment:fixed;
	font-family: 'Verdana', sans-serif;
}


*{
	margin:0;
	padding:0;
	border:none;
}

img{
	border:none;
	padding:0;
	margin:0;
	max-width:100%;
	height:auto;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #222;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #222;
}

#header_wrapper{
	width:100%;
	height:90px;
	background:#A7CBCB;
	-webkit-box-shadow: 0px 2px 8px 0px #333;
	box-shadow: 0px 2px 8px 0px #333;
}
#header{
	width:960px;
	margin:0 auto;
}
	
#header_logo{
	width:150px;

	float:left;
	margin-top:10px;
}
#header_navi{
	width:708px;
	height:18px;
	padding-top:51px;
	float:left;
}
#header_navi ul{
	list-style:none;
}
#header_navi ul li{
	float:left;
	margin-left:30px;
}
#header_navi ul li a{
	font-size:18px;
	color:#2D2D2D;
	font-family: 'Verdana', serif;
	-webkit-transition: border .2s ease-in 0s; 
	-moz-transition: border .2s ease-in 0s; 
	transition: border .2s ease-in 0s;
}
#header_navi ul li a:hover{
	font-size:18px;
	color:#2D2D2D;
	border-bottom:3px solid #2D2D2D;
	padding-bottom:2px;
	text-decoration:none;
}
#header_image{
	background:url(img/header_bg.JPG) no-repeat top center;
	width:100%;
	height:107px;
}
#header_image_inside{
	width:960px;
	margin:0 auto;
}
#header_image_inside_overlay{
	background:url(img/header_image.PNG) no-repeat top center;
	width:773px;
	height:200px;
	margin:20px	0 0 20px;
	position:absolute;
}
#slogan{
	width:100%;
	height:30px;
	background:#A7CBCB ;
}
#slogan_inside{
	width:960px;
	height:20px;
	margin:0px auto;
	padding-top:5px;
}
#slogan_inside h3{
	font-size:30px;
	text-align:center;
	color:#0F161A;
	margin:0px auto 80px;
	padding-top:80px;
	font-family: 'Verdana', serif;
	padding-bottom:20px;
}
#Home{
	width:100%;
	height:auto;
	background:#FFFFFF;
}
#Home_inside{
	font-size:20px;
	width:960px;
	height:auto;
	margin:0 auto;
	text-align: justify;
	color:#2D2D2D;
}
#Home_inside h3{
	font-size:30px;
	text-align:center;
	color:#2D2D2D;
	margin:0px auto 80px;
	padding-top:80px;
	font-family: 'Verdana', serif;
	background:url(img/leistungen_underline.PNG) no-repeat bottom center;
	padding-bottom:20px;
	
}
#Home_inside a{
	font-size:20px;
	color:#2D2D2D;
	-webkit-transition: border .2s ease-in 0s; 
	-moz-transition: border .2s ease-in 0s; 
	transition: border .2s ease-in 0s;
	font-family: 'Verdana', serif;
	
}

#linksammlung{
	width:100%;
	height:auto;
	background:#FFFFFF;
}
#linksammlung_inside{
	font-size:20px;
	width:960px;
	height:auto;
	margin:0 auto;
	color:#2D2D2D;
}
#linksammlung_inside h3{
	font-size:30px;
	text-align:center;
	color:#2D2D2D;
	margin:0px auto 80px;
	padding-top:80px;
	font-family: 'Verdana', serif;
	background:url(img/leistungen_underline.PNG) no-repeat bottom center;
	padding-bottom:20px;
}
#linksammlung_inside a{
	font-size:20px;
	color:#2D2D2D;
	-webkit-transition: border .2s ease-in 0s; 
	-moz-transition: border .2s ease-in 0s; 
	transition: border .2s ease-in 0s;
	font-family: 'Verdana', serif;
}
#kontakt{
	font-size:20px;
	width:960px;
	height:auto;
	margin:0 auto;
	text-align: justify;
	color:#2D2D2D;
}
#kontakt_inside{
	font-size:20px;
	width:960px;
	height:auto;
	margin:0 auto;
	text-align: justify;
	color:#2D2D2D;
}
#kontakt_inside a{
	font-size:20px;
	color:#2D2D2D;
	-webkit-transition: border .2s ease-in 0s; 
	-moz-transition: border .2s ease-in 0s; 
	transition: border .2s ease-in 0s;
	font-family: 'Verdana', serif;
}
#kontakt_inside h3{
	font-size:30px;
	text-align:center;
	color:#2D2D2D;
	margin:0px auto 80px;
	padding-top:80px;
	font-family: 'Verdana', serif;
	background:url(img/leistungen_underline.PNG) no-repeat bottom center;
	padding-bottom:20px;
}


#imprintArea { height: 1400px; border-bottom: 1px solid #fff; overflow: hidden; background-color: #A7CBCB; }
#imprintArea_inside{
	font-family: 'Verdana', serif;
	width:960px;
	height:auto;
	clear:both;
	margin:0 auto;
}
#imprintArea .half{
	width:440px;
	float:left;
	margin:20px;
}
#imprintArea h3{
	font-size:22px;
	font-weight:normal;
	border-bottom:1px solid #2D2D2D;
	font-family: 'Verdana', serif;
	color:#0F161A;
	margin:20px 0;
}
#imprintArea p{
	margin-bottom:20px;
	font-size:14px;
	color:#0F161A;
}
#footer{
	width:100%;
	height:40px;
	background:#2D2D2D;
	z-index:333;
}
#footer_inside{
	width:960px;
	height:20px;
	margin:0px auto;
	padding-top:10px;
}
#footer_inside p{
	font-size:14px;
	color:#fff;
	float:left;
	font-weight:light;
}
#footer_inside a{
	font-size:14px;
	color:#fff;
	float:right;
	font-weight:light;
}
#footer_inside a:hover{
	text-decoration:underline;
}

