body.blockhaus{
	background: url(../img/page-bg-blockhaus.jpg) no-repeat center top #FAF3D9;
}
body.oekoservice{
	background: url(../img/page-bg-oekoservice.jpg) no-repeat center top #FAF3D9;
}
#wrapper{
	width: 890px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 50px;
	position: relative;
}
#logo{
	display: block;
	width: 570px;
	height: 104px;
	margin-bottom: 15px;
	overflow: hidden;
	line-height: 1000px;
}
#holzbanner{
	position: absolute;
	top: 130px;
	right: -130px;
	width: 120px;
	height: 600px;
	line-height: 1000px;
	overflow: hidden;
}
#holzbanner a.kaminholz{
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 120px;
	background: url(../img/kaminholz-45.jpg) no-repeat;
}

body.blockhaus #logo{
	background: url(../img/logo-blockhaus.png) no-repeat 0 0;
}
body.oekoservice #logo{
	background: url(../img/logo-oekoservice.png) no-repeat left center;
}
#wooden{
	background: url(../img/texture.jpg);
	border: 1px solid #BD9C72;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
#contents{
	background: white;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#contents .infocontent{
	width: 508px;
	margin: 0  auto;
}

#headerimage{
	width: 850px;
	margin: 0 auto;
	padding: 8px 0 50px 0;
	text-align: center;
}
#headerimage img{
	box-shadow: none;
	border: none;
	border-radius: 5px;
}

#infos,
#teasers,
#memberships{
	padding: 0 40px;
}

#mainmenu{
	position: relative;
	width: 834px;
	height: 50px;
	margin-left: 23px;
	padding-left: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
body.blockhaus #mainmenu{
	background: url(../img/menubar-blockhaus.png) repeat-x;
}
body.oekoservice #mainmenu{
	background: url(../img/menubar-oekoservice.png) repeat-x;
}
#mainmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#mainmenu ul li{
	display: block;
    float: left;
	height: 50px;
    background: url(../img/menubar-spacer.png) no-repeat right center;
	-webkit-transition: background-color .25s ease-in;	
	-moz-transition: background-color .25s ease-in;	
	-ms-transition: background-color .25s ease-in;	
	-o-transition: background-color .25s ease-in;	
	transition: background-color .25s ease-in;	
}
#mainmenu ul li a{
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 10px 18px 0 18px;
    width: 100%;
    height: 100%;
	color: #FFF3E7;
	text-decoration: none;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);
	-webkit-transition: padding-top .25s ease-in,color .25s ease-in;	
	-moz-transition: padding-top .25s ease-in,color .25s ease-in;	
	-ms-transition: padding-top .25s ease-in,color .25s ease-in;	
	-o-transition: padding-top .25s ease-in,color .25s ease-in;	
	transition: padding-top .25s ease-in,color .25s ease-in;	
}
#mainmenu ul li a span.top{
    display: block;
    font-size: 18px;
    line-height: 20px;
}
#mainmenu ul li a span.sub{
    display: block;
    font-size: 9px;
    line-height: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
body.blockhaus #mainmenu li:hover,
body.blockhaus #mainmenu li.active{
    background-color: #DB0000;
}
body.oekoservice #mainmenu li:hover,
body.oekoservice #mainmenu li.active{
    background-color: #59b300;
}
#mainmenu li.active a,
#mainmenu a:hover span.sub{
    color: #fff;
}

/* Animation */
#mainmenu li:hover{
	-webkit-transition: background-color .25s ease-out;	
	-moz-transition: background-color .25s ease-out;	
	-ms-transition: background-color .25s ease-out;	
	-o-transition: background-color .25s ease-out;	
	transition: background-color .25s ease-out;	
}
#mainmenu li:hover a{
    padding-top: 4px;
    color: #fff;
	-webkit-transition: padding-top .25s ease-out, color .25s ease-out;	
	-moz-transition: padding-top .25s ease-out, color .25s ease-out;	
	-ms-transition: padding-top .25s ease-out, color .25s ease-out;	
	-o-transition: padding-top .25s ease-out, color .25s ease-out;	
	transition: padding-top .25s ease-out, color .25s ease-out;	
}

