@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0; }
.clear {overflow:hidden; clear: both;}
* html .clear {height:1%}

html, body {
	height: 100%;
}
a img {
	border: none !important;	
}
body {
	font-family: 'DIN Next W01 Regular', sans-serif;
	text-align: left;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -350px;
	text-align: left;
	width: 100%;
	background-color: #F3F0EC;
}
#wrapper.magazin {
	background-color: #065139;	
}
#wrapperho {
	position: relative;
	width: 980px;
	height: auto;
	margin: auto;
	overflow: auto;
	padding: 0 0 40px 0;
}
#wrappertopnavi {
	position: relative;
	width: 100%;
	height: 23px;
	background-color: #00946D;
}
#wrappernavi1 {
	position: relative;
	width: 100%;
	height: 100px;
	background-color: #fff;
}
#wrappernavi2 {
	position: relative;
	width: 100%;
	height: 110px;
}
#wrapperinhalt {
	position: relative;
	width: 100%;
	height: auto;	
}
#push {
	height: 350px;
}
#topnavi {
	position: relative;
	width: 980px;
	height: 19px;
	margin: auto;
	color: #fff;
	padding: 4px 0 0 0;	
}
#topnavi ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#topnavi ul.rechts {
	float: right;
	display: inline;	
}
#topnavi .topnavirechts{
	position:relative;
	float:right;
	display:inline;
}
#sprache{
	position:relative;
	float:right;
	display:inline;
	margin:0 0 0 20px;
}
#topnavi ul li {
	float: left;
	display: inline;
	margin: 0 20px 0 0;	
	padding: 0;
}

#topnavi ul.rechts li {
	margin: 0 0 0 20px;	
}
#topnavi a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
#topnavi a:hover {
	text-decoration: underline;	
}
#topnavi a.aktiv {
	text-decoration: underline;			
}
#navi1 {
	position: relative;
	width: 980px;
	height: 35px;
	margin: auto;
	color: #000;
	text-transform: uppercase;
	padding: 20px 0 0 0;
}
#navi1 ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#navi1 ul li {
	float: left;
	display: inline;
	margin: 0 30px 0 0;	
}
#navi1 a {
	font-family: 'DIN Next W01 Light', sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 18px;
	padding: 0 0 11px 0;
	margin: 0;
}
#navi1 a:hover {
	border-bottom: 3px solid #000;
}
#navi1 a.aktiv {
	border-bottom: 3px solid #000;
}
#navi2 {
	position: relative;
	width: 980px;
	height: 110px;
	margin: auto;
	color: #000;
	padding: 35px 0 0 0;	
}
#wrapper.magazin #navi2 {
	color: #fff;	
}
#navi2 ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#navi2 ul li {
	float: left;
	display: inline;
	margin: 0 30px 0 0;	
}
#navi2 a {
	font-family: 'DIN Next W01 Light', sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 18px;
	margin: 0;
	display: block;
	text-transform: uppercase;
}
#wrapper.magazin #navi2 a {
	color: #fff;	
}
#navi2 .navi2klein {
	font-family: 'DIN Next W01 Light', sans-serif;
	font-size: 13px;
	text-transform: none;
	font-weight: normal;
}
#navi2 a:hover {
	border-bottom: 3px solid #000;
}
#wrapper.magazin #navi2 a:hover {
	border-bottom: 3px solid #fff;
}
#navi2 a.aktiv {
	font-family: 'DIN Next W01 Bold', sans-serif;
	border-bottom: 3px solid #000;
	font-weight: normal;
}
#wrapper.magazin #navi2 a.aktiv {
	border-bottom: 3px solid #fff;
}
#slider {
	position: relative;
	margin: auto;
	width: auto;
	min-width: 980px;
	max-width: 1100px;
	height: 450px;
	background-color: none;
}
.slider-wrapper{
	cursor:pointer;
}
#inhaltwrap {
	position: relative;
	width: 980px;
	height: auto;
	margin: auto;
	overflow: auto;
	padding: 0 0 40px 0;
}

#inhaltwrap .trenner-mit-schatten{
	background-image:url(bilder/trenner-schatten.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:100%;
	height:30px;
	margin:20px 0 10px 0;
}

#inhaltwrap .trenner-ohne-schatten{
	background-image:url(bilder/trenner.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:100%;
	height:1px;
	margin:20px 0 20px 0;
}
#wrapper.magazin #inhaltwrap .trenner-ohne-schatten{
	background-image:url(bilder/trenner_mag.png);
}
#inhaltwrap .trenner-mit-schatten-breit{
	background-image:url(bilder/trenner-schatten-index.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:100%;
	height:30px;
	margin:20px 0 10px 0;
}

#inhaltwrap .trenner-ohne-schatten-breit{
	background-image:url(bilder/trenner-breit.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:100%;
	height:1px;
	margin:20px 0 20px 0;
}

#inhaltwrap .trenner-mag{
	width:100%;
	height:10px;
	margin:20px 0 10px 0;
	border-top:1px solid #fff;
}

