@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6, table, ul {
    -webkit-text-size-adjust: none; /*Schriftgröße beim Drehen beibehalten*/
}
html {
	overflow-y: scroll;
}
body {
	background: #d7cdbd;
	color: #666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
img,
a img {
	border: 0;
}
.linksumfliessend {
	float: left;
	margin: 0 15px 10px 0;
}
.rechtsumfliessend {
	float: right;
	margin: 0 0 10px 15px;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.error {
	color: red;
	font-weight: bold;
}


/* Links
----------------------------------------------- */
a,
a:visited {
	color: #666;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #313a47;
	text-decoration: none;
}
a.pdtlink,
a:visited.pdtlink {
	color: #666;
	text-decoration: none;
}
a:hover.pdtlink {
	color: #313a47;
	text-decoration: none;
}
a.pdtlink span,
a:visited.pdtlink span {
	text-decoration: underline;
}
a:hover.pdtlink span {
	text-decoration: none;
}
a.h4a,
a:visited.h4a {
	color: #313a47;
	text-decoration: none;
}
a:hover.h4a {
	color: #313a47;
	text-decoration: none;
}


/* Typo
----------------------------------------------- */
h1, h2, h3, h4 {
	clear: both;
	color: #333;
	line-height: normal !important;
	margin: 0;
	padding: 0;
}
h1 {
	/*background: url(gfx/greydot.png) repeat-x 0 50%;*/
	border-bottom: 1px solid #e9e9e9;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 22px 0;
	padding: 0 0 8px 0;
	width: 100%;
}
/*h1 span {
	background: #fff;
	padding-right: 8px;
}*/
h2, h3, h4 {
	border-bottom: 1px solid #e9e9e9;
	font-size: 14px;
	margin: 0 0 14px 0;
	padding: 0 0 8px 0
}
h3.formh3 {
	border-bottom: 1px solid #d7cdbd;
	margin-top: 5px;
	width: 100%;
}
p {
	margin: 0 0 14px 0;
	padding: 0;
}
p.sresults {
	border-top: 1px solid #e9e9e9;
	margin: 30px 0 0 0;
	padding: 8px 0 0 0;
}
#sidebar p {
	margin: 0 0 30px 0;
	padding: 0;
}
ul {
	margin: 0 0 1em 15px;
	padding: 0;
}
ul li {
	margin: 0;
	padding: 0;
}

/* Layout
-----------------------------------------------*/ 
#wrapper {
	background: #fff;
	margin: 25px auto;
	padding: 0;
	text-align: left;
	width: 1000px;
	-webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .25);
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .25);
}
#wrapper:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */
#header {
	float: left;
	height: 132px;
	margin: 0;
	padding: 0;
	width: 100%;
}
p.logo {
	float: left;
	margin: 25px 0 0 0;
	padding: 0;
}
p.slogan {
	color: #313a47;
	float: left;
	font-size: 24px;
	line-height: 28px;
	line-height: 28px;
	margin: 52px 0 0 95px;
	padding: 0;
	text-transform: uppercase;
}
div.call {
	background: url(gfx/call.jpg) no-repeat right top;
	display: block;
	float: right;
	margin: 12px 0 0 0;
	padding: 0 103px 0 0;
	text-align: right;
	width: 220px;
	min-height: 100px;
	height: auto !important;  /*moderne Browser*/
	height: 100px;  /*IE*/
}
div.catalog {
	display: block;
	float: left;
	margin: 25px 0 0 0;
	padding: 0 0 0 260px;
	text-align: left;
	width: 200px;
}
div.catalog img {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
div.catalog span {
	display: block;
	padding-top: 26px;
}
div.catalog a {
	color: #313a47;
	text-decoration: none;
}
div.catalog a:hover {
	color: #666;
	text-decoration: none;
}
p.hotline,
p.ordernumber,
p.ordermail,
p.ordertime {
	margin: 0;
	padding: 0;
}
p.hotline {
	color: #666;
	font-weight: bold;
	font-size: 18px;
	padding-top: 8px;
	text-transform: uppercase;
}
p.ordernumber {
	color: #313a47;
	font-size: 21px;
	font-weight: bold;
	/*letter-spacing: -1px;*/
}
p.ordermail {
	font-size: 20px;
	font-weight: bold;
}
p.ordertime {
	font-size: 16px;
	font-weight: normal;
	padding-top: 3px;
}
a.omlink,
a.omlink:visited {
	color: #313a47;
	text-decoration: none;
}
a.omlink:hover {
	color: #666;
	text-decoration: none;
}
#navigation {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#container {
	float: left;
	margin: 0 30px;
	padding: 0 0 30px 0;
	width: 940px;
}
#content {
	float: left;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	width: 100%;
	min-height: 300px;
	height: auto !important;  /*moderne Browser*/
	height: 300px;  /*IE*/
}
#text {
	float: right;
	margin: 0 0 0 40px;
	/*float: left;
	margin: 0 40px 0 0;*/
	padding: 0 0 20px 0;
	width: 680px;
}
ul.colorlist,
ul.biglist {
	float: left;
	margin: 0 0 18px -16px;
	padding: 0;
	width: 696px;
}
ul.colorlist li,
ul.biglist li {
	float: left;
	list-style: none;
	margin: 0 0 10px 16px;
	padding: 0;
	text-align: center;
	width: 100px;
}
ul.biglist li {
	width: 158px;
}
ul.colorlist li img,
ul.biglist li img {
	display: block;
}
.box {
	background: #f8f5f2;
	border: 1px solid #d7cdbd;
	float: left;
	line-height: 18px;
	margin: 0 0 20px 0;
	padding: 10px 15px 10px 10px;
	width: 653px;
}
.listbox {
	float: left;
	line-height: 18px;
	margin: 0 0 20px 0;
	width: 100%;
}
.listbox a,
.listbox a:visited {
	background: #f8f5f2;
	border: 1px solid #d7cdbd;
	color: #666;
	display: block;
	float: left;
	padding: 10px 15px 10px 10px;
	text-decoration: none;
	width: 653px;
}
.listbox a:hover {
	background: #f5f2ee;
	border: 1px solid #d7cdbd;
	-webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .25);
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .25);
	color: #333;
	text-decoration: none;
}
.lbhead {
	display: block;
}
.listbox a .lbhead,
.listbox a:visited .lbhead {
	color: #333;
	font-size: 14px;
}
.lbprice {
	float: right;
}
.listbox a .lbprice,
.listbox a:visited .lbprice {
	text-decoration: underline;
}
.listbox img {
	float: left;
	margin: 0 10px 0 0;
}
.dprice {
	background: #f8f5f2;
	border: 1px solid #d7cdbd;
	clear: both;
	float: left;
	font-size: 24px;
	margin-bottom: 20px;
	padding: 15px 20px 0 20px;
	width: 638px;
}
.dprice p {
	margin: 0 0 20px 0;
	padding: 0;
}
.pricetab {
	font-size: 14px;
}


