* { /* reset */
	margin: 0;
	padding: 0;
}

html { /* full size */
	height: 100%;
	width: 100%;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../img_layout/gradient1.jpg) fixed repeat-x;
}

#container {
	width: 888px;
	padding: 0px auto; /* center */
	margin: 0px auto;
	/*border: 2px solid blue;*/ /* a border for centered page */
	background: rgb(255,255,255);
}

#head {
	position: relative;
	height: 109px;
	border: 0px solid blue;
}

#logo {
	position: relative;
	float: right;
	border: 0px solid black;
	height: 109px;
	font-size: 0px; /* FIX IE div->cr/lf->img-->3 px spacer bug. Linebreak is inserted by tidy. This bug exists since IE 1.0! */
}
#slogan {
	position: relative;
	float: left;
	top: 40px;
	left: 20px;
	font-family: sans-serif;
	font-size: 32px;
	color: rgb(255,38,2);
/*	font-weight: bold;*/
	z-index: 300;
	display: inline; /* fix IE float bug */
	visibility: hidden;
}
#slogan_shadow {
	position: absolute;
	width: 600px;
	top: 42px;
	left: 18px;
	font-family: sans-serif;
	font-size: 32px;
	color: rgb(180,180,180);
/*	font-weight: bold;*/
	z-index: 299;
	display: block; /* fix IE float bug */
	border: 0px solid green;
	visibility: hidden;
}

#top_wrap {
	clear:both; /* clear just to make sure */
	position: relative;
	height: 20px;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 20px;
	background-image: url(../img_layout/navi_balken.jpg);
	background-repeat: no-repeat;
	border: 0px solid blue;
}

#topmenu {
	float: left;
	height: 20px;
	width: 730px;
	display: inline;
	line-height: 20px;
	margin: 0;
	padding: 0;
	border: 0px solid green;
}
#topmenu ul {
	margin: 0;
	margin-left: 73px;
	padding: 0;
	list-style-type: none;
}
#topmenu ul li {
	margin: 0;
	padding: 0;
	float: left;
}
#topmenu a {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: rgb(89,89,89);
	display: block;
	height: 17px;
	line-height: 17px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid rgb(107,107,107);
}
#topmenu a.first_item, #topmenu a.first_item_current {
	border-left: 1px solid rgb(107,107,107);
}
* html #topmenu a {
	width: 1%; /* IE < 7 dont inherit from parent! */
}
#topmenu a:hover, #topmenu a.topmenu_current, #topmenu a.first_item_current {
	color: rgb(219,37,29);
}

#langmenu {
	float: left;
	width: 100px;
	position: relative;
	height: 20px;
	margin-left: 17px;
	margin-right: 17px;
	overflow: hidden;
	border: 0px solid black;
	display: inline; /* IE double margin float bug */
}
#langmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#langmenu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#langmenu ul li a {
	height: 17px;
	margin-right: 20px;
	margin-bottom: 3px;
}

#langmenu fieldset {
	margin: 0;
	padding: 0;
	width: 10px;
	float: right; /* IE needs this .. */
}
#langmenu label, #langmenu legend {
	display: none;
	margin: 0;
	padding: 0;
	visibility: hidden; /* IE */
	height: 0;
}
#langmenu select {
	position: relative;
	top: -1px;
	height: 16px;
	width: 90px;
	float: right;
	font-size: 10px;
	font-weight: normal;
	color: black;
	background-color: rgb(232,232,232);
	border: 0px solid rgb(232,232,232);
}
* html #langmenu select {
	top: 1px;
}

#print_contact_wrap {
        visibility: hidden;
        height: 0px;
        overflow: hidden;
        display: none; /* IE: No, we really dont want to show this element ... */
}
#print_contact {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	display: none; /* IE: No, we really dont want to show this element ... */
}
#print_logo {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	display: none; /* IE: No, we really dont want to show this element ... */
}
#print_url {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	display: none; /* IE: No, we really dont want to show this element ... */
}


