body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background: url(/images/wood-bg.jpg) no-repeat fixed 0 0;
}

.clear {clear:both;}
input.text, textarea {width: 210px;}

#printheader {display: none;}
#maincontainer {
	width: 980px;
	margin: 0px auto;
	text-align:left;
	background-color: #fff;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#maincontent {width: 785px;float: left;}
#socialbar {float: left;width: 195px;}
#slideshow {width: 195px;height: 82px;margin-top:195px;}
.addthis_toolbox {
	background: url(/images/rgba_black_30.png) repeat 0 0;
	background: rgba(0,0,0,0.3);
	height: 28px;
	line-height: 28px;
	color: #fff;
	text-align: right;
}
.addthis_toolbox .at300b, .addthis_toolbox .at300m {padding-top: 5px !important;}


#header {
	width:785px;
	height: 128px;
	background: url(/images/claim.png) no-repeat right 5px;
}

#search {float: left;height: 33px;width: 620px;background: rgba(0,0,0,0.3);}
#search fieldset {border: 0;padding: 0;margin: 0;}

#ajaxSearch_input {height:15px;width: 110px; border:1px solid #fff;color: #573f39;padding: 0;margin: 0;font-size: 11px;}
#ajaxSearch_submit {width: 12px;height: 17px;background: url(/images/search-btn.png) no-repeat 0 0;border:none;margin: 0;padding: 0;}

#lang {float: left;height: 33px;width: 165px;clear: right;background: rgba(0,0,0,0.3);color: #fff;text-align: right;font-size: 11px;}
#lang a {color: #fff;}

	/*
Top Navigation 
-------------------------------------------------
*/
#navigation {
	width: 785px;
	height: 40px;
	clear: both;
	background: url(/images/nav-bg.png) no-repeat 0 0;
	z-index: 500;
	position: relative;
}

 /* common styling */

#navigation ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}
#navigation ul li {
	float:left;
	position:relative;
}



#navigation ul li ul {
	display: none;
}


/*
1. Stufe
*/

#navigation ul li a, #navigation ul li a:visited {
	display:block; 
	text-decoration:none; 
	color: #fff;
	width:120px;
	padding: 0 0 0 9px;
	font: normal 16px arial;
	background: url(/images/rgba_black_70.png) repeat 0 0;
	background: rgba(0,0,0,0.7);
	line-height:30px;
	margin-right: 2px;
}

#navigation ul li:hover a,
#navigation ul li a:hover,
#navigation ul li.current a {
	color: #000;
	background: url(/images/rgba_white_40.png) repeat 0 0;
	background: rgba(255,255,255,0.4);
}

#navigation ul li.last a {margin-right: 0;}

#navigation ul li:hover ul,
#navigation ul li a:hover ul {
	display:block; 
	position:absolute;
	left:5px; 
	width:260px;
	top:27px;
}


#navigation ul li:hover ul li ul,
#navigation ul li a:hover ul li a ul {
	visibility:hidden; 
	position:absolute; 
	height:0; 
	width:260px;
}

/*
2. Stufe
*/

#navigation ul li:hover ul li a,
#navigation ul li a:hover ul li a {
	display:block; 
	padding: 0 0 0 5px;
	margin: 0px 0 0 0;
	font: 11px/20px arial, helvetica, sans-serif;
	color: #fff;
	background: url(/images/rgba_black_70.png) repeat 0 0;
	background: rgba(0,0,0,0.7);
	text-decoration: none;
	width: 255px;
}

#navigation ul li:hover ul li a:hover,
#navigation ul li a:hover ul li a:hover {
	color: #fff;
	background: url(/images/rgba_grey_70.png) repeat 0 0;
	background: rgba(105,105,105,0.7);
}

#navigation ul li:hover ul li:hover ul,
#navigation ul li a:hover ul li a:hover ul {
	visibility:visible;
	position:absolute;
	left:261px;
	top:0;
	width:260px;
}