#sidebar {
	float: left;
	margin: 0;
	padding: 4px 0 20px 0;
	text-align: left;
	width: 220px;
}
#sidebar p.cathead {
	border-bottom: 1px solid #e9e9e9;
	color: #333;
	float: left;
	font-size: 14px;
	margin: 0 0 7px 0;
	padding: 0 0 5px 0;
	width: 220px;
}
p.cathead span {
	background: #fff;
	padding-right: 8px;
}
#sidebar p.cathead2 {
	background: #313a47 url(gfx/bg_nav2.png) repeat-x left bottom;
	color: #fff;
	float: left;
	font-size: 14px;
	margin: 0;
	padding: 8px 10px;
	width: 200px;
}
.box3 {
	float: left;
	margin: 0 29px 29px 0;
	text-align: left;
	width: 294px;
}
.box4 {
	float: left;
	margin: 0 20px 20px 0;
	text-align: left;
	width: 220px;
}
.lastbox {
	margin-right: 0;
}
#footer {
	background: #f5f2ee;
	/*border-top: 1px solid #d7cdbd;*/
	border-bottom: 1px solid #fff;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
#footer p {
	margin: 0;
	padding: 0;
}

/* Suche
-----------------------------------------------*/
#suche {
  float: right;
  height: 30px;
  margin: 13px 28px 0 0;
  padding: 0;
  width: 200px;
}
#suche form {
  border: none;
  margin: 0;
  padding: 0;
}
#suche .searchfield {
  background: #e0ddd8 url(gfx/bg_searchfield.png);
  border: none;
  color: #666;
  height: 30px;
  float: left;
  font-family: inherit;
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 5px;
  width: 166px;
}
#suche .suchbutton {
  background: #ebe8e3 url(gfx/bg_searchbutton.png);
  border: none;
  float: left;
  height: 30px;
  padding: 0;
  width: 29px;
}


/* Basic jQuery Slider essential styles
-----------------------------------------------*/
#bjqslider {
	float: left;
	margin: 0 0 60px 0;
	padding: 0;
	width: 100%;
}
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

ul.bjqs-controls.v-centered li a {
    background: #353f4c;
    border: 1px solid #353f4c;
    border-radius: 25px;
    color: #fff;
    display: block;
display: none;
    margin: 0 8px;
    line-height: 30px;
    text-decoration: none;
    width: 30px;
    height: 30px;
    text-align: center;
}
ul.bjqs-controls.v-centered li a:hover{
    background: #4d5664;
    border: 1px solid #353f4c;
    color: #fff;
}
ol.bjqs-markers li a {
    background:#d7cdbd;
    border: 1px solid #d7cdbd;
    border-radius: 12px;
    color:#83796a;
    margin:5px;
    line-height: 12px;
    text-decoration: none;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #fff;
}
p.bjqs-caption{
	background: rgba(255,255,255,0.8);
}


