/**
 * @author      Ingo Wiederhold
 * @package     Sandstrahlerei
 * @subpackage  sandstrahlerei-harz.de
 * @link        http://ingo-wiederhold.de
 * @email       ingo.wiederhold@gmail.com
 * @copyright   Ingo Wiederhold
 *
 * sandstrahlerei-harz.de
 * Copyright (C) 2014 Ingo Wiederhold
 *
**/


/* ***************** ALLGEMEINE FORMATIERUNG ***********************
********************************************************************/

@import url(http://fonts.googleapis.com/css?family=Montserrat);
@import url(http://fonts.googleapis.com/css?family=Titillium+Web);

/*@import url(//fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);
@import url(//fonts.googleapis.com/css?family=Oswald:400,300,500,700,900);*/

body {
	background-color:#FFF;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.428571429;
	font-size: 13px;
	color: #8c8c93;
	z-index: 0;
}
*{
	margin:0;
	padding:0;
}
a {
	text-decoration: none;
	color:#4C4A4A;
}
p {
	margin-bottom: 20px;
	font-weight: 300;
	line-height: 20px;
}
p > strong {
	font-weight: 900;
	/*color: #99cc00;*/
}
li, td, th {
	font-weight: 300;
	line-height: 20px;
}
H1 {
	color: #78787d;
	font-size: 28px;
	font-weight:normal;
	text-transform:uppercase;
	font-family: 'Titillium Web', sans-serif;
}
H2 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	color: #78787d;
}
H3 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	color: #78787d;
}

.navi-botton {
	display: block;
	background-color: #414141;
	color: #FFF;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 20px;
}
.navi-botton:hover {
	color: #414141;
	background-color: #FFCC01;
}
.shadow {
	position:relative;
	width: 100%;
	height: 10px;
	margin-bottom: 20px;
	
	background-image: url(../images/shadow.png);
	background-position: top center;
	background-repeat: no-repeat;
}
/* ****************************** LAYOUT ***********************
********************************************************************/
#body-bild {
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1500px;
}
#body-bild img {
	width: 100%;
	height:auto;
	border: 0;
	position:fixed;
}
#content-bg {
	position:relative;
	margin: 0 auto;
	margin-top: 30px;
	
	padding-top: 20px;
	padding-bottom: 20px;
	
	width: 992px;
	height: auto;
	background-color: #FFF;
	z-index: 1;
	
	-webkit-box-shadow: 0 0 50px 0 #3D3D3D;
	box-shadow: 0 0 50px 0 #3D3D3D;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 952px;
	height: auto;
	/*border: 1px solid red;*/
	z-index: 2;
}
ul.cols3 {
	position:relative;
	list-style: none;
}
ul.cols3 li {
	position:relative;
	display:inline-block;
	float: left;
	margin-right: 20px;
	width: 304px;
	height:auto;
}
/* ****************************** TOP ***********************
********************************************************************/
#top-logozeile {
	position: relative;
	display:block;
	width: 100%;
	height: 106px;
	
	background-image: url(../images/top-logozeile2019.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#top-navigation {
	position:relative;
	display:block;
	width: 100%;
	height: 50px;
	
	background-color: #F4F4F4;
}
#top-navigation ul {
	display:block;
	list-style:none;
}
#top-navigation li {
	display:inline;
	float:left;
}
#top-navigation li a {
	display:block;
	width: 130px;
	height: 50px;
	border-right: 1px solid #E8E8E8;
	
	text-align:center;
	line-height: 50px;
	text-transform:uppercase;
	font-size: 16px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	color: #4B4A4D;
}
#top-navigation li a:hover {
	background-color: #FFCC01;
}
#top-navigation a.aktiv {
	background-color: #FFCC01;
	color: #424242;
}
#top-slideshow {
	width: 100%;
	height: 396px;
}
#top-googlemaps {
	width: 100%;
	height: 300px;
}
/* *********************** Seitenüberschrift ***********************
********************************************************************/
.seitenueberschrift {
	position:relative;
	width: 100%;
	height: 50px;
	background-color: #FFCC01;
	margin-bottom: 20px;
}
.seitenueberschrift H1 {
	display:block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 50px;
}
/* ****************************** Startseite ***********************
********************************************************************/
.startuebersicht {
	margin-bottom: 50px;
}
.startuebersicht H2 {
	height: 60px;
	line-height: 60px;
	background-color: #FFCC01;
	margin-bottom: 25px;
}
.startuebersicht H2, .startuebersicht p, .startuebersicht2 p {
	padding-left: 20px;
	padding-right: 20px;
}
.startuebersicht p {
	line-height: 200%;
}