#newsite{
	position: absolute;
	right: 0;
	display: block;
	width: 226px;
	height: 50px;
	overflow: hidden;
	line-height: 1000px;
	padding: 0;
	margin: 0;	
}
body.blockhaus #newsite{
	background: url(../img/menu-newsite-blockhaus.png) no-repeat;
}
body.oekoservice #newsite{
	background: url(../img/menu-newsite-oekoservice.png) no-repeat;
}

#browsemenu{
	padding: 40px 40px 0;
}

.startertext .image{
	float: left;
	width: 380px;
	overflow: hidden;
}
.startertext .text{
	float: right;
	width: 380px;
}
#teasers{
	background: url(../img/spacer.png) no-repeat top center;
	padding: 50px 40px;
	margin-top: 50px;
}
body.oekoservice #teasers{
	background: none;
	padding: 0;
	margin-top: 0;
}
#memberships{
	background: url(../img/spacer.png) no-repeat top center;
	padding: 50px 40px 45px;
}
#bottommenu{
	background: url(../img/spacer.png) no-repeat top center;
	padding: 50px 0 45px;
	text-align: center;
}
#bottommenu a{
	display: inline-block;
	height: 24px;
	padding-left: 29px;
	margin: 0 10px;
	background: url(../img/footermenu-bullet-leaf.png) no-repeat;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
}
body.oekoservice #bottommenu a{
	background-image: url(../img/footermenu-bullet-tree.png);
}
#bottommenu a.active,
#bottommenu a:hover{
	background-position: 0 -24px;
}
#bottommenu a.active{
	color: #A30C15;
}
body.oekoservice #bottommenu a.active{
	color: #408306;
}

.browsemenu {
	padding-top: 40px;
}
.browsemenu .item{
	position: relative;
	float: left;
	width: 90px;
	height: 85px;
	margin-right: 8px;
}
.browsemenu .item:last-child{
	margin-right: 0;
}
.browsemenu .item .link-active img{
    -webkit-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
	opacity: 0.5;
	box-shadow: none;
}
.browsemenu .item img{
	position: absolute;
	z-index: 2;
}
.browsemenu .item .title{
	opacity: 0;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 1;
	white-space: nowrap;
	color: #000;
	font-weight: normal;
	-webkit-transition: opacity 0.25s ease-out, top 0.25s ease-out;
	-moz-transition: opacity 0.25s ease-out, top 0.25s ease-out;
	-ms-transition: opacity 0.25s ease-out, top 0.25s ease-out;
	-o-transition: opacity 0.25s ease-out, top 0.25s ease-out;
	transition: opacity 0.25s ease-out, top 0.25s ease-out;
}
.browsemenu a:hover .title{
	opacity: 1;
	top: 63px;
	-webkit-transition: opacity 0.25s ease-out, top 0.25s ease-out;
	-moz-transition: opacity 0.25s ease-out, top 0.25s ease-out;
	-ms-transition: opacity 0.25s ease-out, top 0.25s ease-out;
	-o-transition: opacity 0.25s ease-out, top 0.25s ease-out;
	transition: opacity 0.25s ease-out, top 0.25s ease-out;
}

.startertext-tripple .col-1,
.startertext-tripple .col-2,
.startertext-tripple .col-3{
	float: left;
	width: 250px;
	overflow: hidden;
}
.startertext-double .col-1,
.startertext-double .col-2{
	float: left;
	width: 380px;
	overflow: hidden;
}
.startertext-tripple .col-1,
.startertext-tripple .col-2,
.startertext-double .col-1{
	margin-right: 19px;
}
.startertext-tripple h2,
.startertext-double h2{
	font-weight: 700;
	margin-top: 20px;
}

.cols-2,
.cols-3,
.cols-4{
	width: 810px;
	position: relative;
	left: -11px;
}
.infocontent .cols-2,
.infocontent .cols-3,
.infocontent .cols-4{
	width: 530px;
}
.cols-2 .col,
.cols-3 .col,
.cols-4 .col{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 11px;
	float: left;
	min-height: 10px;
}
.cols-2 .col{
	width: 50%;
}
.cols-3 .col{
	width: 33.333333%;
}
.cols-4 .col{
	width: 25%;
}