#inhaltwrap .trenner{
	width:100%;
	height:1px;
	margin:5px 0 2px 0;
	border-top:1px solid #fff;
	clear:both;
}


#inhaltwrap table.contenttable td{
	background-color:#F3EFEC;
	font-weight:normal;
	font-size:12px;
	padding:10px 5px 10px 5px;
}
#inhaltwrap table.contenttable tr.tr-0 td, #inhaltwrap table.contenttable td.td-0{
	background-color:#DCD7D2;
	font-weight:bold;
}
#inhaltwrap table.dreier td.td-0{
	width:110px;
}
#inhaltwrap table.dreier td.td-1{
	width:235px;
}
#inhaltwrap table.dreier td.td-2{
	width:235px;
}

#inhaltwrap table.vierer td.td-0{
	width:110px;
}
#inhaltwrap table.vierer td.td-1{
	width:157px;
}
#inhaltwrap table.vierer td.td-2{
	width:157px;
}
#inhaltwrap table.vierer td.td-3{
	width:156px;
}
.divider { clear: both; }
#suche{
	
	position: relative;
	width: 980px;
	height: 25px;
	margin: auto;
	padding: 20px 0 0 0;
}
#suche input {
  width: 165px;
  height: 18px;
  padding: 2px 20px 0 5px;
  background-image: url(bilder/lupe.png);
  background-position:center right;
  background-color:#FFF;
  background-repeat:no-repeat;
  border: 1px solid #B5B0AF;
  font-family: 'DIN Next W01 Light', sans-serif;
  color: #000;
  font-size: 13px;
  font-style: normal;
  margin:0 0 5px 0;
}


#logo {
	position: absolute;
	width: 275px;
	height: 49px;
	top: -25px;
	right: 0;
}
#logoho{
	position: absolute;
	width: 275px;
	height: 49px;
	top: 43px;
	right: 8px;
}
#logo img,#logoho img {
	border: none;	
}
#logo a:hover,#logoho a:hover {
	border-bottom: none;	
}
#logo a {
	margin: 0;
	padding: 0;	
}
#navigation {
	position: relative;
	margin: 0;
	padding: 15px 0 15px 0;
	width: 195px;
	float: left;
	display: inline;
	background-color: #DDD8D3;
	line-height: 15px;
	font-size: 13px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#navigation ul li.ebene1 {
	padding: 8px 10px 3px 15px;	
}
#navigation ul li.ebene2 {
	padding: 8px 10px 0px 30px;	
}
#navigation ul li.ebene3 {
	padding: 8px 10px 0px 45px;	
}
#navigation a {
	color: #000;
	text-decoration: none;
	font-size: 13px;
}
#navigation a:hover {
	color: #fff;
}
#navigation a.aktiv {
	border-bottom: 3px solid #000;
	margin: -5px 0 0 0;
}
#inhalt {
	position: relative;
	margin: 0 0 0 0;
	width: 766px;
	float: right;
	display: inline;
	overflow:hidden;
}
#wrapper.magazin #inhalt {
	color: #fff;	
}
#inhalt.holzdetail {
	width: 980px;
	margin: 183px 0 0 0;
	padding-top:50px;
	overflow:visible;
}
#inhalt.startseite {
	width: 980px;
}
#inhalt.breit {
	width: 980px;
	margin:110px 0 0 0;
}
#inhaltwrap h1 {
	font-family: 'DIN Next W01 Light', sans-serif;
	font-size: 36px;
	font-weight: normal;
	margin: 20px 0 0 0;
}

#inhalt .list-top-big{
	font-family: 'DIN Next W01 Light', sans-serif;
	font-size: 36px;
	font-weight: normal;
	margin: 0 0 20px 0;
}
#inhaltwrap h2 {
	font-family: 'DIN Next W01 Light', sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 20px 0;
}
#inhaltwrap h2 a{
	text-decoration:none;
}
#inhaltwrap h3 {
	font-family: 'DIN Next W01 Light', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 0 0;
}
#inhaltwrap h4 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 28px;
	font-weight:normal;
	text-transform:uppercase;
	margin: 5px 0 15px 0;
}
#inhaltwrap a {
	color: #666666;	
	text-decoration:none;
}
#inhaltwrap a:hover {
	color: #000000;	
	text-decoration:none;
}
#wrapper.magazin #inhaltwrap a {
	color: #fff;
	font-weight: normal !important;	
}
#wrapper.magazin #inhaltwrap a:hover {
	color: #fff;
	text-decoration: underline;
}

#inhalt a {
	color: #00946D;	
	text-decoration:none;
}
#inhalt a:hover {
	color: #00946D;	
	text-decoration:underline;
}
#wrapper.magazin #inhalt a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#wrapper.magazin #inhalt a:hover {
	color: #ccc;
	text-decoration: underline;	
}

#inhalt p,#inhaltwrap p {
	margin: 0 0 15px 0;
	font-size: 16px;
}
#inhalt .loading {
	position:relative;
	float:left;
	display:inline;
	margin:100px 0 0 350px;;
	width:31px;
	height:31px;


}
#elemprofile .loading {
	position:relative;
	float:left;
	display:inline;
	margin:20px 0 0 250px;;
	width:31px;
	height:31px;


}