/* Galerie
-----------------------------------------------*/
#gallery {
	height: 430px;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#slideshow {
	float: left;
	margin: 0;
	padding: 0;
	width: 540px;
}
#slideshow img {
	float: left;
}
ul#thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul#thumbs li {
	float: right;
	padding: 0;
	margin: 0 0 5px 0;
	list-style: none;
}
ul#thumbs a,
ul#thumbs a:visited {
	margin: 0;
	padding: 0;
	display: block;
}
ul#thumbs img {
	border: none;
	display: block;
	float: left;
}
#thumbs-adv {
	float: right;
	height: 430px;
	margin: 0;
	padding: 0;
	/*overflow-y: scroll;*/
	overflow: hidden;
	width: 140px;
}

/* Slider
-----------------------------------------------*/
ul.ui-tabs-nav {
float: right;
	background: #b09c7b;
	border-left: 4px solid #fff;
	left: 642px; 
	line-height: 26px; 
	list-style: none; 
	margin: 4px 0 0 0;
	padding: 0;
	text-align: right;
	text-transform: uppercase; 
	top: 0;
	width: 294px; 
}
ul.ui-tabs-nav li {  
	border-bottom: 4px solid #fff;
	font-size: 15px;
}
ul.ui-tabs-nav li strong {
	font-size: 28px;
	letter-spacing: -1px;
}
li.ui-tabs-nav-item a {/*On Hover Style*/ 
	color: #fff;
	display: block; 
	height: 65px;
	padding: 20px 13px 13px 0; 
	text-decoration: none;
}
li.ui-tabs-nav-item a:hover { 
	background: #313a47; 
}
li.ui-tabs-selected, #featured li.ui-tabs-active { 
	background: #313a47; 
}
.ui-tabs-panel a.info { 
	height:302px;
	width: 642px;
}



/* Formulare
----------------------------------------------- */
.musterbox {
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	width: 217px;
}
.musterbox img {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
#kontaktform,
#frachtrechner {
	background: #f8f5f2;
	border: 1px solid #d7cdbd;
	float: left;
	margin: 10px 0 0 0;
	padding: 15px;
	text-align: left;
	width: 651px;
}
#frachtrechner {
	margin: 0 0 20px 0;

}	
p.pformleft,
p.pformright {
	float: left;
	margin: 0 0 13px 0;
	padding: 0;
	width: 330px;
}
p.pformright {
	width: 320px;
}
label.stdlabel,
label.largelabel {
	cursor: pointer;
	float: left;
	text-align: left;
	width: 75px;
}
label.largelabel {
	width: 125px;
}
input.standard,
input.smallinput,
input.mediuminput,
textarea.standard {
	border: 1px solid #d7cdbd;
	font-family: inherit;
	font-size: 1em;
	padding: 2px 0;
	width: 400px;
}
input.smallinput {
	width: 50px;
}
input.mediuminput {
	width: 243px;
}
label.ckb {
	display: inline;
	float: none;
	width: auto;
}
textarea.standard {
	height: 160px;
	width: 574px;
}
.button {
	float: left;
}
.required {
	float: right;
}