#left {
	float: left;
	width: 192px;
	/* z-index: 3;*/ /* IE has some problems with z-index, so metamenu will be hidden if z-index is set here */
	border: 0px solid green;
}
#left_content {
	position: relative;
	width: 192px;
	z-index: 4;
	padding-top: 0px;
	border: 0px solid black;
}
#left_search {
	margin-left: 17px;
	padding-top: 26px;
	border: 0px solid black;
}
#left_search input.searchinput {
	background-color: rgb(230,230,230);
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	color: rgb(51,51,51);
	border: 1px solid rgb(202,202,202);
	margin-right: 2px;
}
#left_search input.searchsubmit {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: rgb(51,51,51);
	border: 1px solid rgb(202,202,202);
}
/* fix position of submit button for IE \*/
* html #left_search input.searchsubmit {
	position: relative;
	top: 1px;
}
/* End of IE hack */
#left_menu {
	margin: 0;
	padding: 0;
	margin-left: 17px;
	padding-top: 28px;
	padding-bottom: 96px; /* prevent overlap with metamenu */
	padding-bottom: 160px; /* prevent overlap with metamenu */
	overflow: hidden;
	border: 0px solid black;
}
#left_menu ul {
	width: 175px;
	overflow: hidden;
	list-style-type: none;
	list-style-position: outside;
	border-top: 1px solid rgb(107,107,107);
}
#left_menu ul li {
	list-style-position: outside;
	float: left; /* IE */
	width: 100%; /* IE */
	border: 0px solid green;
	border-bottom: 1px solid rgb(107,107,107);
}
#left_menu ul li a {
	color: rgb(0,0,0);
	border: 0px solid red;
	font-size: 11px;
	font-weight: bold;
	display: block;
}
#left_menu ul li a:hover {
	color: rgb(219,37,29);
	text-decoration: none;
}
#left_menu a.lvl1_current, #left_menu a.lvl2_current , #left_menu a.lvl3_current {
	color: rgb(219,37,29);
	text-decoration: none;
}
#left_menu ul li ul {
	border: 0px solid green;
}
#left_menu ul li ul li, #left_menu ul li ul li ul li {
	border-top: 1px solid rgb(107,107,107);
	border-bottom: 0px;
}
#left_menu ul li ul li a {
	padding-left: 10px;
	font-weight: normal;
}
#left_menu ul li ul li ul li a {
	padding-left: 20px;
	font-weight: normal;
}


#right {
	float: right; 
	width: 0px;
	z-index: 5;
	border: 0px solid green;
}

#normal {
	width: auto;
	z-index: 1;
	margin-left: 192px;
	margin-right: 0px;
/*	margin-top: 8px;*/
/*	min-height: 500px;*/
	border: 0px solid red;
}

#normal_content {
	position:relative;
	z-index: 2;
	top: 0px;
	margin-left: 15px;
	margin-right: 17px;
	margin-bottom: 12px;
	border: 0px solid green;
}
#navmenu, #navmenu a {
	position: relative;
	margin: 0;
	padding: 0;
	padding-top: 25px;
	padding-bottom: 4px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	word-spacing: -1px;
	color: rgb(134,134,134);
	text-decoration: none;
	margin-bottom: 4px;
	border: 0px solid red;
}
#navmenu a:hover {
	color: rgb(217,37,29);
}
#navmenu a.current {
	color: rgb(219,37,29);
}
#normal_float {
	float: left;
	width: 100%;
	min-height: 402px;
	border: 0px solid green;
}
* html #normal_float {
	display: table-cell; /* IE fake min-height */
	height: 386px;
}

#foot {
	position: relative;
	height: 1px;
	clear:both; /* clear just to make sure */
	border: 0px solid blue;
}
#metamenu {
	position: absolute;
	width: 180px;
/*	margin-top: -84px;*/
	margin-top: -148px;
	z-index: 4; /* MUST be above of column left! */
	left: 17px;
	height: 10px;
	overflow: visible;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	border: 0px solid red;
}
#metamenu img {
	margin-bottom: 4px;
}
#metamenu ul {
	position: relative;
	list-style-type: none;
	border: 0px solid black;
}
#metamenu ul li {
	position: relative;
	float: left;
	height: 16px;
	border: 0px solid green;
	margin-right: 7px;
}
#metamenu ul li a {
	position: relative;
	font-size: 10px;
	font-weight: normal;
	top: -3px;
	letter-spacing: -1px;
	color: rgb(0,0,0);
	color: rgb(134,134,134);
	color: rgb(217,37,29);
}
#metamenu ul li a:hover, #metamenu ul li a.current {
	color: rgb(219,37,29);
	text-decoration: none;
}
#metamenu p {
	letter-spacing: -1px;
	line-height: 110%;
	border: 0px solid black;
}
.clearfix:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden;
	height: 0; 
}
.clear {
	clear: both;
}
#ie_clear {
	display: none; /* overwrite setting from IE hacks */
}