.startuebersicht .cols3 li {
	min-height: 380px;
	background-color: #ECECEC;
}
.startuebersicht .navi-botton, .startuebersicht2 .navi-botton {
	position:absolute;
	left: 20px;
	bottom: 20px;
}
.startuebersicht2 .navi-botton {
	left: 100px;	
}
.startuebersicht2 .cols3 li {
	min-height: 450px;
	background-color: transparent;
	text-align:center;
}
.startuebersicht2 .cols3 li img {
	margin-bottom: 30px;
	width: 152px;
	height:auto;
}
#startseiten-referenzen {
	width: 100%;
	height:auto;
}
#startseiten-referenzen:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* **************************** Kontaktform ***********************
********************************************************************/
ul.kontaktform {
	position:relative;
	width: 100%;
	height:auto;
	
	list-style: none;
}
ul.kontaktform li {
	position:relative;
	float:left;
	display:inline-block;
	height: 1140px;
	background-color: #F1EEE6;
	
	margin-bottom: 20px;
}
ul.kontaktform .right {
	width: 310px;
}
ul.kontaktform .left {
	width: 622px;
	margin-right: 20px;
	text-align:center;
}
ul.kontaktform H2 {
	margin: 20px;
}
ul.kontaktform p {
	margin: 20px;
	margin-top: 0;
	line-height: 150%;
}
/* **************************** Visitenkarte ***********************
********************************************************************/
ul.visitenkarte {
	position:relative;
	width: 100%;
	height:auto;
	margin-bottom: 20px;
	
	list-style: none;
}
ul.visitenkarte li {
	position:relative;
	float:left;
	display:inline-block;
	min-height: 290px;
	height: auto;
	background-color: #F1EEE6;
	
	margin-bottom: 20px;
	padding-top: 20px;
}
ul.visitenkarte .left {
	width: 310px;
	margin-right: 20px;
}
ul.visitenkarte .left img {
	width: 270px;
	height:auto;
	margin-left: 20px;
}
ul.visitenkarte .right {
	width: 622px;
}
ul.visitenkarte H1 {
	margin: 20px;
	margin-top: 0;
}
ul.visitenkarte p {
	margin: 20px;
	margin-top: 0;
	line-height: 150%;
}


/* ************************ Unternehmen ***********************
********************************************************************/
.unternehmen-top img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.unternehmen-top .right {
	margin-right: 0;
}

div.unternehmen {
	position:relative;
}
div.unternehmen H1 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D6D6D6;
}
div.unternehmen H2 {
	display: block;
	padding:  5px 20px 5px 20px;
	background-color: #FFCC01;
	text-align:left;
}
.unternehmen .left, .unternehmen .right {
	position: relative;
	float:left;
	height:auto;
	min-height: 300px;
}
.unternehmen .left {
	width: 628px;
	margin-right: 20px;
	padding-top: 40px;	
}
.unternehmen .left p {
	line-height: 180%;
}
.unternehmen .right {
	width: 304px;
	text-align:right;
}
/* ************************ Leistungen ***********************
********************************************************************/
div.leistungen {
	position:relative;
}
div.leistungen ul {
	position:relative;
	margin-bottom: 30px;
	margin-left: 0;
	padding: 20px;
	
	background-color: #F5F5F5;
	list-style-position:inside;
}
div.leistungen li {
	line-height: 200%;
	padding-left: 20px;
	padding-right: 20px;
}