#inhaltwrap .filter{
	position: relative;
	margin: 0;
	padding: 0;
	width: 195px;
	float: left;
	display: inline;
	background-color: none;
	line-height: 13px;
	font-size: 12px !important;
	color: #000;
	text-decoration: none;
	font-size: 13px;
}
#inhaltwrap .filter ul {
	margin: 0;
	padding: 0;
	list-style: none;	
	outline:none;
}
#inhaltwrap .filter ul li{
	padding: 8px 10px 3px 15px;	
	display:block;
}
#inhaltwrap .filter ul li .first{
	width:15px;
}
#inhaltwrap .filter ul li .last{
	padding:2px 0 0 0;
}
#inhaltwrap .filter ul li.head{
	font-weight:bold;
	cursor:pointer;
	padding: 8px 10px 3px 30px;	
	background-image: url(bilder/accordion-arrow-black.gif);
	background-repeat:no-repeat;
	background-position: 0 0 ;
	
}

#inhaltwrap .filter ul.ui-accordion-header-active li.head{
	
	
	background-position: 0 -30px;
}



#inhaltwrap .accordion{
	background-color:#DDD8D3;
	margin:0 0 10px 0;
	padding:10px 0 10px 0;
	overflow:visible;
	height:auto;
	position:relative;
}
#inhaltwrap .accordion.we{
	background-color:#FFF;
}
#inhaltwrap .accordion ul{
	outline:none;
}


#footer {
	position: relative;
	height: 350px;
	background-color: #fff;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	z-index: 999;
	text-align: center;
}
#fuss {
	position: relative;
	width: 980px;
	height: 327px;
	margin: auto;	
	padding: 0;
	text-align: left;
}
#fuss .fussspalte {
	float: right;
	display: inline;
	width: auto;
	margin: 0 60px 0 60px;	
}
#fuss .fussspalte ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#fuss .fussspalte a {
	text-decoration: none;
	color: #000;
	line-height: 22px;	
}
#fuss .fussspalte a:hover {
	color: #00946D;
	text-decoration: none;
}
#fuss .fussspalte .oberpunkt {
	font-family: 'DIN Next W01 Bold', sans-serif;
	font-size: 18px;
	margin: 0 0 20px 0;
}
#fuss #produktfinden {
	position: relative;
	width: 980px;
	text-align: center;
	padding: 60px 0 40px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
}
#fuss #produktfinden img {
	margin: 30px 0 0 0;	
}
#wrapperfussbalken {
	position: relative;
	width: 100%;
	height: 19px;
	background-color: #00946D;
	padding: 4px 0 0 0;
}
#fussbalken {
	position: relative;
	width: 980px;
	margin: auto;	
	padding: 0;	
	text-align: right;
}
#fussbalken ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#fussbalken ul li {
	float: right;
	display: inline;
	margin: 0 0 0 20px;	
}
#fussbalken a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
#fussbalken a:hover {
	text-decoration: underline;	
}
#fussbalken a.aktiv {
	text-decoration: underline;			
}

#inhaltwrap .prod-single{
	position:relative;
	display:inline;
	float:left;
	width:100%;
	
}
#inhaltwrap .prod-single-head{
	position:relative;
	display:inline;
	float:left;
	width:100%;
	overflow:auto;
	background-color:#FFF;
}
#inhaltwrap .prod-single-head-left{
	position:relative;
	display:inline;
	float:left;
	width:661px;
	
}
#inhaltwrap .prod-single-head-right{
	position:relative;
	display:inline;
	float:left;
	width:299px;
	min-height:30px;
	background-color:#00946D;
	padding:10px;
	color:#FFF;
	font-size:18px;

}

#inhaltwrap .produktzeile {
	position: relative;
	width: 980px;
	float: left;
	display: inline;
	
	clear:both;
	margin:0 0 15px 0;
	font-size:11px;

	
}
#inhalt .produktzeile {
	width: 766px;
}

#inhaltwrap .produktmain {
	position: relative;
	float: left;
	display: inline;
	width:150px;
	min-height: 120px;
	background-color:#FFF;
	padding:9px 0 0 0;
	cursor:pointer;
}

#inhaltwrap .prod-single .produktmain {
	padding:13px 0 0 0;
}


