html, body {
	margin: 0px;
	padding: 0px;
/*	background-color: #b3d1d9;
background-image: url(gray_jean.png)*/
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 450px;
	z-index: 2;

/*	background-image: url(new_side.png);*/
/*-webkit-box-shadow:  0px 1px 8px 2px rgba(0, 0, 0, 0.2);
        
        box-shadow:  0px 1px 8px 2px rgba(0, 0, 0, 0.2);
        */
        
}


#content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 450px;
	z-index: 1;
/*	background-color: #b3d1d9;*/
}

.fixed {
	position: fixed !important;
	margin-top: -340px;
}

.topcenter {
	position: relative;
	width: 980px;
	height: 90px;
	margin: 0 auto;
/*	background-image: url(subtle_grunge2.png);*/
	z-index: -10;
	margin-top: -2px;

/*	top: 450px;*/
}

.headerimage {
	position: relative;
	width: 940px;
	height: 365px;
	margin: 0 auto;
	top: 0px;
	
}

.centered {
	margin: 0 auto;
	width: 960px;
	background-image: url(subtle_grunge6.png);
	padding-left: 20px;
	padding-bottom: 1px;
        z-index: 10;
        margin-top: 60px;
	}
	.centered .headerlow img {
		width:980px;
		margin-left: -20px;
		margin-top: -90px;
	}

.headerimage img {
	position: relative;
	margin-left: 212px;
		margin-left: 0px;
		width: 980px;
		margin-left: -20px;
}


h1 {
	font-family: 'Maven Pro';
	font-weight: 900;
	font-size: 120px;
	color: white;
	margin-top: -100px;
	margin-left: 230px;
	
}	

#content h2 {
	font-family: 'Maven Pro';
	font-size: 24px;
	font-weight: 400;
}

.icon {
	font-size: 80px;
}

.icon-small {
	font-size: 40px;
	margin-bottom: -30px;
}

.block-top {
-moz-transition-property: background-color, color;
-moz-transition-duration: 0.3s;
-webkit-transition-property: background-color, color;
-webkit-transition-duration: 0.3s;
-o-transition-property: background-color, color;
-o-transition-duration: 0.3s;
transition-property: background-color, color;
transition-duration: 0.3s;
	text-align: center;
	padding: 20px;
	border-top: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	background-color: #fff;
}
.block-top:hover {

			-moz-transition-property: background-color, color;
-moz-transition-duration: 0.3s;
-webkit-transition-property: background-color, color;
-webkit-transition-duration: 0.3s;
-o-transition-property: background-color, color;
-o-transition-duration: 0.3s;
transition-property: background-color, color;
transition-duration: 0.3s;
	text-align: center;
	padding: 20px;
	border-top: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	background-color: #97cfba;
	color:white;
}

.block-bottom {
	text-align: center;
	padding: 20px;
	border-bottom: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	background-color: #e8e8e8;
}

p {
	font-family: 'Maven Pro';
	margin-bottom: 40px;
}

.block-left {
	height: 200px;
	background-color: white;
	float: left;
	width: 300px;
	text-align: center;
	border-left: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.block-left:hover {
	height: 200px;
	background-color: #b7d7c5;
	float: left;
	width: 300px;
	text-align: center;
	border-left: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	color:white;
}

.block-right {
	width: 940px;
	height: 200px;
	border: 1px dotted #ccc;
	background-color: #e8e8e8;
	padding-left: 0px;
	text-align: center;
}

.verlauf {
	position:absolute;
	margin-top: -342px;
	z-index: 20;
}
.verlauf2 {
	position:absolute;
	margin-top: -44px;
	z-index: 20;
}

.block-right p {
	padding-left: 320px;
}
span.sortiment-text {
position: absolute;
	margin-top:300px;
	text-align: center;
	margin-top:18px;
	margin-left: 20px;
	z-index: 30;
}
span.sortiment-text h3 {
font-size: 22px;
	font-family: 'Maven Pro';
	font-weight: 400;
	color: #d4595c;
}
div#sortiment-box {
	width: 300px;
	height: 519px;
	background-image: url(bilder2.png);
}

p.box-text a{
	font-size: 18px;
	font-family: 'Maven Pro';
		color: #d4595c;
		text-decoration: none;
}
p.box-text a:visited {
		color: #d4595c;

}
p.box-text a:hover {
		color: black;

}
.imagelink {
			-moz-transition-property: opacity;
-moz-transition-duration: 0.3s;
-webkit-transition-property: opacity;
-webkit-transition-duration: 0.3s;
-o-transition-property: opacity;
-o-transition-duration: 0.3s;
transition-property: opacity;
transition-duration: 0.3s;
	opacity: 0.6;
}
.imagelink:hover {
			-moz-transition-property: opacity;
-moz-transition-duration: 0.3s;
-webkit-transition-property: opacity;
-webkit-transition-duration: 0.3s;
-o-transition-property: opacity;
-o-transition-duration: 0.3s;
transition-property: opacity;
transition-duration: 0.3s;
	opacity: 1;
}


span.adresse-text {
position: absolute;
	margin-top:300px;
	text-align: center;
	margin-top:276px;
	margin-left: 91px;
	z-index: 30;
}
span.adresse-text h3 {
font-size: 22px;
	font-family: 'Maven Pro';
	font-weight: 400;
	color: #d4595c;
}
div#adresse-box {
	width: 300px;
	height: 519px;
	background-image: url(adresse3.png);
}
p.box-text {
	font-size: 18px;
	font-family: 'Maven Pro';
		color: #d4595c;
		text-decoration: none;
}


span.zeiten-text {
position: absolute;
	margin-top:300px;
	text-align: center;
	margin-top:276px;
	margin-left: 75px;
	z-index: 30;
}
span.zeiten-text h3 {
font-size: 22px;
	font-family: 'Maven Pro';
	font-weight: 400;
	color: #d4595c;
}
div#zeiten-box {
	width: 300px;
	height: 519px;
	background-image: url(zeiten3.png);
}











span.kontakt-text {
position: absolute;
	margin-top:300px;
	text-align: right;
	margin-top:0px;
	margin-left: 775px;
	z-index: 30;
}
span.kontakt-text h3 {
font-size: 22px;
	font-family: 'Maven Pro';
	font-weight: 400;
	color: #d4595c;
}
div#kontakt-box {
	width: 940px;
	height: 200px;
	background-image: url(kontakt3.png);
}

span.kontakt-text {
	margin-top: 5px;
	margin-right: 15px;
}
p.box-text-kontakt {
	font-size: 15px;
	font-family: 'Maven Pro';
		color: #d4595c;
		text-decoration: none;

}
p.box-text-kontakt a {
	color:#d4595c;
		text-decoration: none;
}
span#impressum {
text-align: center;
font-family: 'Maven Pro';
}
#impressumdiv {
	text-align: center;
}
#bilder {
position:absolute;
margin-top:241px;
margin-left: 20px;



}
#bilder img {
	margin:5px;
	border:dotted 1px black;
}
#sortiment-box-2 {
	width: 920px;
	height: 610px;
	background-image: url(sortiment4.png);
	margin-left: 0px;
}
#sortiment_bilder {
	position: absolute;
	margin-top: 261px;
	margin-left: -2px;
}


#sortiment_bilder img {
	margin:5px;
	border:dotted 1px black;
	}
	
#impressum a {
	color: #d4595c;
	
}