div.leistungen H1 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D6D6D6;
}
div.leistungen H2 {
	display: block;
	padding:  5px 20px 5px 20px;
	background-color: #FFF;
	margin-bottom: 20px;
	text-align:left;
}
div.leistungen H3 {
	display: block;
	margin-bottom: 10px;
	font-weight: 300;
	border-bottom: 1px solid #F5F5F5;
	padding-bottom: 5px;
}
.leistungen .left, .leistungen .right {
	position: relative;
	float:left;
	height:auto;
	min-height: 300px;
}
.leistungen .left {
	width: 628px;
	margin-right: 60px;	
}
.leistungen .left p {
	line-height: 180%;
}
.leistungen .right {
	width: 264px;
	text-align:right;
}
/* ************************ Referenzen ***********************
********************************************************************/
div.referenzen {
	position:relative;
}
ul.bildergalerie {
	position: relative;
	list-style: none;
}
ul.bildergalerie li {
	position: relative;
	display: inline-block;
	list-style: none;
	float: left;
}
ul.bildergalerie li a {
	display: block;
	overflow: hidden;
	margin-right: 32px;
	margin-bottom: 20px;
		
	width: 125px;
	height: 74px;
}
ul.bildergalerie li a:hover {
	-moz-transform: scale(1.5) rotate(0deg) translateX(0px) translateY(0px);
	-webkit-transform: scale(1.5) rotate(0deg) translateX(0px) translateY(0px);
	-o-transform: scale(1.5) rotate(0deg) translateX(0px) translateY(0px);
	-ms-transform: scale(1.5) rotate(0deg) translateX(0px) translateY(0px);
	transform: scale(1.5) rotate(0deg) translateX(0px) translateY(0px);
	
	  -webkit-box-shadow: 1px 1px 10px 1px #D9D9D9;
	  box-shadow: 1px 1px 10px 1px #D9D9D9;
}



ul.bildergalerie li img {
	width: 100%;
	height: auto;
	border: none1.5
}

div.referenzen H1 {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D6D6D6;
}
div.referenzen H2 {
	display: block;
	padding:  5px 20px 5px 20px;
	background-color: #FFF;
	margin-bottom: 20px;
	text-align:left;
}
div.referenzen H3 {
	display: block;
	margin-bottom: 10px;
	font-weight: 300;
	border-bottom: 1px solid #F5F5F5;
	padding-bottom: 5px;
}
.referenzen .left, .referenzen .right {
	position: relative;
	float:left;
	height:auto;
	min-height: 300px;
}
.referenzen .left {
	width: 628px;
	margin-right: 60px;	
}
.referenzen .left p {
	line-height: 180%;
}
.referenzen .right {
	width: 264px;
	text-align:right;
}
/* ************************ PRODUKTÜBERSICHT ***********************
********************************************************************/
#produktuebersicht {
	position:relative;
	width: 100%;
	height:auto;
}
#produktuebersicht H1 {
	position:relative;
	width: 100%;
	text-align:center;
	
	margin-bottom: 20px;
	
	color: #999999;
}
#produktuebersicht H2 {
	position: relative;
	display:block;
	float: left;
	width: 476px;
	text-align:center;
	margin-bottom: 20px;
}
#produktuebersicht ul {
	position:relative;
	list-style:none;
	width: 100%;
}
#produktuebersicht li {
	position:relative;
	display:block;
	float:left;
	
	width: 466px;
	height: 202px;
	background-color: #F9F9F9;
	
	margin-right: 20px;
	margin-bottom: 20px;
}
#produktuebersicht .produktbild {
	position: absolute;
}
#produktuebersicht .left .produktbild {
	left: 20px;
	top: 20px;
}
#produktuebersicht .right .produktbild {
	right: 20px;
	top: 20px;
}
#produktuebersicht .right {
	margin-right: 0;
}
#produktuebersicht .navi-botton {
	position:absolute;
	bottom: 20px;
}
#produktuebersicht .left .navi-botton, #produktuebersicht .left .logo {
	right: 20px;
}
#produktuebersicht .right .navi-botton, #produktuebersicht .right .logo{
	left: 20px;
}

#produktuebersicht p {
	background-color: transparent;
	color: #702183;
	margin-top: 55px;
	font-size: 14px;
}
#produktuebersicht .left p {
	padding-left: 210px;
	padding-right: 20px;
	text-align: right;
}
#produktuebersicht .right p {
	padding-right: 210px;
	padding-left: 20px;
}