#inhaltwrap .produktmain .kat{
	position: absolute;
	left:0;
	bottom:0;
	width:26px;
	height:22px;
	background-color:#008855;
	color:#FFF;
	padding:5px 2px 0 2px;
	text-align:center;
}
#inhaltwrap .produktmain img{
	margin:0 0 0 30px;
}
#inhaltwrap .produktmain .linie{
	position: absolute;
	left:30px;
	bottom:0;
	width:120px;
	height:3px;
	background-color:#008855;
}
#inhaltwrap .produktmain.ia .linie{
	background-color:#FFF;
}
#inhaltwrap .produktmain.ia:hover .linie{
	background-color:#008855;
}
#inhaltwrap .produktmain .bez{
	position: absolute;
	left:30px;
	bottom:2px;
	width:110px;
	min-height:24px;
	padding:2px 5px 2px 5px;
}
#inhaltwrap .produktsubwrap{
	position: relative;
	width: 600px;
	min-height: 120px;
	float: right;
	display: inline;
	padding:0;
	margin:0;
	background-color:#FFF;
	border-left:15px solid #F3F0EC;
}
#inhaltwrap .produktsubwrapbreit{
	position: relative;
	width: 815px;
	min-height: 120px;
	float: right;
	display: inline;
	padding:0;
	margin:0;
	background-color:#FFF;
	border-left:15px solid #F3F0EC;
}
#inhaltwrap .produktsub {
	position: relative;
	width: 100px;
	min-height: 120px;
	float: left;
	display: inline;
	padding:0;
	margin:0 0 0 0;
	padding:10px 10px 0 10px;
	background-color:#FFF;
	cursor:pointer;
	
}
#inhaltwrap .produktsub.pssingle{
	cursor:pointer;
}
#inhaltwrap .produktsub.pssingle:hover{
	border-bottom:3px solid #008855;
}
#inhaltwrap .produktsub.akt {
	border-bottom:3px solid #008855;
	
}
#inhaltwrap .produktsub.pslist{
	cursor:pointer;
}
#inhaltwrap .produktsub .bez{
	position: absolute;
	left:0px;
	bottom:5px;
	width:100px;
	min-height:25px;
	text-align:center;
	padding:0;
}
#inhaltwrap .prod-single-options{
	position:relative;
	float:left;
	display:inline;
	background-color:#FFF;
	padding:25px;
	width:930px;
	background-image:url(bilder/trenner-schatten-930.png);
	background-repeat:no-repeat;
	background-position:top center;
	border-top:10px solid #FFF;

}
#inhaltwrap .prod-single-options a{
	color:#00946D;
}
#inhaltwrap .prod-single-options a:hover{
	text-decoration:underline;
}

#inhaltwrap .prod-single-options .download{
	position:relative;
	float:left;
	display:inline;
	width:120px;
	height:140px;
	margin:0 20px 0 0;
	font-size:12px;
}
#inhaltwrap .prod-single-options .download img{
	margin:0 0 10px 0;
}
#inhaltwrap .prod-single-options .reftmb{
	position:relative;
	float:left;
	display:inline;
	width:165px;
	height:140px;
	margin:0 20px 10px 0;
	font-size:12px;
}
#inhaltwrap .prod-single-options .reftmb img{
	margin:0 0 0 0;
}
#inhaltwrap .prod-single-options .refcap{
	position:relative;
	float:left;
	display:inline;
	width:165px;
	height:30px;
	font-size:12px;
	margin:3px 0 0 0;
	padding:0;
	line-height:11px;
}



#inhaltwrap .prod-single-options .accordion{
	background-color:#FFF;
	margin:0;
	padding:10px 0 10px 0;
	overflow:visible;
	height:auto;
	position:relative;
}

#inhaltwrap .prod-single-options .ui-accordion .ui-accordion-header { 
	display: block; 
	cursor: pointer; 
	position: relative; 
	margin-top: 2px; 
	padding: 6px 0 0 40px; 
	zoom: 1; 
	background-color:#FFF;
}

#inhaltwrap .prod-single-options .ui-widget-content { 
	min-height:0;
}
#inhaltwrap .prod-single-options .ui-accordion .ui-accordion-header{
	color:#000;
	font-size:18px;
}
#inhaltwrap .prod-single-options td{
	border-bottom:1px solid #000;
	padding:12px 0 12px 0;
}
#inhaltwrap .dlist { 
	position: relative; 
	clear:both;
	
}
#inhaltwrap .dlist .dlaccordion { 
	background-color:#F3F0EC;
	padding:0;
	margin:0 0 0 0;
	
}
#inhaltwrap .dlist .dlaccordion-o { 
	background-color:#F3F0EC;
	padding:0;
	margin:0 0 0 0;	
}
#inhaltwrap .dlist .dlaccordion-o ul{
	list-style-type:none;
	margin:12px 0 12px 0;
}
#inhaltwrap .delem { 
	border-bottom:1px solid #000;
	
}

#inhaltwrap .dlist .ui-accordion .ui-accordion-header { 
	background-color:#F3F0EC;
	padding:0;
	margin:12px 0 12px 0;
	display: block;
	
}
#inhaltwrap .dlist .ui-accordion .ui-accordion-header-icon{
	position: absolute; 
	left: 670px; 
	top: 50%; 
	margin-top: -8px;
}
#inhaltwrap .dlist .ui-widget-content{
	min-height:0px;
	background-color:#F3F0EC;
	padding:0 20px 15px 0;
	margin:0;
	color:#00946D;
	
}


#inhaltwrap .dlist .ui-state-default,#inhaltwrap .dlist .ui-state-hover,#inhaltwrap .dlist .ui-state-active{
	color:#000;
}






