@import url(tabart.css);
@import url(tabs.css);
@import url(slider.css);
@import url(jqueryslidemenu.css);
@import url(jquery.lightbox-0.5.css);
@import url(jquery.meerkat.css);
* {
	margin:0;
	padding:0
}
body {
	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size:12px;
	margin:0 0;
	padding:0;
	background-image:url(img/bg.gif);
	background-repeat: repeat-x;
	background-color:#64686b;
}
/* HEADINGS */
h1 {
	color:#64686b;
	font-weight:normal;
	font-size:20px;
	margin:20px 0px 15px 0px;
	padding:0px;
	width:auto;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#000000;
}
h2 {
	color:#bb0200;
	font-weight:bold;
	font-size:14px;
	margin:15px 0px 8px 0px;
	padding:0px;
}
h3 {
	color:#bb0200;
	font-weight:bold;
	font-size:12px;
	margin:10px 0px 8px 0px;
	padding:0px;

}

h4 {
	color:#bb0200;
	font-weight:bold;
	font-size:12px;
	/* margin:15px 0px 8px 0px; */
	padding:0px;
}


/* LINKS GLOBAL */
a, a:link, a:link, a:link, a:hover {
	background:transparent;
	text-decoration:underline;
	cursor:pointer
}
a:link,
a:visited,
a:hover, 
a:active 
{
	color:#ba0000;
}
a img 
{
	border:none
}
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size:12px;
}
textarea {
	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size:12px;
	border-width:1px;
	border-style:solid;
	border-top-color:#4E4E4F;
	border-left-color:#4E4E4F;
	border-bottom-color:#AEAEAE;
	border-right-color:#AEAEAE
}
select {
	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size:12px;
	border-width:1px;
	border-style:solid;
	border-top-color:#4E4E4F;
	border-left-color:#4E4E4F;
	border-bottom-color:#AEAEAE;
	border-right-color:#AEAEAE
}
/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
input[type=text], input[type=password] {
	border-width:1px;
	border-style:solid;
	border-top-color:#4E4E4F;
	border-left-color:#4E4E4F;
	border-bottom-color:#AEAEAE;
	border-right-color:#AEAEAE
}
/* PARAGRAPH GLOBAL */
p {
	margin:8px 0px 8px 0px
}

.alignr
{
	text-align: right;
}

/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#4E4E4F
}
div.hrlightgrey {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#999999
}
div.hrproductpreview {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:12px 0px 12px 0px;
	display:inline;
	height:0px;
	line-height:0px;
	display:block;
	background-image:url(img/hr_productpreview.gif)
}
/* TABLE GLOBAL */
table td {
	padding:2px;
}
/* WHOLE SITE WRAPPER */
#wrap {
	margin: 0 auto;
	width:950px;
}
/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */
#header {
	position: absolute;
	left: 50%;
	margin-left: -525px; /* negative Hälfte von width:1000px */	
	height: 74px;

}
#header #logo {
	position: absolute;
	left: 50%;
	margin-left: 1px; /* negative Hälfte von width:1000px */
	float:left;
	width: 220px;
}
#header #lang {
	float:left;
	width: 100px;
	padding-top: 4px;
}
#header #lang .shopBoxesLanguage div {
	float:left;
	width: 20px;
}
#header #search {
	position: absolute;
	left: 50%;
	margin-left: 745px; /* negative Hälfte von width:1000px */	
	width: 210px;
	float:right;
	padding: 0px 0px 0px 0px;
	top: 4px;
}
#header #search a {
	color:#fff;
	font-size:11px;
}
#header td {
	padding-top:1px;
	padding-right:4px;
}
#txtSearch
{
	width: 165px;
	border: 1px solid #ccc;
}
/* BREADCRUMB PATH AS LIST */
#breadcrumb {
      position: absolute;
 	left: 50%;
 	margin-left: -475px; /* negative Hälfte von width:1000px */	
	clear:both;
	color:#aaaaaa;
	padding:0px 0px 10px 0px;
	top: 104px;
	list-style-type:none;
	height:10px;
	font-size:11px;
	z-index:1;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
	line-height:23px;
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
	color:#aaaaaa;
	margin:0;
	padding:0;
}
/* TOPMENU AS LIST */
#topmenuwrap {
 position: absolute;
 width: 920px;
 top: 74px;
 left: 50%;
 margin-left: -442px; /* negative Hälfte von width:1000px */	
}