/* Tabellen
-----------------------------------------------*/
.stdtable {
	border: solid #e0e0e0;
	border-width: 0 1px 1px 0;
	margin: 0 0 25px 0;
	padding: 0;
}
.stdtable th,
.stdtable td {
	border: solid #e0e0e0;
	border-width: 1px 0 0 1px;
	margin: 0;
	padding: 6px 8px;
	vertical-align: top;
}
.stdtable th {
	background: #f8f5f2;
}
.datatable {
	border: none;
	margin: 20px 0 30px 0;
	padding: 0;
	width: 100%;
}
.datatable th,
.datatable td {
	border: none;
	border-width: 1px 0 0 1px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.datarow {
	width: 130px;
}

/* Navigationen
-----------------------------------------------*/
ul#menu {
	background: #313a47 url(gfx/bg_nav2.png) repeat-x left bottom;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul#menu li {
	background: url(gfx/nav_sep.png) no-repeat right center;
	float: left;
	font-size: 12px;
	line-height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu li a,
ul#menu li a:visited {
	color: #efefef;
	display: block;
	float: left;
	line-height: 40px;
	margin: 0 1px 0 0;
	padding: 0 13px;
	text-decoration: none;
	text-transform: uppercase;
}
ul#menu li a:hover {
	background: #313a47;
	color: #fff;
	text-decoration: none;
}
ul#menu li a.selected,
ul#menu li a:visited.selected {
	/*background: #313a47 url(gfx/active.png) no-repeat center bottom;*/
	background: #313a47;
	color: #fff;
}
/*breadcrumb*/
p#breadcrumb {
	color: #999;
	float: left;
	font-size: 11px;
	margin: 30px 0 15px 0;
	padding: 0;
}
#breadcrumb a,
#breadcrumb a:visited {
	background: url(gfx/bcarrow.png) no-repeat 0 50%;
	color: #999;
	margin-left: 4px;
	padding-left: 8px;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #333;
	text-decoration: none;
}
/*sidebar*/
#sidebar ul#mainsubnav {
	background: #f8f5f2;
	border: 1px solid #d7cdbd;
	float: left;
	margin: 0 0 30px 0;
	padding: 0;
	width: 218px;
}
#sidebar ul#mainsubnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 218px;
}
#sidebar ul#mainsubnav li a,
#sidebar ul#mainsubnav li a:visited {
	background: url(gfx/bg_sidenav.png) no-repeat 8px 8px;
	color: #666;
	display: block;
	float: left;
	line-height: 20px;
	padding: 3px 0 3px 21px;
	text-decoration: none;
	width: 187px;
}
#sidebar ul#mainsubnav li a:hover {
	background: url(gfx/bg_sidenav_on.png) no-repeat 8px 8px;
	color: #333;
	text-decoration: none;
}
#sidebar ul#mainsubnav li a.selected,
#sidebar ul#mainsubnav li a:visited.selected {
	background: url(gfx/bg_sidenav_on.png) no-repeat 8px 9px;
	color: #333;
	font-weight: bold;
}
/*sidebar 2nd level*/
#sidebar ul#mainsubnav ul {
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 218px;
}
#sidebar ul#mainsubnav ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 218px;
}
#sidebar ul#mainsubnav ul li a,
#sidebar ul#mainsubnav ul li a:visited {
	background: url(gfx/bg_sidenav.png) no-repeat 27px 8px;
	color: #666;
	display: block;
	float: left;
	line-height: 20px;
	padding: 3px 0 3px 40px;
	text-decoration: none;
	width: 168px;
}
#sidebar ul#mainsubnav ul li a:hover {
	background: url(gfx/bg_sidenav_on.png) no-repeat 27px 8px;
	color: #333;
	text-decoration: none;
}
#sidebar ul#mainsubnav ul li a.selected,
#sidebar ul#mainsubnav ul li a:visited.selected {
	background: url(gfx/bg_sidenav_on.png) no-repeat 27px 9px;
	color: #333;
	font-weight: bold;
}

/*weitere subnav*/
#sidebar ul {
	float: left;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: left;
	width: 220px;
}
#sidebar ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 220px;
}
#sidebar ul li a,
#sidebar ul li a:visited {
	background: url(gfx/bg_sidenav.png) no-repeat 0 8px;
	color: #666;
	display: block;
	float: left;
	line-height: 20px;
	padding: 3px 0 3px 13px;
	text-decoration: none;
	width: 197px;
}
#sidebar ul li a:hover {
	background: url(gfx/bg_sidenav_on.png) no-repeat 0 8px;
	color: #333;
	text-decoration: none;
}

#sidebar ul li a.selected,
#sidebar ul li a:visited.selected {
	background: url(gfx/bg_sidenav_on.png) no-repeat 0 9px;
	color: #333;
	font-weight: bold;
}

/*sidebar 2nd level*/
#sidebar ul ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 220px;
}
#sidebar ul ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 220px;
}
#sidebar ul ul li a,
#sidebar ul ul li a:visited {
	background: url(gfx/bg_sidenav.png) no-repeat 20px 8px;
	color: #666;
	display: block;
	float: left;
	line-height: 20px;
	padding: 3px 0 3px 33px;
	text-decoration: none;
	width: 177px;
}
#sidebar ul ul li a:hover {
	background: url(gfx/bg_sidenav_on.png) no-repeat 20px 8px;
	color: #333;
	text-decoration: none;
}

#sidebar ul ul li a.selected,
#sidebar ul ul li a:visited.selected {
	background: url(gfx/bg_sidenav_on.png) no-repeat 20px 9px;
	color: #333;
	font-weight: bold;
}

/*footer*/
#footer ul {
	float: left;
	font-size: 11px;
	margin: 16px 0 16px 18px;
	padding: 0;
}
#footer ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li a,
#footer ul li a:visited {
	color: #666;
	display: block;
	float: left;
	line-height: 20px;
	padding: 0 12px;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #333;
	text-decoration: none;
}


/* (c) sbihl.de 10/2012 */