#produkt-single-head{
	position:relative;
	float:right;
	display:inline;
	cursor:pointer;
	width:auto;
	margin:0 0 30px 0;
}




#inhaltwrap .refzeile{
	position: relative;
	width: 766px;
	float: left;
	display: inline;
	background-color:#FFF;
	clear:both;
	margin:0 0 15px 0;
	font-size:11px;

}

#inhaltwrap .refmain {
	position: relative;
	float: left;
	display: inline;
	width:150px;
	height: 100px;
	border-right:15px solid #F3F0EC;
	padding:10px;
}
#inhaltwrap .refsub {
	position: relative;
	width: auto;
	height: 110px;
	float: left;
	display: inline;
	padding:5px;
	margin:0 10px 0 0;
	background-color:#FFF;
}

#inhaltwrap .blase{
	position:absolute;
	width:130px;
	height:110px;
	font-family: 'DIN Next W01 Light', sans-serif;
	font-size: 20px;
	color:#FFF;
	z-index:8999;
}

#inhaltwrap .blaseap{
	position:relative;
	width:130px;
	height:110px;
	font-family: 'DIN Next W01 Light', sans-serif;
	font-size: 20px;
	color:#FFF;
	z-index:8999;
}
#inhaltwrap .blasetrans{
	position:absolute;
	width:188px;
	height:168px;
	font-family: 'DIN Next W01 Light', sans-serif;
	font-size: 20px;
	color:#000;
	z-index:8999;
}
#inhaltwrap .blasemag{
	position:relative;
	width:270px;
	height:202px;
	float:left;
	display:inline;
	font-family: 'DIN Next W01 Light', sans-serif;
	font-size: 15px;
	color:#FFF;
	z-index:8999;
	background-image:url(bilder/blase-mag.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:15px 15px 60px 15px;
}
#inhaltwrap .box-weiss .blase a,#inhaltwrap .box-weiss .blaseap a{
	text-decoration:none;
	color:#FFF;
}
#inhaltwrap .box-weiss .blase a:hover,#inhaltwrap .box-weiss .blaseap a:hover{
	text-decoration:none;
}
#wrapper.magazin #inhalt .blasemag a{
	padding:0 0 0 19px;
	background-image:url(bilder/pfeil-mag.png);
	background-repeat:no-repeat;
	background-position:top left;
	font-family: 'DIN Next W01 Light', sans-serif;
	font-size: 15px;
	font-weight:normal;

}

#inhaltwrap .blasetrans h2{
	font-size: 20px;
	font-weight:bold;
	color:#000;
	margin:0 0 0 0;
	text-transform:uppercase;
}

#inhaltwrap .blase.pleft{
	padding:20px 10px 20px 63px;
	background-image:url(bilder/blase-li.png);
	background-repeat:no-repeat;
	background-position:top left;
}
#inhaltwrap .blaseap.pleft{
	padding:20px 10px 20px 63px;
	background-image:url(bilder/blase-li.png);
	background-repeat:no-repeat;
	background-position:top left;
}
#inhaltwrap .blase.pright{
	padding:20px 63px 20px 10px;
	background-image:url(bilder/blase-re.png);
	background-repeat:no-repeat;
	background-position:top right;
	
}

#inhaltwrap .blasetrans.pleft{
	padding:20px 10px 20px 48px;
	background-image:url(bilder/blase-trans-li.png);
	background-repeat:no-repeat;
	background-position:top left;
}
#inhaltwrap .blasetrans.pright{
	padding:20px 48px 20px 10px;
	background-image:url(bilder/blase-trans-re.png);
	background-repeat:no-repeat;
	background-position:top right;
	
}
#inhaltwrap .blase a{
	color:#FFF;
	text-decoration:none;
}
#inhaltwrap .blase a:hover{
	color:#F3F0EC;
	text-decoration:none;
}
#inhaltwrap .blasetrans a{
	color:#000;
	text-decoration:none;
}
#inhaltwrap .blasetrans a:hover{
	color:#000;
	text-decoration:none;
}

.gruen{
	color: #00946D; 
	font-family: 'ITCGaramondW01-BookCnIt', sans-serif;
	font-size:16px;
	letter-spacing:1px;
}
#wrapper.magazin .gruen {
	color: #ccc;
}

#inhaltwrap .box-weiss{
	width:940px;
	padding:20px;
	position:relative;
	display:inline;
	float:left;
	clear:both;
	background-color:#FFF;
}
#inhaltwrap .box-weiss.op{
	padding:0 20px 20px 20px;
}
#inhaltwrap .box-weiss ul{
		margin:15px 0 15px 40px;
		list-style-image:url(bilder/li-pfeil.png);
		font-size:15px;
		
	}
	
#inhaltwrap .box-weiss a{
	color:#00946D;
}
#inhaltwrap .box-weiss a:hover{
	text-decoration:underline;
}
	