#produktuebersicht .logo {
	position:absolute;
	top: 20px;
	height: 20px;
	width: auto;
}
/* ************************ Produktflyer ***********************
********************************************************************/
div.produktflyer {
	position:relative;
	width: 100%;
	height: auto;
	
	background-color: #F9F9F9;
	background-image: url(../images/bg-gray-verlauf.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}
div.produktflyer H2 {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px dotted #EBEBEB;
}
div.produktflyer ul {
	position: relative;
	height:auto;
	margin-left: 20px;
	margin-right: 20px;
	
	list-style:none;
}
.produktflyer li {
	position:relative;
	display:inline-block;
	float:left;
	width: 80px;
	height:auto;
	
	margin-right: 20px;
	margin-top: 20px;
}
.produktflyer a {
	display: block;
	width: 100%;
	height:auto;
}
div.produktflyer .flyerbild img {
	width: 100%;
	height: auto;
	border: none;
}
.produktflyer li p {
	display:block;
	text-align:center;
	font-size: 11px;
	margin-top: 10px;
}
.produktflyer a:hover {
	color: #7C61A4;
	z-index: 200;
	background-color: #FFF;
	
	-moz-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px);
	-webkit-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px);
	-o-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px);
	-ms-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px);
	transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px);
	
	  -webkit-box-shadow: 1px 1px 10px 1px #D9D9D9;
	  box-shadow: 1px 1px 10px 1px #D9D9D9;
}
/* ************************ Produkt Blick ***********************
********************************************************************/
#produkt_blick {
	position:relative;
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}
#produkt_blick H1 {
	display:block;
	text-align:center;
	margin-bottom: 20px;
}
#produkt_blick ul {
	position:relative;
	list-style: none;
}
#produkt_blick ul li {
	position: relative;
	display: block;
	height: 202px;
	
	margin-bottom: 20px;
	
	background-color: #F9F9F9;
}
#produkt_blick ul li:hover {
	background-color: #EFEFEF;
}
#produkt_blick .produktbild {
	position: absolute;
	width: 162px;
	height: 162px;
	left: 20px;
	top: 20px;
}
#produkt_blick .logo {
	position:absolute;
	right: 20px;
	top: 20px;
	
	height: 25px;
	width: auto;
}
#produkt_blick .navi-botton {
	position:absolute;
	right: 20px;
	bottom: 20px;
}
#produkt_blick .navi-botton:hover {
	background-color: #FFF;
}
#produkt_blick p {
	display:block;
	text-align: right;
	padding-top: 60px;
	padding-right: 20px;
}


/* ************************* Produktdetail***********************
*****************************************************************/
.produktdetail {
	position:relative;
	float:left;
	width: 476px;
	min-height: 300px;
	height: auto;
	margin-bottom: 20px;
}
.produktdetail .logo {
	width: auto;
	height: 50px;
	margin-bottom: 20px;
}

.produktdetail ul {
	position:relative;
	margin: 0;
	margin-left: 10px;
	padding: 0;
}

.produktdetail table {
	border: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}
.produktdetail thead {
	background-color: #F3F3F3;
}
.produktdetail td, .produktdetail th {
	text-align: right;
	padding: 10px;
}
.produktdetail tbody tr:hover {
	background-color:#F9F9F9;
}
.produktdetail td {
	border-bottom: 1px dotted #EBEBEB;
}
.produktdetail tfoot td {
	font-size: 14px;
	font-weight: 300;
}
.produktdetail table a {
	color: #7C61A4;
}
.produktdetail table a:hover {
	text-decoration: underline;
}

/* ****************************** CONTENT***********************
*****************************************************************/
.content750, .content500, .content250, .content345 {
	position:relative;
	float:left;
	height: auto;
	line-height: 150%;
	color: #85796C;
}
.content750 {
	width: 750px;
}
.content500 {
	width: 500px;
}
.content345 {
	width: 345px;
}
.content250 {
	width: 250px;
}
.content750 h1, .content500 h1, .content250 h1, .content345 h1, .kontakt-niederlassung H1 {
	position:relative;
	display:block;
	margin-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #857A6C;
}
.content750 span {
	display:block;
	width: 710px;
	height: 170px;
	overflow:hidden;
	margin-left: 20px;
	margin-bottom: 20px;
}
.content345 span {
	display:block;
	width: 345px;
	height: 275px;
	overflow:hidden;
	margin-left: 20px;
	margin-bottom: 20px;
}
.content750 p {
	display:block;
	width: 710px;
	height: auto;
	padding-left: 20px;
	margin-bottom: 20px;
}
.content500 p {
	display:block;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}
