@font-face {
    font-family: 'opensans';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#myriad_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'OpenSans-Light';
    src: url('fonts/OpenSans-Light.eot');
    src: url('fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
* {margin: 0;padding: 0;}
body{min-width:1002px;}
a,
a:active,
a:visited{color:#000;outline:none;text-decoration:none;}
a:hover{text-decoration:underline;}
a:active{background:transparent;}
p {margin: 0 0 20px;}
img{border-style:none;}
input,textarea,select{font:12px/18px  Helvetica, sans-serif;vertical-align:middle;margin:0;padding:0;outline:none;}
form,fieldset{margin:0;padding:0;border-style:none;}
q{quotes:none;}
q:before{content:''}
q:after{content:''}
#body_ebay{
	font:12px/20px 'opensans', Helvetica, sans-serif;
	color:#000;
	width: 100%;
	text-align:center;
	min-width:980px;
	background:#fff url(images/bg.jpg) repeat 0 0;
}
#mbody{width:100%;background: url(images/bg.png) no-repeat 50% 0;}
.wrapper{width:100%;position:relative;z-index:100;}
#mainwidth{width:980px;margin:0 auto;text-align:left;z-index: 1;}
#mainwidth:after{content:'';display:block;clear:both;}

/* header*/
#header{overflow:hidden;width:100%;margin-bottom:20px;padding-top:20px;}
#sitemainlogo{
	float:left;
	width:80px;
	height:144px;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
	background: url(images/logo.png) no-repeat 0 0;
}
.toplinks{float:right;margin-bottom:77px;}
.toplinks a{
    font:12px/18px 'opensans', Arial, Helvetica, sans-serif;
	float:left;
	margin-left:10px;
	padding:0 0 0 20px;
	color:#0080ff;
	background:url(images/mail.gif) no-repeat 4px 4px;
}
.toplinks a:hover{color:#ff7f00;text-decoration:none;background:url(images/mail-hover.gif) no-repeat 4px 4px;}
* html .toplinks a{z-index: expression( runtimeStyle.zIndex = 1, this == parentNode.firstChild ? (className += ' first-child') : 0 );}
.toplinks a:first-child,
.toplinks a.first-child{background:url(images/fav.png) no-repeat 2px 3px;}
* html .toplinks a:hover{z-index: expression( runtimeStyle.zIndex = 1, this == parentNode.firstChild ? (className += ' first-child') : 0 );}
.toplinks a:first-child:hover,
.toplinks a.first-child:hover{background:url(images/fav-hover.png) no-repeat 2px 3px;}
#header .facebook{float:right;margin:56px 148px 0 0;}
#header .container{float:right;width:878px;
background: #ff9a00; /* Old browsers */
background: -moz-linear-gradient(top, #ff9a00 0%, #ff6000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9a00), color-stop(100%,#ff6000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ff9a00 0%,#ff6000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ff9a00 0%,#ff6000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ff9a00 0%,#ff6000 100%); /* IE10+ */
background: linear-gradient(to bottom, #ff9a00 0%,#ff6000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a00', endColorstr='#ff6000',GradientType=0 ); /* IE6-9 */}
#search{
	float:right;
	width:290px;
	height:30px;
	margin:10px 10px 0 0;
	background:#fff;
}
#search .searchText{
	float:left;
	border:none;
	background:none;
	width:230px;
	color:#b2b2b2;
	padding:6px 10px;
}
#search .but{
	float:right;
	width:30px;
	height:30px;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	border:none;
	padding:0;
	background:url(images/search.png) no-repeat 50% 50%;
}
#search .but:hover{background:url(images/search-hover.png) no-repeat 50% 50%;}
#header .menu{
	list-style:none;
	float:left;
	width:500px;
}