/* LANGUAGE SELECTION IN TOPMENU LIST */
#languages {
	text-align:right;
	height:26px;
	font-size:13px;
	background: url(img/bg_topmenu.gif) repeat-x;
	padding: 10px 10px 0px 0px;
	margin:0;
}
/* CONTENT WRAPPER */
#contentwrap {
	clear:both;
	width:950px;
	padding:0;
}
/* LEFT COLUMN */
#leftcol {
	position: absolute;
 	left: 50%;
 	margin-left: -475px; /* negative Hälfte von width:1000px */
	float:left;
	width:200px;
	padding:0px 0px 15px 0px;
	top: 134px;
}
/* RIGHT COLUMN */
#rightcol {
	 position: absolute;
 	 left: 50%;
 	 margin-left: 275px; /* negative Hälfte von width:1000px */
	 float:right;
	 width:200px;
	 padding:0px 0px 15px 0px;
	 top: 134px;
}
/* MAIN CONTENT */
#content {
	float:left;
	width:500px;
	padding:0px 25px 25px 25px;
	margin-bottom:15px;
	background-color: white;
}
#contenthome {
	float:left;
	width:550px;
	padding:0px 0px 25px 0px;
	margin-bottom:15px;
	background-color: white;
}

#contentfull {
 	position: absolute;
	left: 50%;
 	margin-left: -475px; /* negative Hälfte von width:1000px */
	width:890px;
	padding:0px 30px 0px 30px;
	margin-bottom:15px;
	background-color: white;
}
/* CATEGORY MENU */
	h2.categoryheader {
	background-color:#F3A807;
	font-size:20px;
	color:#FFFFFF;
	padding:8px 8px 0px 8px;
	margin:0;
	vertical-align:middle;
}
h2.categoryheader a {
	text-decoration:none;
	color:#fff
}
ul#categorymenu {
	background-color:#EDEDED;
	margin-bottom:15px;
	border: solid #DB9502;
	border-width:0px 1px 1px 1px;
}
/* 1st TIER */
	ul#categorymenu li.level1 {
	list-style-type:none;
	background-color:#DA9401;
	padding:4px 0px 4px 6px;
	border: solid #fff;
	border-width:1px 0px 0px 0px;
}
	ul#categorymenu li.level1 a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
/* 2nd TIER */
	ul#categorymenu li.level2 {
	list-style-type:none;
	background-color:#EEA003;
	padding:4px 0px 4px 24px;
	border: solid #fff;
	border-width:1px 0px 0px 0px;
}
	ul#categorymenu li.level2 a {
	font-size: 11px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
/* 3rd TIER */
	ul#categorymenu li.level3 {
	list-style-type:none;
	background-color:#EEA003;
	padding:4px 0px 4px 40px;
	border: solid #fff;
	border-width:1px 0px 0px 0px;
}
	ul#categorymenu li.level3 a {
	font-size: 11px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

/* BOXES GLOBAL DEFINITION */
.boxservice
{
	background: url(img/box_service_bg_top.gif) top left repeat-x;
}
h2.boxheader {
	font-size:20px;
	color:#FFFFFF;
	padding:8px 8px 0px 8px;
	margin:0;
	line-height:28px;
	vertical-align:middle;
	background-color: #8d9094;
}

h2.boxkontakt {
	font-size:16px;
	color:#FFFFFF;
	margin:0;
	line-height:28px;
	vertical-align:middle;
	background-color: #8d9094;
}
h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
	text-decoration:none;
	color:#ffffff
}
.boxbody {
	padding:8px;
	margin-bottom:15px;
	background-color: #8d9094;
	color: white;
}
.boxheader .servicenr {
	font-size:22px;
	margin: 0;
	font-weight: normal;
	color: white;
}
.boxbody h3, .boxbody h3 a {
	font-size:11px
}
.boxbody h3.center, .boxbody h3.center a {
	font-size:11px;
	text-align:center
}
.boxbody p {
	font-size:11px;
	margin:6px 0px 6px 0px
}
.boxbody p.center {
	font-size:11px;
	text-align:center;
	margin:6px 0px 6px 0px
}
.boxbody td {
	font-size:11px;
	margin:6px 0px 6px 0px
}
.boxbody .productOldPrice {
	font-size:11px;
	color:#FF0000
}
.boxbody div.hr {
	margin-top:5px;
	margin-bottom:5px
}
.boxbody div.hrlightgrey {
	margin-top:5px;
	margin-bottom:5px;
}
.boxbody a {
	background-image: url(img/arrow_more_box.gif);
	background-position: left top;
	background-repeat: no-repeat; 	
	padding-left: 18px;
	font-size:11px;
	color: white;
}