/*
3. stufe
*/

#navigation ul li:hover ul li:hover ul li a,
#navigation ul li a:hover ul li a:hover ul li a {
	background: url(/images/rgba_black_70.png) repeat 0 0;
	background: rgba(0,0,0,0.7);
}

#navigation ul li:hover ul li:hover ul li:hover a,
#navigation ul li a:hover ul li a:hover ul li a:hover {
	background: url(/images/rgba_grey_70.png) repeat 0 0;
	background:rgba(105,105,105,0.7);
	color:#fff;
}

	
	/*
 * breadcrumbs
 */


#breadcrumbs {
	clear:both;
	font-size: 10px;
	padding:10px 0 0 10px;
	}

.content {
	width: 785px;
	min-height: 520px;
}
#contentText {width: 765px;padding: 15px 0 0 10px;}


/* Produktauflistung */
#productlist #contentText {
	width:754px;
	height: 513px;
	background: url(/images/contenttext-bg-shadow.png) no-repeat 0 0;
	padding: 15px 11px 16px 10px;
}

#productlist #category {float: left;width: 345px;overflow-y: auto;height: 510px;}
#productlist #category ul {margin: 0;padding: 0;list-style: none;}
#productlist #category li a {line-height: 20px;border-top:1px solid #000;padding-left: 15px;width: 310px;display: block;text-decoration: none;}
#productlist #category li a:hover, #productlist #category li.current a {color: #fff;background: url(/images/arrow-white.png) no-repeat 5px center #a6a6a6;}
#productlist #category li.last a {border-bottom: 1px solid #000;}
#productlist #product {float: left;width: 380px;height:510px;margin-left: 22px;overflow-y: auto;background: url(/images/holzspan.jpg) no-repeat bottom right;}
#productlist #product ul {margin: 0;padding: 0;list-style: none;}
#productlist #product li {width: 350px;border-top: 1px solid #000;min-height: 60px;background-color: #fff;}
#productlist #product img {float: left;}
#productlist #product div.desc {float: left;width: 170px;}
#productlist #product div a {background: url(/images/arrow-black.png) no-repeat left center;padding-left: 8px;clear: both;}

#productlist #productDesc {float: left;width: 380px;height:510px;margin-left: 22px;overflow-y: auto;background: url(/images/holzspan.jpg) no-repeat bottom right;}
#productlist #productDesc li {background-color: #fff;}



/* Produktdetail */
#product #contentText {
	width:754px;
	height: 513px;
	background: url(/images/contenttext-bg-white.png) no-repeat 0 0;
	padding: 15px 11px 16px 10px;
}
#product #productmeta {float: left;width: 310px;}
#product #productimg {height: 310px;}

#product #producttab {float: left;width: 415px;margin-left: 25px;height: 510px;}
/* TABS */


#tabs ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	display: block;
	height: 20px;
}

#tabs ul li {
	float: left;
}

#tabs ul li a {
	padding: 0px 5px 0 5px;
	display: block;
	text-decoration: none;
	font-size: 12px;
	height: 12px;
	line-height: 12px;
	color: #f89a1f;
	font-weight: bold;
	border-left: 1px solid #000;
}

#tabs ul li.first a {padding-left: 0;border-left: none;}
#tabs ul li a:hover {
	display: block;
	color: #000;
}

#tabs ul li a.active {color: #000;}

.tab {padding: 10px 0 0 0;}
.tabs-container {
	height: 490px;
	overflow-y: auto;
}

 /* Stichliste */