#header .menu li{float:left;text-align:center;}
* html #header .menu li{z-index: expression( runtimeStyle.zIndex = 1, this == parentNode.firstChild ? (className += ' first-child') : 0 );}
#header .menu li:first-child,
#header .menu li.first-child{background:none;}
#header .menu a{text-shadow: 0px 1px 3px #000;display:block;color:#fff;font:16px/20px 'opensans', Arial, Helvetica, sans-serif;padding:15px 21px;}
#header .menu a:hover{
	text-decoration:none;
	color:#fff;
	background: #ff6000; /* Old browsers */
background: -moz-linear-gradient(top, #ff6000 0%, #ff9a00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6000), color-stop(100%,#ff9a00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ff6000 0%,#ff9a00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ff6000 0%,#ff9a00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ff6000 0%,#ff9a00 100%); /* IE10+ */
background: linear-gradient(to bottom, #ff6000 0%,#ff9a00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff9a00',GradientType=0 ); /* IE6-9 */
}

/* /header*/

/* slider*/
.slider-wrapper{height:340px;margin-bottom:20px;padding:5px;background:#fff;box-shadow: 0px 1px 2px #999;}
.nivoSlider {
    height: 340px;
    overflow: hidden;
    position: relative;
    width: 970px;
}
.nivoSlider img {
	display:none;
}
.nivo-controlNav
{
    position: relative;
    right: 0px;
    text-align: center;
    top: 3px;
    z-index: 99999;
    width:940px;
    height:14px;
}
.nivo-controlNav a {
	background:url(images/switch.gif) no-repeat;
    background-position: 0px 0;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 13px;
    line-height: 0;
    width: 14px;
}
.nivo-controlNav a.active {
	background-position: 0 -14px;
}
.nivoSlider:hover .nivo-directionNav a { opacity: 1; }



.nivo-prevNav,
.nivo-nextNav{
	display:block;
	position:absolute;
	top:145px;
	width:50px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	left:15px;
	z-index:1000;
	cursor:pointer;
	background:url(images/slider_nav.png) no-repeat 0 0;
}
.nivo-nextNav{left:auto;right:15px;background-position:0 -50px;}
.nivo-prevNav:hover{background-position:0 -150px;}
.nivo-nextNav:hover{background-position:0 -100px;}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	z-index: 6;
}
.nivo-slice {
	position:absolute;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }
/* main-holder*/

.main-holder{z-index:100;width:980px;position:relative;}
.main-holder:after{content:'';display:block;clear:both;}
/* dynamic_content main-a*/

.main_a{float:right;width:740px;}
.main_a_title{float:right;margin-right:48px;font:24px/30px 'opensans', Arial, Helvetica, sans-serif;color:#333333;}
.navigation{width:100%;margin-bottom:20px;}
.navigation:after{content:'';display:block;clear:both;}

.navigation a
{
    display:block;
    width:220px;
    height:160px;
    float:left;
    margin:0 40px 20px 0;
    box-shadow: 0px 1px 2px #999;
    background:url(images/menu.jpg);
}
.navigation a.menu1{background-position:left top;}
.navigation a.menu2{background-position:-220px top;}
.navigation a.menu3{background-position:-440px top;margin-right:0;}
.navigation a.menu4{background-position:-660px top;}
.navigation a.menu5{background-position:-880px top;}
.navigation a.menu6{background-position:right top;margin-right:0;}
.navigation a:hover.menu1{background-position:left bottom;}
.navigation a:hover.menu2{background-position:-220px bottom;}
.navigation a:hover.menu3{background-position:-440px bottom;}
.navigation a:hover.menu4{background-position:-660px bottom;}
.navigation a:hover.menu5{background-position:-880px bottom;}
.navigation a:hover.menu6{background-position:right bottom;}


/*product-slider*/
.product-slider .container{position:relative;}
.product-slider .mask{position:relative;z-index:10;width:100%;overflow:hidden;}
.product-slider .mask:after{content:'';display:block;clear:both;}
.product-slider .mask ul{width:99999px;list-style:none;}
.product-slider .mask ul:after{content:'';display:block;clear:both;}
.product-slider .mask li{float:left;margin:1px  0 3px 20px;box-shadow: 0px 1px 2px #999;width:170px;}
* html .product-slider .mask li{z-index: expression( runtimeStyle.zIndex = 1, this == parentNode.firstChild ? (className += ' first-child') : 0 );}
.product-slider .mask li:first-child,
.product-slider .mask li.first-child{margin:0;}
.product-slider .prev,
.product-slider .next{
	position:absolute;
	top:130px;
	z-index:20;
	width:30px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	left:10px;
	background:url(images/product_slider_nav.png) no-repeat 0 0;
}
.product-slider .next{left:auto;right:10px;background-position:0 -30px;}
.product-slider .prev:hover{background-position:0 -90px;}
.product-slider .next:hover{background-position:0 -60px;}
.product-description{color:#000;font:12px/20px  'opensans', Arial, Helvetica, sans-serif;overflow:hidden;margin-bottom:20px;background:#fff;}
.product-description:after {
    clear: both;
    content: "";
    display: block;
}
.product-description h2{margin:0  0 15px 0;padding:0;font:24px/30px Arial, Helvetica, sans-serif;}
.product-description h3{padding:0;margin:14px 0 13px 20px;font:16px/20px  'opensans', Arial, Helvetica, sans-serif;}
.product-description p{margin:0 16px 17px 20px;}
.product-description .container{padding:0 20px;overflow:hidden;}
.product-description .entry-content{float:right;width:350px;padding:3px 0 0;}
.product-description .price{padding:19px 0 0;margin:0 0 37px;text-align:right;font-size:18px;}
.product-description .price strong{display:block;color:#c71719;font:36px/54px  Helvetica, sans-serif;margin:0 0 5px;}
.product-description .price em{display:block;color:#808080;font:12px/16px  Helvetica, sans-serif;}
.product-description .buttons{width:100%;overflow:hidden;font-size:14px;line-height:20px;}
.product-description .buttons a{
	float:left;
	width:170px;
	text-align:center;
	margin:0 0 0 10px;
	padding:5px 0;
	-webkit-border-radius:4px;
	border-radius:4px;
	color:#fff;
}
* html .product-description .buttons a{z-index: expression( runtimeStyle.zIndex = 1, this == parentNode.firstChild ? (className += ' first-child') : 0 );}
.product-description .buttons a:first-child,
.product-description .buttons a.first-child{margin:0;}
.product-description .buttons a:hover{text-decoration:none;}
/* sidebar-a*/
.sidebar_a{margin:0 20px 0 0;float:left;width:220px;}
.side-box{
	width:218px;
	margin:0 0 20px;
	background:#fff;
}
.side-box h3{
	font:16px/18px 'opensans', Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0;
	text-shadow: 0px 1px 3px #000;
	overflow:hidden;
	padding:9px 20px 13px;
	background: #ff9a00; /* Old browsers */
background: -moz-linear-gradient(top, #ff9a00 0%, #ff6000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9a00), color-stop(100%,#ff6000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ff9a00 0%,#ff6000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ff9a00 0%,#ff6000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ff9a00 0%,#ff6000 100%); /* IE10+ */
background: linear-gradient(to bottom, #ff9a00 0%,#ff6000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a00', endColorstr='#ff6000',GradientType=0 ); /* IE6-9 */
}
.side-box .holder{
	width:100%;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}
.side-box .holder_grey{
	width:100%;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}

.filter{padding:10px;box-shadow: 0px 1px 2px #999;}
.filter a{
	text-align:center;
	display:block;
	padding-top:7px;
	width:200px;
	height:25px;
	color:#fff;
	cursor:pointer;
	font:14px/20px  'opensans', Arial, Helvetica, sans-serif;
	background: #00bdff; /* Old browsers */
background: -moz-linear-gradient(top, #00bdff 0%, #008eff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00bdff), color-stop(100%,#008eff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #00bdff 0%,#008eff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #00bdff 0%,#008eff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #00bdff 0%,#008eff 100%); /* IE10+ */
background: linear-gradient(to bottom, #00bdff 0%,#008eff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bdff', endColorstr='#008eff',GradientType=0 ); /* IE6-9 */
}
* html .filter a{width:182px;height:32px;}
.filter a:hover{
	text-decoration:none;
	background: #008eff; /* Old browsers */
background: -moz-linear-gradient(top, #008eff 0%, #00bdff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008eff), color-stop(100%,#00bdff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #008eff 0%,#00bdff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #008eff 0%,#00bdff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #008eff 0%,#00bdff 100%); /* IE10+ */
background: linear-gradient(to bottom, #008eff 0%,#00bdff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008eff', endColorstr='#00bdff',GradientType=0 ); /* IE6-9 */
}
* html .filter a:hover{width:182px;height:32px;}

.visual {width: 360px;margin:10px 0 20px;float:left;}
.visual .main {display: block;margin: 0 0 20px;box-shadow: 0px 1px 2px #999;}
.visual ul {list-style: none outside none;overflow: hidden;width: 100%;}
* html .visual li{z-index: expression( runtimeStyle.zIndex = 1, this == parentNode.firstChild ? (className += ' first-child') : 0 );}
.visual li:first-child, 
.visual li.first-child {margin: 1px 0 4px 8px;}
.visual li {height:100px;float: left;margin:1px 0 4px 20px;width: 100px;box-shadow: 0px 1px 2px #999;}

.bewertungen {font:12px/20px 'opensans', Arial, Helvetica, sans-serif;}
.bewertungen img{}
.bewertungen p{margin: 4px 0 0;}

#newsletter_a {
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding:10px 20px 20px;
    text-align: center;
}
#newsletter_a:hover{text-decoration:none;}
#newsletter_a img {vertical-align: top;margin-top:-10px;}
#newsletter_a span {
	text-align:center;
	display:block;
	padding-top:7px;
	width:200px;
	height:25px;
	margin-left:-10px;
	color:#fff;
	cursor:pointer;
	font:14px/20px  'opensans', Arial, Helvetica, sans-serif;
	background: #00bdff; /* Old browsers */
background: -moz-linear-gradient(top, #00bdff 0%, #008eff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00bdff), color-stop(100%,#008eff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #00bdff 0%,#008eff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #00bdff 0%,#008eff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #00bdff 0%,#008eff 100%); /* IE10+ */
background: linear-gradient(to bottom, #00bdff 0%,#008eff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bdff', endColorstr='#008eff',GradientType=0 ); /* IE6-9 */
}

#newsletter_a:hover span{
	text-decoration:none;
	background: #008eff; /* Old browsers */
background: -moz-linear-gradient(top, #008eff 0%, #00bdff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008eff), color-stop(100%,#00bdff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #008eff 0%,#00bdff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #008eff 0%,#00bdff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #008eff 0%,#00bdff 100%); /* IE10+ */
background: linear-gradient(to bottom, #008eff 0%,#00bdff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008eff', endColorstr='#00bdff',GradientType=0 ); /* IE6-9 */
}
/*page-two*/
/*main-nav*/

.main-nav{list-style:none;overflow:hidden;width:100%;margin:0 0 29px;}
.main-nav li{float:left;width:342px;margin:0 0 0 27px;}
* html .main-nav li{z-index: expression( runtimeStyle.zIndex = 1, this == parentNode.firstChild ? (className += ' first-child') : 0 );}
.main-nav li:first-child,
.main-nav li.first-child{margin:0;}
.main-nav a{
	display:block;
	cursor:pointer;
	font-size:18px;
	color:#000;
	text-shadow:1px 1px 1px #fff;
	border:1px solid #fff;
	text-align:center;
	padding:9px 9px 11px;
	-webkit-border-radius:6px;
	border-radius:6px;
	overflow:hidden;
}
.main-nav a:hover{
	text-decoration:none;
}
.main-nav img{display:block;border:1px solid #fff;margin:0 0 8px;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;}
.main_a h2{ 
	text-shadow: 0px 1px 3px #000;
	padding:15px 0 15px 20px;
	font:24px/30px 'OpenSans-Light', Arial, Helvetica, sans-serif;color:#fff;margin:0 0 10px;
background: #00bdff; /* Old browsers */
background: -moz-linear-gradient(top, #00bdff 0%, #008eff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00bdff), color-stop(100%,#008eff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #00bdff 0%,#008eff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #00bdff 0%,#008eff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #00bdff 0%,#008eff 100%); /* IE10+ */
background: linear-gradient(to bottom, #00bdff 0%,#008eff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bdff', endColorstr='#008eff',GradientType=0 ); /* IE6-9 */}


/*attributes*/

.attributes{margin:0 0 10px;-webkit-border-radius:5px;border-radius:5px;}
.attributes dl{margin:0;overflow:hidden;font-size:12px;padding:0 20px 1px;}
.attributes dt{font-size:16px;font-weight:bold;padding:6px 0 1px;}
.attributes dd{margin:0 0 13px;}

/*footer*/

.footer-holder{
	width:100%;
	position:relative;
	z-index:10;
	height:183px;
	margin-top:15px;
	background:url(images/footer_bg.gif) repeat-x 0 0;
}
#footerinner{width:980px;margin:0 auto;text-align:left;padding-bottom:7px;position:relative;}
#footerinner .container{width:100%;}
#footerinner .container:after{content:'';display:block;clear:both;}
#footerinner .info{float:left;width:316px;}
#footerinner .logo{
	display:block;
	width:184px;
	height:75px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 1px;
}
#footerinner .logo a{display:block;height:100%;}
.hotline{float:right;margin:33px 83px 0 0;}
.hotline span{color:#fff;font-weight:bold;font:22px/30px 'opensans', Arial, Helvetica, sans-serif;text-shadow: 1px 1px 0px #000;}
.hotline strong{color:#cc3d3d;font-weight:bold;font:22px/30px 'opensans', Arial, Helvetica, sans-serif;text-shadow: 2px 1px 1px #000;}
#botmenu{
	list-style:none;
	text-transform:uppercase;
	font-size:14px;
	padding:0 0 0 3px;
	color:#303030;
}
#botmenu li{vertical-align:top;}
#botmenu a{color:#303030;}
#footerinner .column-right{float:right;}
* html #footerinner .column{z-index: expression( runtimeStyle.zIndex = 1, this == parentNode.firstChild ? (className += ' first-column') : 0 );}
#footerinner .column:first-child,
#footerinner .first-column{margin:0 10px 0 0;}
#footerinner h3{margin:0 0 14px;font:18px/22px  Helvetica, sans-serif;}
.column_left{width:400px;font:14px/20px  'opensans', Arial, Helvetica, sans-serif;position:relative;top:70px;left:400px;width:400px;text-align:center;}
.column_left ul{display:block;margin:0 0 7px;padding:0;overflow:hidden;}
.column_left ul li{list-style:none;float:left;margin-left:15px;}
.column_left ul li a{text-decoration:none;color:#fff;font-size:12px;}
.column_left ul li a:hover{color:#fff;text-decoration:underline;}
#footerinner img.footer_logo01{
	position:absolute;
	right:0px;
	top:33px;
}
#footerinner img.footer_logo02{
	position:absolute;
	right:0px;
	top:103px;
}
.copy{color:#fff;font-size:12px;}
.design{
	float:left;
	position:relative;
	display:block;
	margin:41px 0 0 50px;
	width:183px;
	font:12px/30px 'opensans', Arial, Helvetica, sans-serif;
}
.design a{float:right;width:154px;height:87px;background:url(images/domaxa.png) no-repeat 0 0;}
.design a:hover{background:url(images/domaxa-hover.png) no-repeat 29px 0;width:200px;height:100px;margin:-16px 0 0 0px;}
.design span{float:left;color:#fff;padding:12px 6px 0;font-size:14px;}
#footerinner img.footer_img{position:absolute;top:-14px;}
.visua-container{overflow:hidden;}
.entry-content{float:right;width:360px;overflow:hidden;margin:10px 2px 0 0;box-shadow: 0 1px 2px #999999;background:#fff;}
.entry-content h3{font:16px/18px 'opensans', Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0;
	text-shadow: 0px 1px 3px #000;
	overflow:hidden;
	width:100%;
	padding:9px 20px 13px;
	background: #ff9a00; /* Old browsers */
background: -moz-linear-gradient(top, #ff9a00 0%, #ff6000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9a00), color-stop(100%,#ff6000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ff9a00 0%,#ff6000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ff9a00 0%,#ff6000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ff9a00 0%,#ff6000 100%); /* IE10+ */
background: linear-gradient(to bottom, #ff9a00 0%,#ff6000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a00', endColorstr='#ff6000',GradientType=0 ); /* IE6-9 */
}
.entry-content img{float:right;margin-bottom:20px;}
.entry-content ul{margin:0;padding:0;}
.entry-content ul li{float:left;width:100%;font:12px/18px 'opensans', Arial, Helvetica, sans-serif;margin-bottom:12px;padding-left:50px;background:url(images/arrow.png) no-repeat 20px 0;}
.impressum,.bewertungen,#newsletter_a{padding:20px;box-shadow: 0 1px 2px #999999;}
.impressum span{display:block;margin-bottom:10px;}
.bewertungen{padding-bottom:16px;}
#newsletter_a{padding-bottom:10px;}
.impressum{padding-top:16px;}
@-moz-document url-prefix() { .navigation ul li strong{height:44px;}}
* html .navigation ul li {border:none;}
* html .navigation ul li a:hover{text-decoration:none;}
* html .filter{border:none;}
* html .bewertungen{border:none;padding:20px 0 16px 0;}
* html .bewertungen img{margin-left:20px;}
* html .bewertungen p{margin-left:20px;}
* html .impressum{border:none;}
* html #newsletter_a{border:none;}
* html .product-slider .mask li{border:none;}
* html .visual .main{border:none;}
* html .visual .visual li{border:none;}
* html .entry-content{border:none;}
* html .design a:hover{background:url(images/domaxa-hover.png) no-repeat 12px 0;}
* html .filter a{width:200px;}
* html .filter a:hover{width:200px;}
* html .side-box h3{width:100%;}
* html .main_a h2{width:100%;}
* html .main-nav a{width:100%;}
* html .main-holder{width:980px;}
* html .product-description .container{width:100%;}
* html #mainwidth{overflow:hidden;}
* html .sidebar_a{width:220px;}
* html .main_a{overflow:hidden;}
* html #newsletter_a span{height:34px;width:182px;}
* html .navigation ul{overflow:hidden;}
* html .navigation ul li{width:362px;}
* html .navigation ul li strong{height:78px;}
* html #header .menu{width:500px;}
* html #search{width:290px;height:30px;}
* html #search .searchText{width:250px;height:30px;}
*  html .visual li{border:none;}
*  html .column_left ul{width:400px;}
:root .navigation ul li {border:none;}
:root #dx-sidebar-menu {border:none;}
:root .filter{border:none;}
:root .impressum{border:none;}
:root .bewertungen{border:none;}
:root #newsletter_a{border:none;}
:root .product-slider .mask li{border:none;}
.product-slider .mask li a{height:300px;display:block;}
:root .visual .main{border:none;}
:root .visual li{border:none;}
:root .entry-content{border:none;}
* + html .design a:hover{background:url(images/domaxa-hover.png) no-repeat 12px 0;}
* + html .entry-content ul{float:left;}
* + html .entry-content{padding-bottom:13px;}

.artikel span
{
    color: #fff;
}