.kontaktbox a {
	background-position: left top;
	background-repeat: no-repeat; 	
	padding-left: 18px;

	font-size:11px;
	color: white;
}
.boxbody .productboximage {
	border: solid 1px #999999;
}
.boxbody ul.contentlist {
	margin-left:5px;
	margin-right:0;
	padding:0;
}
.boxbody ul.contentlist li {
	margin-left:0px;
	padding:0;
	list-style-type:none
}
/* CART BOX */


/* SUBNAV BOX */
h2.boxsubnavheader {
	font-size:20px;
	color:#FFFFFF;
	padding:8px 8px 0px 8px;
	margin:0;
	line-height:28px;
	vertical-align:middle;
}
.boxsubnavbody {
	padding:8px;
	margin-bottom:15px;
}
.boxsubnavbody a:link,
.boxsubnavbody a:visited
{
	color: white;
	text-decoration: none;
}
.boxsubnavbody a:hover,
.boxsubnavbody a:active
{
	color: white;
	text-decoration: underline;
}

/* CART BOX */

h2.boxcartheader {
	margin-top: 0px;
	padding-top: 0;
	background-color: transparent;
}

.boxcartbody {
	background-color:#bdbec0;
	color: black;
}
.boxcartbody a {
	color: black;
	background-image: none; 	padding-left: 0px;
}