table.stichliste {border: 0;vertical-align: top;border-spacing: 0;}
table.stichliste td {border-bottom: 1px solid #000;padding: 0;margin: 0;}
table.stichliste td p {margin: 0;padding: 0;}



/* Text- und Bildspalte */
#textimg #contentText {margin: 0 10px 0 0px;}
#textimg #textcol {float: left;width: 500px;}
#textimg #imgcol {float: left;width: 242px;margin-left: 10px;}

/* Vertriebspartner */
#dealerlist #contentText {
	width:754px;
	height: 513px;
	background: url(/images/contenttext-bg-shadow.png) no-repeat 0 0;
	padding: 15px 11px 16px 10px;
}

#dealerlist #country {float: left;width: 345px;overflow-y: auto;height: 510px;}
#dealerlist #country ul {margin: 0;padding: 0;list-style: none;}
#dealerlist #country li a {line-height: 20px;border-top:1px solid #000;padding-left: 15px;width: 310px;display: block;text-decoration: none;}
#dealerlist #country li a:hover, #dealerlist #country li.current a {color: #fff;background: url(/images/arrow-white.png) no-repeat 5px center #a6a6a6;}
#dealerlist #country li.last a {border-bottom: 1px solid #000;}
#dealerlist #dealer {float: left;width: 380px;height:510px;margin-left: 22px;overflow-y: auto;background: url(/images/dealer-worldmap.jpg) no-repeat center 250px;}
#dealerlist #dealer ul {margin: 0;padding: 0;list-style: none;}
#dealerlist #dealer li {width: 350px;border-bottom: 1px solid #000;min-height: 60px;background-color: #fff;padding: 10px 0;}
#dealerlist #dealer a {background: url(/images/arrow-black.png) no-repeat left center;padding-left: 8px;clear: both;}





/* Newsflash, startseite */
#newsflash {width: 653px;height: 251px;position: relative;background-position: 0 0;background-repeat: no-repeat; overflow: hidden;}
#slider {width: 230px;height: 251px;position: absolute; left: -210px; background: #f89a1f;cursor: pointer;}
#slider ul {float: left;margin: 0;padding: 0;width: 210px;height: 251px;list-style: none;}
#slider li {border-bottom:1px solid #fff;height: 75px;padding: 4px 0 4px 6px;color: #fff;}
#slider li p:hover {color: #000;}
#slider li img {float: left;width: 78px;}
#slider li p {float: left;width: 110px;margin-left: 8px;}
#slider #arrow {float: left;width: 20px;height: 251px;}
#slider .in {background: url(/images/newsflash-arrow-in.jpg) no-repeat 0 0;}
#slider .out {background: url(/images/newsflash-arrow-out.jpg) no-repeat 0 0;}
.newstext {width: 380px;height: 50px;padding:10px;background:url(/images/rgba_black_70.png) repeat 0 0; background: rgba(0,0,0,0.7);color: #fff;position: absolute;bottom: 0;right: 0;display: none;}
.newstext a {color: #fff;}
.newstext h3 {font-size: 16px;font-weight: bold;margin: 0 0 5px 0;}

#home h1 {margin-left: 10px;}
#home h2 {font-size: 12px;font-weight: bold;margin: 0;}
#home #contentText {margin: 20px 0 0  260px;width: 255px;float: left;padding:0;}
#home #contentVideo {float: left;margin: 20px 0 0 10px;}
#home #contentVideo a {display: block;height: 170px;width: 234px;}


#footer {
	width: 980px;
	margin: 0px auto;
	text-align: left;
	background: url(/images/rgba_black_45.png) repeat 0 0;
	background: rgba(0,0,0,0.45);
}
#footer, #footer a, #footer a:hover {color: #fff;}
#footer .footerp {border-bottom: 1px solid #b1a69c;padding: 10px 15px;}
#footer .footerp+.last {border-bottom: none;}
#footer * {font-size: 11px;}
.footernavigation ul {margin: 0; padding: 0;list-style: none;}
.footernavigation li {margin: 0 6px 4px 0;padding: 0 6px 0 0;list-style: 0;display: inline;float: left;border-right: 1px solid #fff;line-height: 11px;}
.footernavigation a {text-decoration: none;}

