
body
{
	position:absolute;
	padding:0px;
	top:0px;
	margin:0px;
	width:100%;
height:100%;
	background: url('../../images/header.png')100% 0 repeat-x;
	font-family:Arial;
	
}
#header{
	top:0px;
	position:relative;
	margin:0px auto 0px auto;
	width:1160px;
	height:110px;
	font-family:entangled_plain_brknormal;
	color:white;
}

#header img{
	position:relative;
	margin:15px auto 0px 25px;
	padding-top:0px;
	float:left;
}
#navWrapper{
	position:relative;
	width:100%;
	height:56px;
	background:url('../../images/background_nav.png');
	
	z-index:1000;
	
}
#nav {
	position:relative;
	width:1160px;
	height:46px;
	margin:0px auto 0px auto;
}

#nav .menu{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:white;
	line-height:40px;
	float:left;
}
#nav img{
	position:relative;
	margin:8px 0px 0px 5px;
	float:right;
}

.page-outline{
	padding-left:20px !important;
	padding-right:20px !important;
	width:1120px !important;
}

.one-of-two{
	position:block;
	margin:0px 0px 0px 160px;
}

.one-of-three{
	position:block;
	margin:0px 0px 0px 50px;
}

#content {
	position:relative;
	padding:1px 0px 180px 0px;
	width:1160px;
	margin:0px auto 0px auto;
	background:rgb(243,243,243);
	box-shadow: 0px -5px 20px 5px #888888;
	min-height:100%;
	height:auto !important;
	height:100px;
}

#content h2{
	position:relative;
	margin:30px 0px 0px 40px;
	font-size:14px;
	color:rgb(22,106,99);
}

.content_text{
	position:relative;
	width:700px;
	margin:5px 0px 0px 40px;
	font-size:12px;
	float:left;
}
#image_carousel{
	position:relative;
	width:180px;
	height:400px;
	margin:5px 0px 0px 10px;
	background:lime;
	float:left;
}

 .content_block_left{
 	top:0px;
	background:url('../../images/dienst_01.png');
	background-size:100% 100%;
	width:530px;
	height:300px;
	margin:26px 0px 0px 33px;
	/*box-shadow:5px 5px 10px 2px #888888;*/
	float:left;
	font-size:12px;
	color:white;
	text-decoration:none;
}

.block_01{background:url('../../images/foto00.png');}
.block_02{background:url('../../images/foto01.png');}
.block_03{background:url('../../images/foto04.png');}
.block_04{background:url('../../images/foto05.png');}

 .content_block_left h3{
 	margin:5px 0px 5px 10px;
 	font-size:22px;
 	font-weight:bold;
 	font-family:arial black;
 }
 .content_block_left p{
	width:210px;
	height:210px;
	margin:0px 0px 0px 10px;
	float:left;
	font-size:12px;
	color:white;
	text-align:justify;
}

#footerWrapper{
	position:absolute;
bottom:20px;
left:0;
	width:100%;
	height:130px;
	background:url('../../images/footer_background.png');
}

#footer{
	position:relative;
	width:1160px;
	margin:0px auto 0px auto;
}
td.footerCell2, td.footerCell3 {display:table-cell;}


#standard_footer{
	width:100%;
	height:20px;
	background:url('../../images/standard_footer.png');
position:absolute;
bottom:0;
left:0;
}

#standard_footer p{
	margin:0px auto 0px auto;
	color:white;
	font-size:10px;
	line-height:20px;
	text-align:center;
}
.clear{clear:both;}