/* PRODUCT PREVIEW */
.productPreview {
	padding:0;
	margin:0;
}
.productPreviewContent {
	vertical-align:top;

}
.productPreviewContent h2 {
	padding: 0;
	margin:0px 0px 5px 0px;
}
.productPreviewContent h2 a {
	font-size:14px;
	font-weight:bold;
}
.productPreviewImage {
	vertical-align:top;
	padding:3px 15px 0px 0px;
}
.productPreviewImage img {
	border: solid 1px #999999;
}
.productPreviewContent .price {
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:0
}
.productPreviewContent .taxandshippinginfo {
	font-size:11px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0
}
.productPreviewContent .vpe {
	font-size:11px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0
}
.productPreviewContent .shippingtime {
	font-size:11px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0
}
.productPreviewContent .stockimage {
	margin:0;
	padding:0;
}
.productPreviewContent .stockimagetext {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
.productPreviewContent .productOldPrice {
	font-size:12px;
	font-weight:bold;
	color:#ff0000;
}
.productPreviewContent .taxandshippinginfo a {
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
p.productinfoproductadded {
	font-size:11px;
}
.productoptions {
	background-color:#FFF2CC;
	padding:6px;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#DA9401
}
.addtobasket {
	background-color:#EDEDED;
	padding:6px;
	text-align:right;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#999999
}
/* POPUPS PRODUCTINFO */
body.popupproductinfo {
	padding:15px;
	background:none;
	background-color:#fff
}
/* POPUP print_order.html */
body.popupprintorder {
	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size:13px;
	padding:15px;
	background:none;
	background-color:#fff
}
body.popupprintorder .products tr.header td {
	font-weight:bold;
	background-color:#EDEDED;
}
body.popupprintorder .products .total {
	text-align:right
}
body.popupprintorder .products .quantity {
	vertical-align:top
}
body.popupprintorder .productname {
	vertical-align:top
}
body.popupprintorder .model {
	vertical-align:top
}
body.popupprintorder .singleprice {
	vertical-align:top
}
body.popupprintorder .totalprice {
	vertical-align:top
}
/* HIGHLIGHTBOX (BACKGROUND) */
div.highlightbox {
	padding: 15px;
	background-color:#e1e1e1;
}
div.highlightbox ul {
	margin-left:15px;
	padding:0;
	display:block;
	list-style-type:square;
	line-height:20px
}
div.highlightbox h1 {
	color:#000;
	padding:0px 0px 10px 0px;
	margin:0;
	border:none;
	font-size:16px
}
div.highlightbox div.hr {
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
	display:block;
	border-bottom: solid 1px #E9D28F;
}

/* PAYMENT TYPE SELECTION */
table.paymentblock {
}
table.paymentblock tr td.header {
	padding:2px;
	padding-left:5px;
	color:#000000;
}
/* SHIPPING TYPE SELECTION */
table.shippingblock {
	margin-bottom:15px;
}
table.shippingblock tr td.header {
	background-color:#6d6d6d;
	padding:2px;
	padding-left:5px;
	color:#FFFFFF;
	font-weight:bold;
}
table.shippingblock tr td {
	vertical-align:top;
	border-bottom: 1px solid #6d6d6d;
}
table.shippingblock tr td.description {
	width:100%;
	vertical-align:top;
	padding-left:6px;
}
table.shippingblock tr td.radiobutton {
	vertical-align:top;
	white-space:nowrap;
	padding:4px;
}
table.shippingblock tr td.radiobutton input {
	margin:0;
	padding:0;
}
table.shippingblock tr td.price {
	vertical-align:top;
	white-space:nowrap
}
/* ORDER DETAILS IN ACCOUNT HISTORY */
table.accounthistoryinfoorderdetails tr td {
	vertical-align:top
}
table.accounthistoryinfoorderdetails tr.header td {
	font-weight:bold
}
/* MESSAGEBOX ON CONTACT SITE */
textarea.message_body {
	width:130px;
}
/* DOWNLOAD BOX FOR USER DOWNLOADS */
table.downloadbox {
	padding: 5px;
	background-color:#FFF2CC;
	border: solid #E9D28F 1px;
	margin-bottom:8px;
}
table.downloadbox tr td.icon {
	padding-right: 15px;
}
table.downloadbox tr td.downloadlink {
	width:100%;
}
/* TABLE WICH SHOWS GRADUATED PRICES */
table.graduatedprice {
	font-size:11px;
	text-align:left;
	margin-top:5px;
}
table.graduatedprice tr td.header {
	font-size:12px;
	font-weight:bold;
	text-align:left
}
/* ORDER DETAILS */
table.orderdetails {
	font-size:11px;
	border-style: solid;
	border-width:0px 0px 1px 0px;
	border-color:#6d6d6d;
}
table.orderdetails tr td {
	padding:4px
}
table.orderdetails tr.headerrow td {
	background-color:#6d6d6d;
	color:#FFFFFF;
	font-weight:bold
}
table.orderdetails tr.headerrow td.left {
	text-align:left
}
table.orderdetails tr.headerrow td.center {
	text-align:center
}
table.orderdetails tr.headerrow td.right {
	text-align:right
}
/* ORDER DETAILS CONTENT ROW 1 */
table.orderdetails tr.contentrow1 td {
	vertical-align:top;
	border-bottom:solid #6d6d6d 1px;
}
table.orderdetails tr.contentrow1 td.quantity {
	text-align:center
}
table.orderdetails tr.contentrow1 td.quantity input {
	font-size:11px;
	padding:2px;
	border:solid #6d6d6d 1px;
}
table.orderdetails tr.contentrow1 td.productname {
	text-align:left
}
/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
	vertical-align:top;
	border-bottom:solid #6d6d6d 1px;	
}
table.orderdetails tr.contentrow2 td.quantity {
	text-align:center
}
table.orderdetails tr.contentrow2 td.quantity input {
	font-size:11px;
	padding:2px;
	border:solid #6d6d6d 1px;
}
table.orderdetails tr.contentrow2 td.productname {
	text-align:left
}
/* ORDER DETAILS SINGLE PRICE */
table.orderdetails tr td.singleprice {
	text-align:right;
	white-space:nowrap
}
/* ORDER DETAILS TOTAL PRICE PER ITEM */
table.orderdetails tr td.totalprice {
	text-align:right;
	white-space:nowrap
}
/* ORDER DETAILS DELETE CHECKBOX */
table.orderdetails tr td.delete {
	text-align:center;
	white-space:nowrap
}
/* ORDER DETAILS PRODUCT ATTRIBUTES */
table.orderdetails tr td.productname table.productattributes {
	margin-top:3px;
}
table.orderdetails tr td.productname table.productattributes tr td {
	padding:0px;
}
table.orderdetails tr td.productname table.productattributes tr td.attribute {
	padding-right:4px;
}
table.orderdetails tr td.productname table.productattributes tr td.value {
	width:100%;
}
/* ORDER DETAILS SUBTOTAL */
table.orderdetails tr td.subtotal {
	background-color:#ececec;
	text-align:right;
}
table.orderdetails tr td.subtotal a:link,
table.orderdetails tr td.subtotal a:visited,
table.orderdetails tr td.subtotal a:hover, 
table.orderdetails tr td.subtotal a:active 
{
	color:#666666;
}
/* PRODUCT NAVIGATOR */
div.productnavigator {
	background-color:#e1e1e1;
	padding:8px;
	margin: 0 0 20px 0;
	text-align: center;
}
/* REVIEW LIST */
table.reviewlist {
	background-color:#FFF2CC;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#DA9401;
}
table.reviewlist tr td {
	padding:4px;
	white-space:nowrap
}
table.reviewlist tr.header td {
	background-color:#DA9401;
	color:#FFFFFF;
	font-weight:bold
}
table.reviewlist tr.contentrow1 td {
	background-color:#FFF2CC;
}
table.reviewlist tr.contentrow2 td {
	background-color:#FFEAAB;
}
textarea#review {
	width:100%
}
/* MEDIA LIST */
table.medialist {
	background-color:#FFF2CC;
	border-style: solid;
	border-width:1px;
	border-color:#DA9401;
}
table.medialist tr td {
	padding:6px;
	white-space:nowrap;
	vertical-align:top
}
table.medialist tr.contentrow1 td {
	background-color:#FFF2CC;
}
table.medialist tr.contentrow2 td {
	background-color:#FFEAAB;
}
/* SITEMAP */
.sitemapwrap {
}
.sitemapwrap .sitemapleft {
	background-color:#FFF2CC;
	border-style: solid;
	border-width:1px;
	border-color:#DA9401;
	display:table;
	float:left;
	width:235px;
	margin-bottom:15px;
}
.sitemapwrap .sitemapright {
	background-color:#FFF2CC;
	border-style: solid;
	border-width:1px;
	border-color:#DA9401;
	display:table;
	float:right;
	width:235px;
	margin-bottom:15px;
}
.sitemapheader {
	padding:3px;
	background-color:#DA9401;
	color:#FFFFFF;
	font-weight:bold
}
.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {
	color:#FFFFFF;
	text-decoration:none
}
.sitemapcontent {
	padding:6px
}
.sitemapcontent li {
	list-style-type:none
}
/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {
	width:100%
}
/* ORDER DETAILS ON CHECKOUT SITE */
table.checkoutconfirmationorderdetails {
	padding:0;
	margin:0px 0px 10px 0px;
	border:none
}
table.checkoutconfirmationorderdetails tr td.productname {
	width:100%;
	font-weight:bold;
}
table.checkoutconfirmationorderdetails tr td.shippingtime {
	padding:0px 0px 0px 30px;
	color:#666666;
	font-size:11px;
	font-weight:normal;
	white-space:nowrap
}
table.checkoutconfirmationorderdetails tr td.productattributes {
	padding:0px 0px 0px 30px;
	color:#666666;
	font-size:11px;
	font-weight:normal;
}
table.checkoutconfirmationorderdetails tr td.productprice {
	white-space:nowrap;
	text-align:right
}
table.checkoutconfirmationorderdetailstotal {
	padding:0;
	margin:10px 0px 0px 0px;
	border:none
}
table.checkoutconfirmationorderdetailstotal tr td.name {
	width:100%;
	text-align:right
}
table.checkoutconfirmationorderdetailstotal tr td.value {
	white-space:nowrap;
	text-align:right
}
/* AGB ON CHECKOUT SITE */
p.checkoutagb textarea {
	width:100%
}
/* CHECKOUT NAVIGATION */
.checkoutnavigationbox {
	padding: 30px 0 10px 0;
	margin-left: 130px;
	margin-right: 0 auto;
	background: url(img/checkout_bar.gif) bottom no-repeat;
	width: 610px;
}
ul#checkoutnavigation li {
	list-style-type:none;
	float:left;
	padding: 10px 0 0 30px;
	margin: 0 0 0 35px;
}
ul#checkoutnavigation li.active {
	background: url(img/checkout_cartimg.gif) left top no-repeat;

}
ul#checkoutnavigation li.active .title {
	font-size:12px;
	font-weight:bold;
	color: #be0000;
}
ul#checkoutnavigation li.active .description {
	font-size:10px
}
ul#checkoutnavigation li.finished {

}
ul#checkoutnavigation li.finished .title {
	font-size:12px;
	font-weight:bold;
	color: #be0000;
}
ul#checkoutnavigation li.finished .description {
	font-size:10px
}
ul#checkoutnavigation li.inactive {
	color:#999999;
	border-color:#999999
}
ul#checkoutnavigation li.inactive .title {
	font-size:12px;
	font-weight:normal;
	color: #999999;
}
ul#checkoutnavigation li.inactive .description {
	font-size:11px
}
/* ERROR MESSAGES */
.errormessage {
	border: solid #ff0000 2px;
	padding:15px;
	background-color:#FFD6D6
}
/* SUCCESS MESSAGE */
.messageStackSuccess {
	padding:4px;
	background-color:#66FF66
}
/* FOOTER */
#footer 
{
	margin-top: 205px;
	background: #333;
	padding: 20px 0;
	width: 100%;
	clear:both;
}
.footer {
	width: 950px;
	margin: 0 auto;
}
.footer h5 { font-weight: normal; font-size: 14px; margin: 0 0 20px 0; }
.footer, .footer h5, .footer a, .footer a:link, .footer a:visited, .footer a:hover, .footer a:active { color:#999 !important;}
.footer ul, .footer  li { list-style-type: none; list-image: none; margin: 0; padding: 0;}

.footer .logoroll { height: 50px; border: 1px solid #666; margin: 0 0 10px 200px;}
.footer .payment { height: 40px; border: 1px solid #666; margin: 0 0 20px 200px;}

.footer .info {
	float:left;
	width:100px;
	padding: 0 30px 0 0;
}
.footer .info2 {
	float:left;
	width:160px;
	padding: 0 30px 0 0;
}
.footer .info2 a { display:block;}
.footer .infoleft {
	float:left;
	width:170px;
	padding: 0 30px 0 0;
}
.footer .inforight {
	float:left;
	width:150px;
	padding: 0;
}
.footer a {
	color:#aaaaaa;
	text-decoration:none;
}
.footer a:activ {
	color:#aaaaaa;
	text-decoration:underline
}
/* UPDATE CHANGES 17.10.2008 */
/* Mehr Bilder unterhalb der Beschreibung */
.morepics {
	background-color:#EDEDED;
	padding:6px;
	text-align:right;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#999999;
	display:block ;
	height:auto;
} 
.morepics img { border:1px solid #999999; padding:4px; margin-right:8px; background:#FFFFFF; height:100px; width:auto;}


/* BESTELLER BOX mit Bilder in DL DT Liste -- JUNG GESTALTEN.com */
dt { float:left; width:40px; }
dt img { border:1px solid #ccc; padding:2px; background:#fff; }
dd { float:right; width:125px }

/* Vorschaubilder TD mit gleichem Abstand */
.productPreviewImage { width:100px; display:block }
td.productPreviewContent { width:400px; text-align:left } 

/* FIX DER AUFZÄHLUNGEN */
#content ol, #content ul { margin:10px 0 10px 40px; }  

.access_step_cc {background-color:#dddddd; padding-left:5px; padding-right:10px;}
.access_step_c2 {padding-left:5px; padding-right:10px;}



/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* METANAV */
#boxmetanav
{
	position: absolute;
	left: 50%;
	margin-left: 270px; /* negative Hälfte von width:1000px */	
	float: right;
	width: 480px;
	color: #999999;
	line-height: 24px;
}
#boxmetanav a:link,
#boxmetanav a:visited
{
	float: right;
	padding: 0 10px 0 0;	
	color: #999999;	
	text-decoration: none;	
}
#boxmetanav a:hover,
#boxmetanav a:active
{
	float: right;
	padding: 0 10px 0 0;	
	color: #999999;
	text-decoration: underline;	
}

.boxsearch input
{
	background-image: url(img/search_bg.gif) no-repeat;
}



.list
{
	width: 100%;
}
.listitem
{
	border-bottom: 1px dotted #999999;
	width: 100%;
	padding: 10px 0 4px 0;
	background-color: white;
	cursor: pointer;
clear: both;
}

.listimg
{
	float: left;
	padding-top: 3px;
	width: 120px;
}
.listimg img
{
	border: 1px solid #999999;	
}
.listtxt
{
	float: left;
	width: 380px;
}
.listtxt h2
{
	padding-top: 0;
	margin-top: 0;
	background-color: transparent;
}
.productprice {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
}
.productOldPrice {
	color:#FF0000;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}
.taxandshippinginfo {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
.taxandshippinginfo a {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
.shippingtime {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
.stockimage {
	margin:0;
	padding:0;
}
.stockimagetext {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}


/* DOWNLOADS*/
.downloadlist
{
	width: 500px;
}
.downloaditem
{
	width: 100%;
	padding: 10px 0 4px 0;
	margin: 0;
	border-bottom: 1px dotted #999999;
}
.downloadtxt
{
	float: left;
	padding-top: 3px;
	width: 320px;
}
.downloadsize
{
	float: right;
	width: 70px;
	text-align: right;
	padding-right: 10px;
}
.downloadbtn
{
	float: right;
	width: 80px;
	padding: 0;
}

/* Optionen*/
.optionlist
{
	width: 500px;
}
.optiontxt
{
	float: left;
	padding-top: 5px;
	width: 350px;
}
.optionauswahl
{
	float: left;
	width: 20px;
	text-align: left;
	padding-right: 5px;
	padding-top: 5px;
}
.optionpreis
{
	float: left;
	width: 100px;
	padding: 0;
}





.clear
{
	clear: both;
	padding: 0;
}

/* SUBMENU */
.submenuheader
{
	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size:16px;
	font-wight: normal;
	color:#FFFFFF;
	padding:0px 0px 10px 0px;
	margin:0;
}
.submenu ul li
{
	list-style: none;
}
.submenu ul li a
{
	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size:12px;
	color: white;
	display: block;
}
.submenu ul li a:link,
.submenu ul li a:visited
{
	text-decoration: none;
}
.submenu ul li a:hover,
.submenu ul li a:active
{
	text-decoration: underline
}
.submenu .level0 a
{ 
	border-top: 1px solid #76797b;
	width: 190px;
	padding: 5px 5px 5px 5px;
	
}
.submenu .level0 a:hover,
.submenu .level0 a:active,
.submenu .level0 a.gewaehlt
{
	background-color: #343638;
}

.submenu .maincat a
{
	width: 175px;
	padding: 4px 5px 4px 20px;
	background: url(img/subnav_level1bg.gif) left top no-repeat;
}
.submenu .maincat a:hover,
.submenu .maincat a:active,
.submenu .maincat a.gewaehlt
{
	/*background-color: #67696c;*/
	background: url(img/subnav_level1bg_active.gif) left top no-repeat;
}

.submenu .level1 a
{
	width: 175px;
	padding: 4px 5px 4px 20px;
	background: url(img/subnav_level1bg.gif) left top no-repeat;
	border-top: 0px solid #76797b;
}
.submenu .level1 a:hover,
.submenu .level1 a:active,
.submenu .level1 a.gewaehlt
{
	/*background-color: #67696c;*/
	background: url(img/subnav_level1bg_active.gif) left top no-repeat;
}

.submenu .level2 a
{
	border-top: 0px solid #76797b;
	width: 155px;
	padding: 4px 5px 4px 40px;
	background: url(img/subnav_level2bg.gif) left top no-repeat;
}
.submenu .level2 a:hover,
.submenu .level2 a:active,
.submenu .level2 a.gewaehlt
{
	font-weight: normal;
	background: url(img/subnav_level2bg.gif) left top no-repeat;
}


.submenu .level3 a
{
	border-top: 0px solid #76797b;
	width: 140px;
	padding: 4px 5px 4px 55px;
	background: none;
}
.submenu .level3 a:hover,
.submenu .level3 a:active,
.submenu .level3 a.gewaehlt
{
	font-weight: normal;
	background: none;
}


.info h2.boxheader {
	background-color: transparent;
}
.info .boxbody {
	background-color: transparent;
	padding: 30px 0px 0px 0px;
}
.info .boxbody a {
	background-image: url(img/arrow_white.gif);
}

.inforss h2.boxheader {
	background-color: transparent;
}
.inforss .boxbody {
	background-color: transparent;
}
.inforss .boxbody a {
	background-image: none;
	padding: 0;
}

.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color: #ddd;
	padding: 2px 6px 2px 6px;
	cursor: pointer;
}
#search_suggest {
	position: absolute; 
	visibility: hidden;
	background-color: #FFFFFF; 
	text-align: left; 
	border: 1px solid #000000;
}
.poptions a:link,
.poptions a:visited
{
	background: url(img/arrow_options.gif) top left no-repeat;
	padding-left: 18px;
	margin-left: 4px;
	color: #999999;
}
.contact2 {border: 0px none; background: #FFF;}
.hidden { visibility: hidden; display: none; }
.hide_form {padding:5px; background-color:#f2f2f2; display:none;
}
.lnk a:link, .lnk a:visited
{
                text-decoration: none;
                font-weight: bold;
                color: black; 
} 
.lnk a:hover, .lnk a:active
{
                text-decoration: underline;
                font-weight: bold;
                color: black; 
}

#footer_linking
{
 padding-left: 220px;
 width: 515px;
}
#footer_linking a img
{
 border: 0;
}
#footer_linking div
{
	padding: 3px;
	float: left;
}
.preisroboter_txt
{
width: 90px;
background-color:#aaaaaa;
border: 1px solid #aaaaaa;
}
.categories_list {

}
.moretxt
{
	display: none;
}
.taginfo, .taginfo a, .taginfo a:link, .taginfo a:visited, .taginfo a:hover, .taginfo a:active {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}

.sortdw		{
	width: 200px;
	float: left; padding: 3px;
}

.herdw	{
	width: 180px;
	float: left; padding: 3px;
}

.alter {
	display: block;
	background-image: url(img/alter.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
	border: 0px;
	font-size: 0px;
	cursor: pointer;
}
#popCart {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 560px;
	margin-left: -280px;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	z-index: 100000;
	display: none;
	padding: 10px 10px 25px 10px;;
}

.popup_header {
	font-family: Tahoma, Verdana, Arial, sans-serif; 	font-size: 1.0em; 	text-align: center;
	vertical-align:bottom;
	padding: 3px 10px;
	border: 1px solid #ccc;
	margin: 0px auto;
	width: 380px;
}

.popup_image {
	font-family: Tahoma, Verdana, Arial, sans-serif; 	font-size: 0.9em; 	text-align: center; 	color: #000;
	margin: 10px auto; 	padding: 5px;
}

#mycart {
	margin: 0px auto;
	height: 42px;
	width: 320px;
}

.cart_symbol {
	height: 42px;
	width: 48px;
	float: left;
	background-image: url(img/shopping_cart.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.cart_contents {
	font-family: Tahoma, Verdana, Arial, sans-serif; 	font-size: 0.9em; 	text-align: left;
	color: #000;
	height: 42px;
	float: right;
}

#pop_buttons_box {
	font-family: Tahoma, Verdana, Arial, sans-serif; 	font-size: 1.0em; 	text-align: center;
	width: 560px;
	height: 28px;
	vertical-align:bottom;
	margin: 10px auto 0 auto;
}

#pop_buttons_box a {
	color: #000;
	text-decoration: none;
}
#pop_buttons_box a:hover {
	color: #484848;
	text-decoration: none;
}

.close_button {
	float: left;
	width: 160px;
	border: 1px solid #000;
}
.cart_button {
	float: right;
	width: 160px;
	border: 1px solid #000;
}
.uehaupt{
		position:absolute;
		top:-500px;
		height:auto;
		width:auto;
		}
#inhalthaupt{
 position: absolute;
 width: 550px;
 top: 135px;
 left: 50%;
 margin-left: -275px; /* negative Hälfte von width:1000px */	
	
}
.popupContainer{
	background-color: #fff;
	padding: 20px;
}

#footercall {
    position:fixed;
    bottom:0px;
    background:#2d2b2b;
    text-align:center;
    padding:10px;
    width:100%;
    font-color: #FFFFFF;
    font-size: 14px;
}


#footercall a, #footercall a:link, #footercall a:visited, #footercall a:hover, #footercall a:active
font-color: #FFFFFF;
}


* html #footercall {
    background:#2d2b2b;
    height:5%;
    text-align:center;
    padding-top:1%;

}



