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







body{
	margin:0;
	background-color:#fff;
	font-family: 'Gilda Display', serif;
	color:#4f514f;
	font-size:16px;
	line-height:1.4;
	letter-spacing:0;
}

#container{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	top:0;
	padding: 87px 0 0 0;
}

#head{
	background-color:#d3d0cc;
	height:282px;
	position:relative;
}

#logo {
	background-image:url(../img/logo.png);
	height:282px;
	width:484px;
	display:block;
	margin: 0 auto 0 auto;
}

#spacer {
	height:1px;
	width:900px;
	background-color:#d3d0cc;
	margin:87px auto 87px auto;
	display:block;
	clear:both;
}

#produkt{
	margin: -10px 0 -34px 0;
}

#produkt-bild {
	background-image:url(../img/produkt.png);
	height:450px;
	width:450px;
	display:inline-block;
}

.line {
	display:block;
	margin:0 0 0 -2px;	
}

#line-der-mann-von-welt{
	background-image:url(../img/der-mann-von-welt.png);
	height:40px;
	width:280px;
}

#line-begeistert{
	background-image:url(../img/begeistert.png);
	height:40px;
	width:142px;
}

#line-ganz-gar{
	background-image:url(../img/ganz-gar.png);
	height:40px;
	width:165px;
}

#line-unverzichtbar{
	background-image:url(../img/unverzichtbar.png);
	height:40px;
	width:201px;
}

#line-der-vertrieb{
	background-image:url(../img/der-vertrieb.png);
	height:40px;
	width:170px;
	margin:0 auto;
}

#about p {
	width:450px;
	float:left;
}

#about img {
	
}

#bart {
	background-image:url(../img/bart.png);
	width:100px;
	height:500px;
	float:left;
	background-position:bottom;
}

#bild {
	background-image:url(../img/bild.png);
	height:500px;
	width:900px;
	margin: 0 auto;
	display:block;
}

#testimonials {
	width:900px;
	margin: -10px auto 0 auto;
	display:block;
	
}

.test1 {
	width:270px;
	height:246px;
	margin: 0 45px 87px 0;
	float:left;
	display:inline-block;
	border-bottom: solid 1px #d3d0cc;
}

.test2 {
	width:270px;
	height:246px;
	margin: 0 45px 87px 0;
	float:left;
	display:inline-block;
	border-bottom: solid 1px #d3d0cc;
}

.test3 {
	width:270px;
	height:246px;
	margin: 0 0 87px 0;
	float:left;
	display:inline-block;
	border-bottom: solid 1px #d3d0cc;
}

#vertrieb {
	width:450px;
	text-align:center;
	margin: -10px auto 0 auto;
	display:block;
}


#footer-container{
	background-color:#fff;
	height:140px;
	width:100%;
	position:relative;
	margin-top:-37px;
}

#footer{
	width:900px;
	position:relative;
	margin:0 auto 0 auto;
}

#footer-img{
	background-image:url(../img/logo-bottom.png);
	height:86px;
	width:170px;
	display:block;
	margin: 0 auto;
	float:right;
}

#footer a {
	
}

a:link {text-decoration:none; color:#4f514f;}
a:visited {text-decoration:none; color:#4f514f;}
a:hover {text-decoration:none; color:#d3d0cc;}
a:active {text-decoration:none; color:#d3d0cc;}

#impressum {
	width:365px;
	text-align:left;
	display:inline-block;
	margin-top:35px;
}

#impressum-text p {
	width:450px;
}

#fb {
	width:365px;
	text-align:right;
	margin-top:35px;
	
	float:right;
}