.paperbox{
	background: url(../img/paper.png);
	padding: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.paperbox img{
	width: 100%;
	height: auto;
}

.landingbox{
	position: relative;
	height: 310px;
	overflow: hidden;
}
.landingbox .image{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.25);
	height: 250px;
	overflow: hidden;
}
.landingbox .image img{
	border: none !important;
	box-shadow: none !important;
	border-radius: none !important;
}
.landingbox .slider{
	position: absolute;
	top: 250px;
	width: 100%;
	-webkit-transition: top .25s ease-in;	
	-moz-transition: top .25s ease-in;	
	-ms-transition: top .25s ease-in;	
	-o-transition: top .25s ease-in;	
	transition: top .25s ease-in;	
}
.landingbox .title{
	padding: 0 10px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background: #A30C13;
	box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
	-webkit-transition: background-color .5s ease-in;	
	-moz-transition: background-color .5s ease-in;	
	-ms-transition: background-color .5s ease-in;	
	-o-transition: background-color .5s ease-in;	
	transition: background-color .5s ease-in;	
}
body.oekoservice .landingbox .title{
	background: #408306;
}
.landingbox .text{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 190px;
	padding: 10px;
	background: rgba(238,238,238,0.9);
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
.landingbox .link{
	padding: 10px 0;
}
body.oekoservice .landingbox .link a.redbutton{
	background: url(../img/greenbutton.png);
}
.landingbox:hover .slider{
	top: 0;
	-webkit-transition: top .25s ease-out;	
	-moz-transition: top .25s ease-out;	
	-ms-transition: top .25s ease-out;	
	-o-transition: top .25s ease-out;	
	transition: top .25s ease-out;	
}
.landingbox:hover .title{
	background-color: rgba(87,87,87,0.8);
	-webkit-transition: background-color .5s ease-out;	
	-moz-transition: background-color .5s ease-out;	
	-ms-transition: background-color .5s ease-out;	
	-o-transition: background-color .5s ease-out;	
	transition: background-color .5s ease-out;	
}

#info-leftcol,
#info-rightcol{
	float: left;
}
#info-leftcol{
	width: 518px;
}
#info-rightcol{
	width: 250px;
	margin-left: 20px;
}
.redbox,
.greenbox,
.pricebox{
	margin-bottom: 50px;
}
.redbox .title,
.greenbox .title{
	height: 60px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 60px;
	color: #fff;
	padding-left: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
}
.redbox .title{
	background: #A30C14;
}
.greenbox .title{
	background: #408306;
}
.redbox .text,
.greenbox .text{
	padding: 20px;
	background: #eee;
	box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
}
.pricebox{
	text-align: right;
}
.pricebox .from,
.pricebox .price{
	font-family: 'Titillium Web', sans-serif;
	color: #3F8306;
}
.pricebox .from{
	font-weight: 400;
	font-size: 14px;
}
.pricebox .price{
	font-weight: 700;
	font-size: 44px;
	line-height: 44px;
}
.pricebox .vat19{
	font-size: 10px;
	line-height: 12px;
}

footer{
	position: relative;
	height: 30px;
}
footer #sociallinks,
footer #copyright,
footer #uplink{
	position: absolute;
	top: 10px;
}
footer #sociallinks{
	left: 10px;
}
footer #copyright{
	left: 10px;
	line-height: 20px;
	color: rgb(64, 53, 40);
	text-shadow: rgb(207, 165, 106) 0px 1px 1px;
}
footer #uplink{
	right: 10px;
}

footer #uplink a{
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	line-height: 1000px;
	background: url(../img/uplink.png);
}
footer #uplink a:hover{
	background-position: 0 -25px;
}

#socialbuttons{
	margin-top: 30px;
	text-align: center;	
}
.likebutton,
.plusbutton{
	display: inline-block;
}