#inhaltwrap  ul.refkl{
		margin:0;
		padding:8px 0 0 62px;
		list-style-image:url(bilder/li-pfeil.png);
		font-size:15px;
		
}
#inhaltwrap  ul.refkl li{
		margin:5px 0 0 0;
		
}
	#inhaltwrap .box-weiss li{
		margin:7px 0 0 0;
	}
	#inhaltwrap .box-weiss h1{
		margin:0 0 20px 0;
	}



#slider .nivo-caption {
	position:absolute;
	bottom:15px;
	left:15px;
	width:auto;
	height:50px;
	font-family: 'DIN Next W01 Light', sans-serif;
	font-size: 28px;
	color:#000;
	background-color:#FFF;
	opacity:0.6;
	z-index:8999;
	padding:10px 10px 0 10px;
	
}

#inhaltwrap .phoneytext{
	font-family: 'DIN Next W01 Regular', sans-serif;
	color:#FFF;
	font-size:13px;
}
#inhaltwrap .phoneytext a{
	color:#FFF;
	text-decoration:none;
}
#inhaltwrap .phoneytext a.bubmore{
	text-decoration:none;
	font-weight:bold;
	color:#FFC344;
}
#inhaltwrap .phoneytext a.bubmore:hover{
	color:#FFF;
}

#inhaltwrap .googlefilter{
	
	
	background-color:#DDD8D3;
	margin:0 0 10px 0;
	padding:15px;
	overflow:visible;
	height:auto;
	position:relative;
}
#inhaltwrap .googlefiltertrans{
	background-color:none;
	margin:0 0 10px 0;
	padding:10px 5px 10px 10px;
	overflow:visible;
	height:auto;
	position:relative;
}

#inhaltwrap .googlefilter h2{
	font-size: 13px;
	font-weight:bold;
	margin:0 0 10px 0;


}
#inhaltwrap .googlefilter label{
	width:55px;
	float:left;
	position:relative;
	vertical-align:middle;
}
#inhaltwrap .googlefilter input.small{
	width:80px;
}
#inhaltwrap .googlefilter input.small2{
	width:110px;
}
#inhaltwrap .googlefilter input.small3{
	width:120px;
}
#inhaltwrap .googlefilter select.small{
	width:84px;
}
#inhaltwrap .googlefilter select.small2{
	width:114px;
}
#inhaltwrap .googlefilter select.small3{
	width:124px;
}
#inhaltwrap .googlefilter input.submit{
	background-color:#DCD7D2;
	padding:2px 2px 2px 2px;
	border:none;
	pointer:cursor;
	font-size:12px;
	width:100px;
	background-image:url(bilder/submit.png);
	background-repeat:no-repeat;
	background-position:top left;
	cursor:pointer;
}

#inhaltwrap .googlefilter ul{
	margin:0;
	padding:0;
}
#inhaltwrap .googlefilter ul li{
	padding: 0;	
	margin:0 0 7px 0;
	display:block;
}

#inhaltwrap .csc-mailform fieldset{
	padding:0;
	margin:0 0 20px 0;
}

#inhaltwrap .csc-mailform .csc-form-element-textline input{
	width:300px;
	padding:3px;
}
#inhaltwrap .csc-mailform .csc-form-element-select select{
	width:310px;
	padding:3px;
}
#inhaltwrap .csc-mailform .csc-form-element-textarea textarea{
	width:300px;
	padding:3px;
}
#inhaltwrap .csc-mailform .csc-form-element-submit input{
	padding:5px 20px 5px 20px;
	border:1px solid #9c9c9c;

}
#inhalt .news-list-container{
	background-color:#FFF;
	overflow:auto;
	padding:30px;
	margin:10px 0 0 0;
}
#inhalt .news-single-item{
	background-color:#FFF;
	overflow:auto;
	padding:60px 30px 30px 30px;
	margin:10px 0 0 0;
}
#inhalt .news-single-item h1{
	line-height:35px;
	margin:0 0 30px 0;
}
#inhalt .news-single-back{
	position:absolute;
	width:100px;
	right:0px;
	top:55px;
}
#inhalt .news-list-item{
	overflow:auto;
	clear:both;
	border-bottom:1px solid #000;
	margin:25px 0 0 0;
}
#inhalt .news-list-left{
	position:relative;
	display:inline;
	float:left;
	width:220px;
	
	
}
#inhalt .news-list-right{
	position:relative;
	display:inline;
	float:right;
	width:450px;
	
	
}

#inhalt .news-latest-head{
	position:relative;
	float:left;
	display:inline;
	width:185px;
	height:205px;
	margin:0 10px 0 0;
	background-color:#F3F0EC;
	padding:170px 15px 15px 15px;
	text-transform:uppercase;
}
#inhalt .news-latest-item{
	position:relative;
	float:left;
	display:inline;
	width:205px;
	height:205px;
	margin:0 10px 0 0;
	background-color:#FFF;
	padding:15px;
}
#inhalt .news-latest-item h2{
	font-size:18px;
}
#produktfinden a,#produktfinden a:hover{
	color:#000;
	text-decoration:none;
}
#dlsubkat {
	position: relative;
	margin: 0;
	padding: 10px;
	width: 100%;
	float: left;
	display: inline;
	background-color: #DDD8D3;
	line-height: 15px;
	font-size: 13px;
	clear:both;
	
	
}
.subkat{
	position:relative;
	display:inline;
	float:left;
	padding:0 20px 0 0;
}