.content345 p {
	display:block;
	height: auto;
	padding-left: 20px;
	margin-bottom: 20px;
}
.content750 img {
	width: 710px;
	height: auto;
	border: none;
}
.content345 img {
	width: 345px;
	height: auto;
	border: none;
}
.content750 a.navi-botton {
	background-color: #CFC6BA;
	margin-left: 20px; 
}
/* ****************************** GESCHÄFTE ***********************
********************************************************************/
#geschaefte {
	width: 100%;
	height:auto;
	font-weight: 400;
	font-size: 14px;
}
#geschaefte ul {
	width: 100%;
	list-style:none;
}
#geschaefte ul li {
	position:relative;
	float:left;
	display:block;
	
	width: 250px;
	height:270px;
	background-color: red;
}
#geschaefte H1 {
	padding: 20px 20px 0 20px;
	margin-bottom: 10px;
	color: #FFF;
}
#geschaefte p {
	padding: 0 20px 0 20px;
	line-height: 200%;
	color: #FFF;
}
#geschaefte .navi-botton {
	position:absolute;
	left: 20px;
	bottom: 20px;
	background-image: url(../images/white40.png);
	background-repeat:repeat;
	background-position: left top;
}
#geschaefte .oschersleben {
	background-color:#A3A769;
}
#geschaefte .helmstedt {
	background-color:#D2AF57;
}
#geschaefte .koenigslutter {
	background-color:#FDBF2D;
}
#geschaefte .ebay {
	background-color:#FD8824;
}
#geschaefte ul.geschaefte-mini li {
	height: 125px;
}
/* ****************************** STARTSEITE ***********************
********************************************************************/
.startseite {
	position:relative;
	width: 100%;
	height:auto;
	margin-bottom: 20px;
	background-image:url(../images/bg-startseite.png);
	background-repeat:repeat-y;
	background-position: left top;
}
/* ****************************** KONTAKTSEITE ********************
*******************************************************************/
.kontaktseite {
	background-image:url(../images/bg-kontaktseite.png);
	background-position: left top;
	background-repeat: repeat-y;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.kontaktseite .oeffnungszeiten h1, .anschriften h1 {
	color: #FFF;
}
.kontaktseite .oeffnungszeiten p, .anschriften p {
	display:block;
	color: #FFF;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dotted #FFF;
}
.kontaktseite .oeffnungszeiten table {
	position:relative;
	width: 210px;
	margin-left: 20px;
	margin-right: 20px;
	color: #FFF;
	line-height: 200%;
}
.kontaktseite .oeffnungszeiten table div.trenner {
	padding-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #FFFFFF;
}
.kontaktformular table {
	position:relative;
	display:block;
	width: 460;
	margin-left: 20px;
	margin-right: 20px;
}
.kontaktformular table p {
	padding: 0;
}
.kontaktformular table a {
	color: #CFC6BA;
}
.kontaktformular .navi-botton {
	background-color: #FFF;
	margin-right: 10px;
}
a.senden {
	color: #A3A769 !important;
}
a.senden:hover {
	color: #090 !important;
}
/* ****************************** NEWS ***********************
********************************************************************/
.news a {
	display:block;
	padding-left: 80px;
	color: #FFF;
}
.news a:hover {
	text-decoration:underline;
}
ul.news {
	position:relative;
	list-style:none;
	width: 250px;
	height:auto;
}
ul.news H1 {
	color: #FFF;
}
ul.news li {
	position:relative;
	display:block;
	min-height: 80px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	
	/*border: 1px solid red;*/
}
ul.news li p {
	display:block;
	padding-left: 60px;
}
ul.news li a {
	margin-bottom: 10px;
	padding-left: 60px;

	color:inherit;
	text-decoration:underline;
	text-transform:uppercase;
}
ul.news li a:hover {
}
ul.news img {
	position:absolute;
	left: 0;
	top:0;
	width: 50px;
	height: 77px;
	border: 0;
}
/* ****************************** HOLZARTEN ***********************
*******************************************************************/
ul.holzarten {
	position:relative;
	list-style:none;
	width: 250px;
	height:auto;
}
ul.news H1 {
	color: #FFF;
}
ul.holzarten li {
	position:relative;
	display:block;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	/*border: 1px solid red;*/
}
ul.holzarten li p {
	display:block;
}
ul.holzarten a {
	position: relative;
	display:block;
	width: 210px;
	height: 118px;
	border: 0;
	overflow:hidden;
	margin-bottom: 10px;
}
ul.holzarten a img {
	width: 210px;
	height: auto;
	border: 0;
}
/* ****************************** KONTAKT***********************
********************************************************************/
table.kontakt {
	position:relative;
	margin-left: 20px;
	margin-top: 20px;
}
table.kontakt td {
	vertical-align: top;
	padding-bottom: 20px;
}
table.kontakt p {
	display:block;
	width: 84px;
	line-height: 200%
}
a.kontakt-loeschen, a.kontakt-absenden {
	display:block;
	height: 31px;
	line-height: 31px;
	text-align:center;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #F3F1EC;
	font-size: 20px;
	text-decoration: none;
}
.inputformularformular {
	width: 623px;
	height: 27px;
}
a.kontakt-loeschen {
	color: #CFC6BA;
}
a.kontakt-absenden {
	color: #A3A668;
}

/* ****************************** HOLZARTEN ***********************
********************************************************************/
#holzarten {
	position:relative;
	float:left;
	width: 250px;
	height:auto;
	min-height: 610px;
	color: #85796C;
	line-height: 150%;
	padding-bottom: 20px;
}
#holzarten H1 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	
	color: #FFF;
}
#holzarten ul {
	list-style:none;
}
#holzarten li {
	position:relative;
	display:block;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	
	border: 0px solid red;
}
#holzarten p {
	display:block;
	padding-left: 60px;
}
#holzarten img {
	position:absolute;
	left: 0;
	top:0;
	width: 50px;
	height: 77px;
	border: 0;
}