hr {
	margin: 0px 0px 2px 0px;
	border: 1px solid #c0c0c0;
	height: 1px;
}
a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-indent: 0px;
	line-height: 150%;
	color: rgb(0,0,0);
}
#normal_float {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-indent: 0px;
	line-height: 150%;
	color: rgb(0,0,0);
}
#normal_float ul {
	padding-left: 20px;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../img_layout/bullet.jpg);
}
#normal_float ol {
	padding-left: 20px;
}
li {
	margin-right: 15px;
}
a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: rgb(219,37,29);
	font-family: verdana, arial, helvetica, sans-serif;
/*	font-size: 11px;*/
/*	font-weight: normal;*/
	font-size: inherit;
	font-weight: inherit;
	line-height: 17px;
}
a:hover, a:visited {
	color: rgb(255,0,0);
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}


.margin-bottom {
	margin-bottom: 12px;
}


/* sitemap */
#normal_float div.csc-sitemap ul {
	margin: 0;
	padding: 0;
	margin-left: 16px;
	list-style-type: none;
/*	list-style-image: url(../img_layout/clear.gif);*/
	padding-left: 0px;
}
#normal_float div.csc-sitemap ul li ul {
	list-style-image: url(../img_layout/bullet.jpg);
	padding-left: 16px;
}

/* File link content element */
td.csc-uploads-fileName {
	width: 140px;
}


/* shop list view */
.list_variant {
	text-align: center;
	border-bottom: 1px solid rgb(180,180,180);
}
.list_image {
	position: relative;
	height: 116px;
	padding-top: 3px;
	padding-bottom: 2px;
	text-align: center;
}
.list_prodname {
	height: 25px;
	line-height: 110%;
	text-align: center;
}
.list_itemnr {
	padding-bottom: 1px;
	text-align: center;
}
.list_nav, .detail_nav {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 142px;
	border: 0px solid black;
}
.list_product_back, .detail_product_back {
	position: relative;
	display: inline;
	float: left;
	height: 16px;
	width: 17px;
	margin: 0;
	padding: 0;
	z-index: 400;
	overflow: hidden;
}
* html .list_product_back, * html .detail_product_back {
	margin-right: -3px;
}
.list_product_product, .detail_product_product {
	position: relative;
	line-height: 16px;
	height: 16px;
	margin:0;
	padding: 0;
	background: url(../img_layout/detail_product.gif) bottom left repeat-x;
	border-left: 17px solid white;
	border-right: 17px solid white;
}
* html .list_product_product, *html .detail_product_product {
	line-height: 14px;
	border-left: 0px solid white;
	border-right: 0px solid white;
}
.list_product_forward, .detail_product_forward {
	position: relative;
	display: inline;
	float: right;
	height: 16px;
	width: 17px;
	margin: 0;
	padding: 0;
	z-index: 400;
}
* html .list_product_forward, * html .detail_product_forward {
	margin-left: -3px;
}
.list_hidden {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	display: none; /* IE: No, we really dont want to show this element ... */
}


/* detail product view */
.tx-mvshop-pi1 table#detail tbody tr td {
	border-top: 1px solid rgb(180,180,180);
}
#detail_product_image {
	padding-top: 4px;
	padding-bottom: 4px;
	width: 235px;
}
#detail_product_table {
	width: 180px;
	padding-left: 2px;
}

#detail_product_name {
	padding-top: 4px;
	padding-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
}

#detail_product_description {
	padding-bottom: 8px;
}

#detail_product_energy {
	padding-bottom: 8px;
}

#detail_product_wrap_id_value {
	/*padding-bottom: 30px;*/
	padding-bottom: 20px;
}

#detail_product_value {
	float: right;
}

#detail_product_submit:link, #detail_product_submit:visited, #detail_product_submit:active, #detail_product_submit:hover {
/*	color: rgb(0,0,0);*/
}

#detail_product_id {
	float: left;
}
.detail_nav {
	margin-top: 4px;
}
.detail_vat {
	/*margin-top: 4px;*/
	padding-bottom:5px;
}


/* basket flyout */
#basket_short {
	width: 100%;
}
#basket_short_head {
	color: rgb(255,255,255);
	padding-left: 10px;
	margin-bottom: 14px;
	background: rgb(95,95,95);
	font-size: 12px;
}
.basket_short_product {
	margin-bottom: 8px;
}
.basket_short_product1 {
	padding-left: 8px;
}
.basket_short_product1 a {
	line-height: 110%;
}
.basket_short_product1_quant {
	float: right;
	padding-left: 8px;
	padding-right: 8px;
}
.basket_short_product1_itemnr {
	padding-left: 8px;
}
#basket_short_edit {
	padding-top: 6px;
	padding-left: 8px;
}
#basket_short_order {
	padding-left: 8px;
}