.hoinhalt{
	background-color:#FFF;
	padding:15px 0 15px 15px;
	overflow:auto;
}
.hoelem{
	position:relative;
	float:left;
	display:block;
	width:135px;
	margin:0 15px 15px 0;
	height:160px;
	font-size:12px;
	cursor:pointer;
}
.hoelem img{
	margin:0 0 7px 0;
}

#inhalt .spaltenholz {
  position: relative;
  float: left;
  display: inline;
  clear: both;
  overflow: visible;
  width: 980px
  margin: 0;
  background-color:#FFF;
}
#inhalt .spalteh1 {
  position: relative;
  float: left;
  display: inline;
  width: 590px;
  margin: 0 20px 0 0;
  padding: 20px;
  overflow:visible;
  
}
#inhalt .spalteh1 h2{
	font-family: 'DIN Next W01 Light', sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin:20px 0 20px 0;
}


#inhalt .spalteh2 {
  position: relative;
  float: left;
  display: inline;
  width: 330px;
  padding: 0 0 20px 0;
  margin:0 0 20px 0;
  font-size:14px;
  overflow:visible;
    
}

#inhalt .spalteh2 h1{
	background-color:#00946D;
	padding:10px;
	color:#FFF;
	margin:0 0 20px 0;
	
	font-size: 22px;
	font-weight: normal;
}
#inhalt .spalteh2 p{
	padding:0 15px 15px 10px;
}




#inhalt .spaltenmagazin {
  position: relative;
  float: left;
  display: inline;
  clear: both;
  overflow: visible;
  width: 766px
  margin: 0;
}
#inhalt .spaltem1 {
  position: relative;
  float: left;
  display: inline;
  width: 242px;
  margin: 0 20px 0 0;
  padding: 0;
  overflow:visible;
}
#inhalt .spaltem2 {
  position: relative;
  float: left;
  display: inline;
  width: 242px;
  margin: 0 20px 0 0;
  padding: 0;
  overflow:visible;
}
#inhalt .spaltem3 {
  position: relative;
  float: left;
  display: inline;
  width: 242px;
  margin: 0 0 0 0;
  padding: 0;
  overflow:visible;
}





.profilelem{
	position:relative;
	float:left;
	display:block;
	width:135px;
	margin:0 12px 15px 0;
	height:140px;
	font-size:12px;

}
.profilelem img{
	margin:0 0 7px 0;
}
.profilelem form{
	margin:5px 0 0 0;
}
.profilelem a{
	padding:0 0 0 12px;
	background-image:url(bilder/apfeil.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
.profilelem a.pic{
	padding:0;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top left;
}

.close{
	position:absolute;
	top:-40px;
	right:-350px;
	cursor:pointer;
	z-index:9000;
}

#magazinnavigation {
	position: relative;
	margin: 0;
	padding: 0 0 15px 0;
	width: 175px;
	float: left;
	display: inline;
	line-height: 15px;
	font-size: 13px;
	font-weight: normal;
}
#magazinnavigation ul {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
}
#magazinnavigation ul.unten {
	margin: 0 0 20px 0;
}
#magazinnavigation ul li.ebene1 {
	padding: 0px 10px 8px 3px;	
	font-size: 15px;
}
#magazinnavigation ul.mitte {
	padding: 15px 10px 6px 3px;	
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin:5px 0 12px 0;
}
#magazinnavigation ul.mitte li.ebene1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 21px;
	padding: 0px 10px 15px 3px;

}
#wrapper #inhaltwrap #magazinnavigation a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#wrapper #inhaltwrap #magazinnavigation a:hover {
	color: #fff;
	text-decoration: underline;
}
#wrapper #inhaltwrap #magazinnavigation a.aktiv {
	border-bottom: 3px solid #fff;
	margin: -5px 0 0 0;
	color: #fff;
}
#wrapper #inhaltwrap #magazinnavigation a.aktiv:hover {
	text-decoration: none;
}
.buttonclose {
	position: relative;
	float: right;
	text-align: right;
	width: 766px;
	height: 32px;
	line-height: 32px;
	background-image: url(bilder/button-close.png);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 40px 0 0;
	margin: 0 0 15px 0;	
}

.csc-textpic-caption{
	font-size:12px;
	margin:5px 0 0 0;
}

#inhaltwrap .DIN-bold{
	font-family: 'DIN Next W01 Bold', sans-serif;
}
.rechtsbuendig{
	text-align:right;
}

#inhaltwrap .tx-simplefilebrowser-pi1 a{
	font-size:14px;
	text-decoration:none;
}
#inhaltwrap .tx-simplefilebrowser-pi1 a:hover{
	text-decoration:none;
	color:#666666;
}

#inhaltwrap .tx-comments-comments{
	
}
#inhaltwrap .tx-comments-comment-head{
	position:relative;
	display:inline;
	float:left;
	width:100%;
	text-align:right;
}