/* ****************************** CONTENT STARTSEITE ***********************
********************************************************************/
.content-startseite {
	height: 650px;
	width: 365px;
}
.content-startseite H1 {
	color: #CEC5B9;
}
.content-startseite .navi-botton {
	position:absolute;
	left: 20px;
	bottom: 20px;
	background-color: #CFC6BA; 
}
/* ****************************** UNTERNEHMEN ***********************
*******************************************************************/
.unternehmen, .niederlassung, .kontakt-niederlassung {
	position:relative;
	display:block;
	width: 100%;
	height:auto;
	margin-bottom: 20px;
	background-image:url(../images/bg-unternehmen.png);
	background-repeat:repeat-y;
	background-position: left top;
}
.bildergalerie {
	background-image:url(../images/bg-unternehmen-bildergalerie.png);
}

/* ****************************** PRODUKTE *************************
********************************************************************/
.produkte {
	position:relative;
	width: 100%;
	height:auto;
	margin-bottom: 20px;
	background-image:url(../images/bg-unternehmen.png);
	background-repeat:repeat-y;
	background-position: left top;
}
/* ****************************** NIEDERLASSUNGEN ******************
********************************************************************/
ul.mitarbeiter {
	position:relative;
	display:block;
	list-style:none;
	width: 710px;
	height: auto;
	margin-left: 20px;
	/*border: 1px solid red;*/
}
ul.mitarbeiter li {
	position:relative;
	display:inline-block;
	float:left;
	
	width: 345px;
	height:auto;
	min-height: 159px;
	background-color: #FDFCFB;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 0;
}
ul.mitarbeiter li span {
	position:absolute;
	left: 0px;
	top: 10px;
	display:block;
	width: 139px;
	height: 139px;
	border: 1px solid #CFC6BA;
	overflow:hidden;
}
.mitarbeiter li img {
	width: 100%;
	height: auto;
	border: none;
}
ul.mitarbeiter li strong {
	display:block;
	padding-left: 180px;
	padding-top: 80px;
}
ul.mitarbeiter li p {
	display:block;
	padding-left: 180px;
}
.niederlassung .content250 h1, .content250 p {
	color: #FFF;
}
.niederlassung .content250 p {
	color: #FFF;
	padding-left: 20px;
}
.niederlassung .content250 .telefonnummer p {
	display:block;
	height: 35px;
	background-color: #E9E5E0;
	font-size: 26px;
	line-height: 35px;
	color: #85796C;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 0;
	text-align:center;
}
span.helmstedt {
	height: 318px;
}
/* *********************** KONTAKT NIEDERLASSUNGEN *****************
********************************************************************/
.kontakt-niederlassung {
	background-image:url(../images/bg-niederlassung-kontakt.png);
}
.kontakt-niederlassung .content250 {
	min-height: 150px;
}
.kontakt-navigation {
	position:absolute;
	display:block;
	width: 250px;
	height: 72px;
	right: 0;
	bottom: 20px;
}
/* ****************************** CONTENT PRODUKTE ***********************
********************************************************************/
.content-produkte-left, .content-produkte-right {
	position:relative;
	float:left;
	width: 345px;
	height: auto;
	min-height: 610px;
	line-height: 200%;
	margin-left: 20px;
	/*border-top: 10px solid red;*/
}
.content-produkte-left H1, .content-produkte-right H1 {
	color: #CEC5B9;
}
.content-produkte-left img {
	width: 305px;
	height: auto;
	border: none;
}
.content-produkte-right p {
	position: relative;
	display:block;
	max-width: 345px;
	margin: 0 0 20px 0;
	padding:0;
}
.content-produkte-right table {
	position:relative;
	width: 345px;
	height:auto;
	/*border: 10px solid red;*/
}
.content-produkte-right table td {
	vertical-align: text-top;
	padding-bottom: 20px;
}
.content-produkte-right table td p {
	width: 175px;
}
/* ************************ IMPRESSUM *****************************
*******************************************************************/
.impressum {
	position:relative;
	display:block;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.impressum table {
	position:relative;
	width: 450;
	border: 0;
}
.impressum table td {
	vertical-align:text-top;
	line-height: 200%;
}
.impressum blockquote {
	display:block;
	padding-left: 20px;
}
/* ************************ Aktuelles *****************************
*******************************************************************/
.aktuelles {
	position:relative;
	display:block;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
/* ********************* ANGEBOT DES MONATS ***********************
*******************************************************************/
#angebotMonat {
	position:relative;
	width: 100%;
	height:auto;
}
#angebotMonat H1 {
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #CFC6BA;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #FFF;
}
#angebotMonat ul {
	width: 100%;
	height:auto;
	list-style:none;
}
#angebotMonat li {
	position:relative;
	float:left;
	
	width: 320px;
	height:auto;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 80px;
	
	background-color: #FDBF2D;
}
#angebotMonat .last-child {
	margin-right: 0;
	/*background-color: red;*/
}
#angebotMonat span {
	display:block;
	width: 280px;
	height: 140px;
	overflow:hidden;
	
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#angebotMonat img {
	width: 280px;
	height:auto;
	border:0;
}
#angebotMonat p {
	line-height: 200%;
	margin-left: 20px;
	margin-right: 20px;
}
#angebotMonat strong {
	font-size: 14px;
	line-height: 150%;
}
#angebotMonat H4 {
	display: compact;
	position:absolute;
	right: 20px;
	bottom: 20px;
	/*border: 1px solid red;*/
	
	color:#FFF;
	text-transform:uppercase;
}
#angebotMonat li .navi-botton {
	position:absolute;
	right: 20px;
	bottom: 20px;
	background-color: #857a6c;
}
#angebotMonat li .navi-botton:hover {
	background-color: #FFF;
}