.tx-mvshop-pi1 table#basket_manipulate tbody tr td {
	border-bottom: 1px solid rgb(180,180,180);
}
.basket_manipulate_img {
	padding-top: 2px;
	padding-bottom: 3px;
}
.right {
	float: right;
}
.basket_manipulate_quantity {
	margin-left: 4px;
}
.tx-mvshop-pi1 table#basket_manipulate tbody tr td.basket_manipulate_bottom {
	border-bottom: 0px solid white;
}




/* Search config */
select.tx-indexedsearch-selectbox-type, select.tx-indexedsearch-selectbox-order, select.tx-indexedsearch-selectbox-defop, select.tx-indexedsearch-selectbox-desc, select.tx-indexedsearch-selectbox-results, input.tx-indexedsearch-searchbox-sword, input.tx-indexedsearch-searchbox-button, select.tx-indexedsearch-selectbox-group {
	background-color: rgb(240,240,240);
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: rgb(0,0,0);
	border: 1px solid rgb(202,202,202);
}
input.tx-indexedsearch-searchbox-sword {
	width: 194px;
	margin-right: 4px;
	padding-left: 4px;
}
input.tx-indexedsearch-searchbox-button {
}
select.tx-indexedsearch-selectbox-type, select.tx-indexedsearch-selectbox-order {
	width: 200px;
}
select.tx-indexedsearch-selectbox-defop {
	width: 160px;
}
select.tx-indexedsearch-selectbox-desc {
	width: 160px;
}
select.tx-indexedsearch-selectbox-results {
	width: 60px;
}
div.tx-indexedsearch-searchbox p.advanced {
	margin-top: 6px;
}
div.tx-indexedsearch-rules h2 {
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 12px;
}
div.tx-indexedsearch-rules p {
	font-size: 10px;
	line-height: 120%;
	margin-bottom: 16px;
}
div.tx-indexedsearch-whatis, span.tx-indexedsearch-sw, div.tx-indexedsearch-browsebox p, td.searchfor {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: rgb(219,37,29);
	font-weight: bold;
	margin-bottom: 0px;
}
div.tx-indexedsearch-browsebox p {
	font-size: 11px;
}
tr.tx-indexedsearch-headerrow {
	background: #cccccc;
}
tr.tx-indexedsearch-title {
	background: #bbbbbb;
}
td.tx-indexedsearch-info {
	background: #eeeeff;
	background: #eeeeee;
}
div.tx-indexedsearch-rules h2 {
        visibility: hidden;
        height: 0px;
        overflow: hidden;
        display: none; /* IE: No, we really dont want to show this element ... */
}
#normal tr td.tx-indexedsearch-result-count {
/*	color: rgb(219,37,29);
	font-weight: bold;*/
}


#normal tr td {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: rgb(0,0,0);
}



.normal_content_66_33 {
	position: relative;
	width: 100%;
	border: 0px solid black;
}
.normal_left_66 {
	position: relative;
	float: left;
	width: 64%;
	border: 0px solid red;
	border-right: 0px solid black;
}
.normal_right_33 {
	position: relative;
	float: right;
	width: 31%;
	border: 0px solid green;
}



.normal_content_50_50 {
	position: relative;
	width: 100%;
	border: 0px solid black;
}
.normal_left_50 {
	position: relative;
	float: left;
	width: 48%;
	bordeR: 0px solid red;
}
.normal_right_50 {
	position: relative;
	float: right;
	width: 48%;
	border: 0px solid green;
}

p#detail_product_wrap_id_value {
	border:0px solid red !important;
}
#detail_product_id {
	border:0px solid green !important;
	width:110px;
	display:block;
}
#detail_product_value {
	border:0px solid blue !important;
}

.detail_product_moreinfo, .detail_product_video {
	position: relative;
	line-height: 16px;
	height: 16px;
	background: url(../img_layout/button.jpg) bottom left no-repeat;
	margin:5px 0px 0px 0px;
	padding:1px 8px;
	/*border:1px solid red;*/
	float:left;
	text-align:center;
	width:128px;
}
.detail_product_video {
	width:116px;
	background-image:url(../img_layout/buttonv.jpg);
}
.detail_product_moreinfo a, .detail_product_video a {
	color:#000;
}
.detail_nav {
	float:left;
	margin:7px 0px 0px 0px;
}

#video {
	background:url(../img_layout/video.png);
	border:1px solid black;
	margin-top:100px;
	position:absolute;
	top:-50px;
	left:50px;
	padding:20px;
	display:none;
}
#video p.close {
	float:right;
	margin:-30px -30px 0px 0px;
}