#inhaltwrap .tx-comments-comment, #inhaltwrap .tx-comments-no-comments{
	
	padding:10px 0 10px 0;
	
	margin:30px 0 15px 0;
	font-size:14px;
}
#inhaltwrap .tx-comments-comment-form{
	font-size:15px;
}





#inhaltwrap .tx-comments-comment-form input{
	font-family: 'DIN Next W01 Regular', sans-serif;
	width:300px;
	padding:3px;
}
#inhaltwrap .tx-comments-comment-form textarea{
	font-family: 'DIN Next W01 Regular', sans-serif;
	width:300px;
	padding:3px;
}

#inhaltwrap .tx-comments-comment-form .comsub{
	font-family: 'DIN Next W01 Regular', sans-serif;
	width:150px;
	padding:5px 20px 5px 20px;
	border:1px solid #9c9c9c;

}

#inhaltwrap .fb-like{
	margin:0 0 20px 0;
}

#inhaltwrap .tx-ratings { position: relative; float:left; display:inline; margin: 0; width:250px;  padding-top:16px;}
#inhaltwrap .shareicons { position: relative; float:right; display:inline; margin: 0; width:250px; text-align:right;}
#inhaltwrap .sharebar { position: relative; float:left; display:inline; width:100%;clear:both;margin:10px 0 10px 0;}
#inhaltwrap .tx-ratings-text { color: #ccc; }

#inhaltwrap .rkergebnisse{
	padding:15px;
	background-color:#FFF;
}
#inhaltwrap .rkergebnisse ul{
	
	
}
#inhaltwrap .rkergebnisse li{
	list-style-type:none;
	padding:5px 0 5px 5px;
	border-top:1px solid #000;
	/*background-image:url(bilder/apfeil.gif);
	background-repeat:no-repeat;
	background-position:5px 8px;*/
}
#inhaltwrap .rkergebnisse li:hover{
	background-color:#F3F0EC;
}

#inhaltwrap .rkergebnisse li a,#inhaltwrap .rkergebnisse li a:hover{
	color:#000;
	text-decoration:none;
}

#inhaltwrap table.legende {
	font-size:13px;
	margin:0 0 20px 0;
}
#inhaltwrap table.legende td{
	padding:2px;
}

#elemholz{
	position:relative;
	float:left;
	display:inline;
	width:546px;
	background-color:#DDD8D3;
	padding:15px;
	font-size:15px;
}
#elemprofile{
	position:relative;
	float:left;
	display:inline;
	width:600px;
	background-color:none;
	padding:15px 0 15px 0;
	overflow:auto;
}
#elemprofile .elemprofilehead{
	position:relative;
	float:left;
	display:inline;
	width:600px;
	clear:both;
	margin:0 0 10px 0;
	font-size:15px;
}
#elemprofile .elemprofilehead .gruen{
	color:#00946D;
	font-weight:bold;
	font-family: 'DIN Next W01 Regular', sans-serif;
	font-style:normal;
	letter-spacing:normal;
	
}
#elemholz .ehleft{
	position:relative;
	float:left;
	display:inline;
	width:273px;
}
#elemholz .ehright{
	position:relative;
	float:right;
	display:inline;
	width:273px;
}
#elemholz .elemholzel{
	cursor:pointer;
	padding:0 0 0 30px;
	background-image:url(bilder/pfeil_holzelem.png);
	background-repeat:no-repeat;
	background-position: 0 3px;
	color:#000;

}
#elemholz .aktiv{
	color:#00946D;
	font-weight:bold;
}

#elemholz .elemholzel:hover{
	color:#F3F0EC:
}

#elemprofile a.profreflink{
	color:#00946D;
}


#hidcontent{
	display:none;
}

.tx-powermail fieldset {
    margin: 10px 0 10px 0;
	padding:8px;
	border:1px solid #efebe3;
}

.tx-powermail .powermail_fieldset {
    clear: left;
	border: none;
    padding: 4%;
    margin: 0 0 20px 0;
    background: #fff;
}
.tx-powermail .powermail_fieldset .powermail_field {
    width: 100%;
    padding: 5px;
    margin: 7px 0 12px 0;
    border: none;
    color: #333;
    float: left;
    font-size: inherit;
    background-color: #efebe3;
}
.tx-powermail .powermail_fieldset .powermail_field.powermail_submit {
    width: auto;
    height: 34px;
    background-color: #00834b;
    color: #fff;
    font-family: 'DIN Next W02 Light', sans-serif;
    font-size: 1em;
    padding: 2px 2%;
    border: none;
	text-align: left;
    margin: 0;
	float: right;
	color: #fff;
}
.tx-powermail .powermail_fieldset .powermail_field.powermail_submit:hover {
	color: #efebe3;
	cursor:pointer;
}
li.parsley-required, li.parsley-custom-error-message{
	color:#900;
	list-style-type:none;
	float:right;
	line-height:5px;
}
.tx-powermail .parsley-error{
	border:1px solid #900 !important;
}