/* ****************************** FOOTER ***********************
********************************************************************/
#footer-dekoration {
	position:relative;
	width: 100%;
	height: 10px;
	
	margin-top: 20px;
	margin-bottom: 20px;
	
	background-color: #EBEBEB;
}
#footer {
	position: relative;
	display:block;
	
	width: 100%;
	/*min-height: 300px;*/
	height: auto;
	
	background-color:#F6F6F6;
	background-image:url(../images/footer-bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	
	line-height: 180%;
	font-size: 12px;
	
	padding-bottom: 20px;
}
#footer .conten-footer {
	position:relative;
	float:left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 290px;
	min-height: 280px;
	height:auto;
	/*background-color:#FFFFFF;*/
}
.conten-footer ul {
	position:relative;
	list-style:none;
}
.conten-footer ul li {
	display: block;
	height:auto;
}
.conten-footer ul li a {
	display:block;
	height:35px;
	
	padding-left: 20px;
	padding-right: 20px;
	
	line-height: 35px;
	border-bottom: 1px dotted #78787d;
}
.conten-footer ul li a:hover {
	background-color: #78787d;
	color: #FFCC01;
}
.conten-footer p {
	color: #78787d !important;
}
.conten-footer strong {
	height: 35px;
	line-height: 35px;
}

.conten-footer .anschrift ul {
	position:relative;
	list-style: none;
	width: inherit;
	height:auto;
	margin-left: 20px;
}
.conten-footer .anschrift ul span {
	display:block;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 25px;
}
.conten-footer .anschrift ul li {
	position:relative;
	display:block;
}
.conten-footer .anschrift ul li p {
	display:block;
	line-height: 25px;
	padding-left: 50px;
	font-size: 18px;
	font-weight: 300;
}
.conten-footer .anschrift ul li img {
	position:absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
}









