﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #4a4a4a;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/bg_left.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #dddddd;
}


h1,h2,h3,h4 {
	margin: 0px; 
	padding: 0px 0px 10px 0px;
	font-weight: 400;
	letter-spacing:normal;
	}

h1 {font-size: 18px; padding: 0px 0px 20px 0px; text-transform:uppercase;}

h2 {font-size: 14px;font-weight:bold; }

h3 {font-size: 12px; }

h4 {font-size: 12px; }

a {color: #e2001a; text-decoration: underline;}
a:hover {color: #e2001a; text-decoration: none;}

ul,li {margin: 0px; padding: 0px 0px 0px 0px;}


/******************** Layout-Container ************************/

#site {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	background-image: url(../images/bg_right.gif);
	background-repeat: repeat-y;
	background-position: right;
	min-height: 100%;
	min-width: 1000px;}


/******************** Header ************************/

#header {
	width: 100%;
	height: 155px;
	background-image:url(../images/top_left.jpg);
	background-position:left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	margin: 0; padding: 0;
	text-align: left;
	border-bottom: 1px solid #ffffff;
	}



#header img {
	margin: 27px 0 0 170px;
	padding: 0;
	border: 0;
	display: block;
	}
	
#header #special_menu {
	width: 240px;
	height: 155px;
	margin: 0px 0px 0px 0px; padding: 0;
	float: right;
	color: #acacac;
	background-color:#FFFFFF;
	}

#header #special_menu ul {
	margin: 5px 0 0 26px;
	padding: 0;
	}

#header #special_menu ul li {
	display: inline;
	}

#header #special_menu a{
	color: #acacac;
	text-decoration: none;
	padding: 0 2px 0 2px;
	}


#header #imgleft {
	width: 265px;
	height: 155px;
	background-image:url(../images/bg_cart.jpg);
	background-repeat:no-repeat;
	float: right;	
	margin: 0; padding: 0;
	}


/******************** Content & Flashcontainer ************************/


#main_content {
	margin: 156px 0 0 0;
	padding: 0 240px 0 240px;
	background-repeat:no-repeat;
	background-image:url(../images/bg_rot_mitte.gif);
	background-position: 240px 0;
	text-align:center;
	}
	
#main_content #teaser {
	width: 100%;
	text-align: center;
	height: 280px;
	
	background:#ef1c24;
	position:relative
	}
	
#teaser_container {
	position:relative; top:12px;
	margin: 0px 15px 0px 15px;
	height:255px;
	padding:0px 0px 0px 0px;
	border-left: 1px solid #c80000;
	border-right: 1px solid #c80000;
	background-image:url(../images/bg_flashteaser.gif);
	background-repeat:repeat-x;
	text-align: center;
	}
	
#teaser_container img {	margin:1px auto 0px auto; }

#flash {
	width:484px;
	height:253px;
	margin:1px auto 0px auto; 
	padding: 0; 
	text-align:center;  
    background-image:url(../images/noflash_pfannen.jpg);
    background-repeat: no-repeat;
    background-position:center; }
	
	
/******************** TRUSTED SHOPS Implementierung - Siegel ************************/	
.seals {
	width:100%;
	background-color:#ddd;
	font-size:11px;}
	
a.seal_trusted {
	width:70px;
	height:70px;
	margin:4% auto 10px auto;
	display:block;
	background-image:url(../images/trusted_shops_siegel.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}

.seal_koeche:hover {
	background-position:top;
	}
	
a.seal_koeche {
	width:70px;
	height:70px;
	margin:4% auto 10px auto;
	display:block;
	background-image:url(../images/koeche_siegel.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}

.seal_trusted:hover {
	background-position:top;
	}
	
.seal_box {
	float:left;
	height:180px;
	width:49%;
	text-align:center;}

.seal_box span {
	width:188px;
	display:block;
	margin:auto;
	font-size:11px;}
	
/******************** TRUSTED SHOPS Implementierung - Anmeldung ************************/	
.trusted_form  {
	line-height:14px;} 
	
table.trusted {
	padding-left:10px;}
	
#btnProtect {
	height:23px;
	width:280px;
	background-color:#ddd;
	border:1px solid #aaa;
	color:#4e4e4e;
	font-weight:bold;
	font-size:11px!important;
	border-radius:2px;
	}
	
#btnProtect:hover {
	border:1px solid #4e4e4e;
	}
	
	

/******************** SHOP ORDER STEPS ************************/

#order_steps_container {
	height:140px;
	width: 100%;
	padding:0;
	text-align: center;
	background:#EF1C24;
	}	
img.orderstepimage {
	margin:0 auto;
	border:0 none;
	}

	/* submit buttons (input, anchor) */
	input.shop_btn, .shop_btn_shipping, .shop_btn_buy {
		color:#fff;
		margin:50px 0px 50px 0px; 
		padding:0 !important;
		width:97px !important; 
		height:19px;
		font-size:11px;
		cursor:pointer;
		border:0 none;
		display:block;
	float:right;
		}
		input.login_btn {
		color:#fff;
		margin:35px 0px 20px; 
		padding:0 !important;
		width:97px !important; 
		height:19px;
		font-size:11px;
		cursor:pointer;
		border:0 none;
		display:block;
		}
    input.shop_btn.shop_ordernow {
        width:auto !important;
    }
		
/*   a.shop_btn_buy	{
		display:block; 
		float:left;
		text-decoration:none;
		text-align:center;
		line-height:20px;
		background-image:url(../images/shop_btn_buy.gif);
		background-repeat:repeat-x;
		color:#fff;
		margin:20px 0px 5px 0px; 
		padding:0 !important;
		width:152px !important; 
		height:19px;
		font-size:11px;
		cursor:pointer;
		border:0 none;
		}		*/
		
   a.shop_btn_shipping	{
		display:block; 
	float:left;
		text-decoration:none;
		text-align:center;
		line-height:20px;
		background-image:url(../images/btn_back.gif);
		background-repeat:no-repeat;
		color:#fff;
		margin:50px 0px 5px 0px; 
		padding:0 !important;
		width:152px !important; 
		height:19px;
		font-size:11px;
		cursor:pointer;
		border:0 none;
		}
		
	a.shop_btn {
		display:block; 
	float:left;
		text-decoration:none;
		text-align:center;
		line-height:20px;
		background-image:url(../images/btn_back.gif);
		background-repeat:repeat-x;
		color:#fff;
		margin:20px 0px 5px 0px; 
		padding:0 !important;
		width:97px !important; 
		height:19px;
		font-size:11px;
		cursor:pointer;
		border:0 none;
		}
	a.shop_btn span { display:none; }
		
	/* common buttons (refresh, contact) */
	.formsubmit {
		color:#fff;
		padding:2px 16px 2px 16px;
		font-size:11px;
		cursor:pointer;
		border:0 none;
		background-color:#888;
		border:1px solid #555;
		text-decoration:none;
		
		overflow:visible;
		}
	.formsubmit:hover {color:#fff;}

/******************** PAYMENT ************************/
table.payment_system {margin-top:20px;}
table.payment_system td {line-height:normal;height:50px;}
table.payment_system td input {float:left;}
table.payment_system td label {margin-left:10px;line-height:18px;}

#paymentForm label {font-size:14px;font-weight:bold;}

/******************** SHOP ORDER STEPS ************************/
	
	

#content_container {
	margin: 0px 13px 0px 13px; 
	padding: 10px 0 0 0;
	text-align:left;
	background-color:#ffffff;
	}

*html #content_container {	
	top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));width: 100%;}




#breadcrumb {
	margin: 0px 15px 20px 15px; 
	padding: 7px; 
	border: 1px solid #b6b6b6;
	text-align:left;
	font-size: 11px;
	}

#breadcrumb ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;  
	display:inline;
	margin:0;
	padding:0;
	color: #8a8a8a;
	}

#breadcrumb ul li { display: inline; margin: 0; padding: 0; }

#breadcrumb span#bc_btn { }
#breadcrumb span#bc_btn img { border:0 none; padding: 0; margin:0px 6px 0px 0px; display:block; float:left; }


#content {
	margin: 0;
	padding: 0 15px 0 15px;}

#content p {margin: 0 20px 5px 5px; padding: 0; line-height: 18px;}

/******************** Startseite ************************/

#start_overview {
	width:99.8%;
	border:1px solid #4a4a4a;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(../images/start_kategor_bg.gif);
	background-repeat: repeat;
	float:left;
	clear:both;
	}
	
*html #start_overview {
	width:96%;
	border:1px solid #4a4a4a;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(../images/start_kategor_bg.gif);
	background-repeat: repeat;
	float:left;
	}
	
#start_overview img{
	width:139px;
	height:178px;	}

a.startshop { width:33%; height:178px; display:block; float:left; border-right:1px solid #4a4a4a;text-decoration:none;text-align:center; }
a.startshop_no { width:33%; height:178px; display:block; float:left; border-right:none;text-decoration:none;text-align:center; }
a.startshop img { border:none; width:139px; height:178px;text-align:center; }
a.startshop_no img { border:none; width:139px; height:178px;text-align:center; }


/******************** Shop Produkt�bersicht Kategorie ************************/
div.shop_categories {
	background-color: #dedede;
	border: 1px solid #b6b6b6;
	width: 200px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	cursor:pointer;
	}

div.shop_categories a.cat_link1 { text-decoration: none; display:block; width: 100%; height:140px; text-align: center; }
div.shop_categories a.cat_link2 { text-decoration: none; display:block; width: 100%; text-align: center; }

div.shop_categories .bilderbox_shop {
	width: 100%;
	height: 140px;
	margin:0;
	padding:0;
	background-color:#fff;
	text-align: center;
	}
div.shop_categories .bilderbox_shop img { margin-top:10px; border:none; }

div.shop_categories h3 {
	line-height:32px;
	padding:0;
	margin:0;
	}	

/******************** Shop Produkt�bersicht Produkte & Produktdetails ************************/
div.shop_products {
	background-image:url(../images/bg_products_overview.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border: 1px solid #b6b6b6;
/*	float: left;*/
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
	width: 99.7%;
	}

*html .shop_products {width:95.7%;}

div.shop_products .bilderbox_shop {
	width: 200px;
	height:140px;
	float: left;
	margin: 15px;
	padding: 0; 
	border: 1px solid #a4a4a4;
	background-color:#fff;
	}
div.shop_categories a.cat_link1 { text-decoration: none; display:block; width: 100%; height:140px; text-align: center; }

div.shop_products .bilderbox_shop .image {
	text-align: center;
	padding: 0px; 
	display:block;
	margin-top:10px;
	}

div.shop_products h3 {
	margin: 20px 15px 0 0;
	font-size: 14px;
	font-weight: 600;
	} 


.shop_products .price { float: right; font-size: 10px; line-height: 10px; text-align: right; padding: 10px 15px 15px 0px; }

.shop_products .price strong {
	color: #737373;
	font-size: 22px;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
	} 

.shop_products input.btn_warenkorb {
	margin: 10px 0 0 0;
	display: block;
	width: 118px;
	height: 19px;
	padding: 0;
	background-image:url(../images/button_warenkorb.gif);
	background-repeat:no-repeat;
	border: none;
	font-size: 0px;
	cursor:pointer;
	}


.shop_products h1 { padding: 20px 15px 0 15px; margin: 0;} 

.shop_products h2 { padding: 10px 15px 0px 15px; font-size: 13px; margin: 0;} 

.shop_products ul { color: #4a4a4a; padding: 20px 20px 20px 20px;margin:0px 0px 0px 0px;list-style-position:inside; } 
.shop_products ul li { color: #4a4a4a; list-style-type: disc;padding:0px 0px 0px 0px; } 

.shop_products p.shop_smallfont_right {margin: 0 15px 0 0;}
	
div#shop_product_cnt { float:left; width:90%; margin:10px 0px 5px 10px;  }
div#shop_product_cnt ul { margin:15px 0px 0px 10px; padding: 0px 0px 0px 0px; }
div#shop_product_cnt_p{ float:left;width:100%; }
div#shop_product_cnt_option {float:left;margin:10px 30px 0px 0px;}
#shop_product_cnt_color {margin:0px 0px 0px 0px;}
form#formProductOverv { float:left;  margin:0px 0px 0px 0px; }

	

#farbenbox{
float:left;
margin:10px 0px 0px 0px;
}

#product_uvp { position:relative;}
#product_uvp #strike { position:absolute; top:10px; right:38px; width:35px; height:15px; background-image: url(../images/roterstrich.gif); background-repeat:no-repeat; }


.product_internlink {
	width:90%;
	float:left;
	padding:20px 0px 0px 0px;
	margin:0px 0px 0px 10px;}



#block_hicons {
	/* float:left; */
	width:200px;
	height:42px;
	/* margin-top:15px; */
	}
#block_hicons img { border:0 none; }


#formProductOverv .shipping{
	width: 150px;
	margin-left: 2px;
	padding-top:15px;

}

#formProductOverv .product_information{
	float:left;
	margin-top:15px;
}
#formProductOverv p.shipping_info{
	margin:0;
}

a.helptip { 
	cursor:help;
	float:left;
	display:block;
	width:30px;
	height:42px;
	margin:0px 2px;
	text-decoration:none;
	}
a.helptip span { display:none;} 

/*=======================================
* Tooltips
* ======================================*/
.tooltip {
   position: absolute;
   padding: 15px 17px;
   z-index: 90;
   
   color: #303030;
   background-color: #fff;
   border: 2px solid #4a4a4a;
   
   font-family: sans-serif;
   font-size: 12px;
   line-height: 18px;
   text-align: left;
   
	display:none;
}


/******************** Hauptmenu & Submenu ************************/

#sidebar_left {
	position: absolute;
	z-index: 100;
	top: 156px;
	left: 0;
	width: 240px;
	}

#main_menu {
	float: left;
	width: 240px;
	height: 280px;
	margin: 0;
	padding: 0;
	background-color:#ef1c24;
	background-image:url(../images/bg_mainnav.gif);
	}
	
#main_menu ul {
	display: block;
	width: 240px;
	overflow: hidden;
	float: left;
	list-style-type: none;
	text-align: left;
	margin: 30px 0 0 0; 
	padding: 0;
	}

#main_menu ul li {
	margin: 0; padding: 0;
	width: 240px;
	border-bottom:1px solid #d91920;
	}

#main_menu ul li a {
	display: block;
	color: #FFFFFF;
	text-decoration:none;
	line-height: normal;
	font-weight: 400;
	font-size: 12px;
	padding:6px 0 6px 20px;	
	}

#main_menu ul li a:hover {
	font-weight:600;
	}

#main_menu ul li a.ON {
	display: block;
	color: #FFFFFF;
	text-decoration:none;
	line-height: normal;
	font-weight:600;
	font-size: 12px;
	padding:6px 0 6px 20px;
	}



#submenu {
	width: 240px;
	float: left;
	}

#submenu ul {
	display: block;
	width: 240px;
	overflow: hidden;
	float: left;
	list-style-type: none;
	text-align: left;
	margin: 30px 0 0 0; 
	padding: 0;
	}

#submenu ul li {
	margin: 0; padding: 0;
	float: left;
	}

#submenu ul li a {
	display: block;
	width: 240px;
	height: 28px;
	float: left;
	color: #4a4a4a;
	text-decoration:none;
	line-height: 28px;
	background-color:#fff;
	border-bottom:1px solid #bfbfbf;
	text-indent: 20px;
	font-weight: 400;
	font-size: 12px;	
	}

#submenu ul li a:hover {
	background-color:#eee;
	color:3a3a3a;
	}

#submenu ul li a.ON {
	display: block;
	width: 240px;
	height: 28px;
	float: left;
	color:3a3a3a;
	text-decoration:none;
	line-height: 28px;
	background-color:#eee;
	background-image:url(../images/menu_arrow.gif);
	background-repeat:no-repeat;
	background-position:5px;
	border-bottom:1px solid #bfbfbf;
	text-indent: 20px;
	font-weight: 400;
	font-size: 12px;	
	}



/******************** Top News ************************/
#top_news {
	width: 210px;
	float: left;
	text-align:left;
	margin: 30px 0 0 15px;
	display:inline;
	}
	
.shortnews_block, .news_block { 
	width:100%;
	padding:10px 0px 10px 0px;
	margin:15px 0px 0px 0px;
	border-bottom:1px solid #B6B6B6;
	}
.shortnews_block { 
	border-top:1px solid #B6B6B6;
	}
.shortnews_block p { margin:0px 0px 5px 0px; }
	
.news_date { font-size:11px; }
.news_title { margin:5px 0px 0px 0px; }
.news_content { margin:10px 0px 0px 0px; }
	
.newsthumb { float:left; padding:0; margin:5px 5px 5px 0px; display:block; }	
.news_more { font-size:11px; margin:15px 0px 0px 0px; }



/******************** FANCY ZOOM ************************/
.fancy_block { margin: 50px 0px 0px 0px; padding: 0px 0px 30px 0px;  }


.fancy_image {
	float:left;
	
	width:80px;
	height:80px;
	
	border:1px solid #ddd;
	padding:5px;
	text-align:center;
	
	margin: 0px 10px 10px 0px;
	}
.fancy_image a {
	display:block;
	
	background-position:center center;
	background-repeat:no-repeat;
	
	width:100%;
	height:100%;
	}
.fancy_image a span { display:none }



/******************** Suche, Adresse, Warenkorb-Widget ************************/
#sidebar_right {
	position: absolute;
	z-index: 100;
	top: 156px;
	right: 0;
	width: 240px;
	text-align:left;
	background:#fff;
	}


h4.searchfont {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;	
	text-transform: uppercase;
	padding: 20px 0px 0px 30px;
	text-align: left;
	}

#sidebar_right #custom_box {
	width: 240px;
	height: 280px;
	background-color:#ef1c24;
	background-image:url(../images/bg_rot_rechts.gif);
	background-repeat: no-repeat;
	overflow:hidden;
	}

form.searchform {
	margin: 12px 0 0 30px;
	padding: 0;
	}

form.searchform input.searchword {
	display:block;
	float: left;
	width: 150px;
	height: 21px;
	margin: 0; padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#4a4a4a;
	border: 1px solid #4a4a4a;
	}

form.searchform input.button {
	margin: 0 0 0 5px; 
	padding: 0;
	display: block;
	float: left;
	}
	

div#adress_box {
	margin: 60px 0px 0px 30px;
	padding:0;
	width: 200px;
	color: #fff;
	text-align: left;
	font-size: 13px;
	}
	
/* Hotline */	
div#hotline {
	margin: 10px 0px 0px 10px;
	padding:0;
	}
div#hotline img {
	margin: 0;
	padding: 0;
	}
span.hotline_num { display:none; }


	
div#newsSubscribe {
	margin: 36px 0px 0px 25px;
	padding:0;
	height:25px;
	}
div#recommend_link {
	margin: 10px 0px 0px 25px;
	padding:0;
	height:25px;
	}
div#newsSubscribe img, div#recommend_link img { border:0 none; margin:0; padding:0; float:left;}
div#newsSubscribe a, div#recommend_link a { line-height:25px; color: #ffffff; text-decoration:underline; display:block; }
div#newsSubscribe a:hover, div#recommend_link a:hover { text-decoration:none; }
	

#sidebar_right h3 {
	font-size: 14px;
	font-weight: 600;
	margin: 20px 0 0 15px;
	}

div#cart {
	color: #4a4a4a;
	background-color:#fff;
	padding-bottom:20px;
	width: 240px;
	}
div#cart p {
	padding-left: 15px;
	}

div#cart table {
	margin: 0px 3px 3px 15px;
	width: 210px;
	line-height: 12px;
	table-layout:fixed;
	}
	
div#cart table td { padding:5px 0px 5px 0px; }

div#cart table#cart_content {
	margin:0;
	width: 210px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	}
div#cart table td#mini_info { 
	padding:0; 
	line-height:normal;
	}
	
div#cart a.cart_btn { 
	margin:15px 0px 0px 0px;
	display:block;
	width:97px;
	height:19px; 
	}

.update p {width:40px;}

/* SITE BANNER (unten rechts) */
#site_banner {
	position:fixed;
	z-index:500;
	right:0;
	bottom:0;
	text-align:center;
	width:110px;
	height:110px;}

* html div#site_banner {
	position: absolute;
	top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
	}

#footer_start {
	margin: 0px 13px 0px 13px; 
	padding: 150px 0px 24px 0px;
	text-align:left;
	background-color:#ffffff;
	}

*html #footer_start {
	margin: 0px 13px 0px 13px; 
	padding: 142px 0 10px 0;
	text-align:left;
	background-color:#ffffff;
	}
	
	
#footer {
	margin: 0px 13px 0px 13px; 
	padding: 40px 0px 20px 0px;
	text-align:left;
	background-color:#ffffff;
	}

*html #footer {
	margin: 0px 13px 0px 13px; 
	padding: 40px 0 20px 0;
	text-align:left;
	background-color:#ffffff;
	}
	
/*** Mini-Login ***/	
#mini-login {
	color: #4a4a4a;
	background-color:#fff;
	padding-bottom:20px;
	width: 240px;
	}
#mini-login form {padding:0 15px;}	
#mini-login label {float:none;}
#mini-login input.login {float:none;margin:2px 0px 4px 0;width:100%;}
#mini-login .pwforgot {padding-left:0px!important;}
#mini-login .formsubmit {margin-top:0px;margin-bottom:0px;}
#mini-login .small {font-size:10px;padding-left:15px;line-height:normal;}
	
/*** Payment Logos ***/
#payment_logos,
#shipping_logos{
	color: #4a4a4a;
	background-color:#fff;
	width: 240px;
	}
.logo_box {padding:0 15px;}



/*** Buttons ***/

.btn_kasse{
	width:97px;
	height:19px;
	background-image:url(../images/btn_kasse.gif);
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;}
	
.btn_kasse a {
	width:97px;
	height:19px;
	}
	
.btn_kasse strong {display:none;}


label.shippinginfo {
	width:300px!important;
	line-height:18px;
}


#login, #logout {margin-top:2px;border:1px solid #ddd;padding:20px;}

.pwforgot {padding-left:105px!important;}


/******************** Newsletter ************************/
.newsletter_buttons {
	float:left; 
	display:inline; 
	width:100%; 
	height:20px;
}


.newsletter_message {
	float:left; 
	display:inline; 
	width:100%; 
	height:50px;
	margin-top:15px;
}

input.login {width:250px;float:left;margin:0 0 4px 4px;}

.shopcontainer span {line-height: 15px;}

.shopcontainer label {width:100px;}
.shopcontainer label span {width: 20px;}

p.error {
	
	padding:10px !important;
	border:1px solid #EF1C24;
	color:#EF1C24;
	font-weight:bold;
	margin-bottom:25px !important;
}


#overview_cart{
	border: 2px solid #ef1c24;
}

#overview_cart td{
	background-color:#ddd;
}

#shop_overview_container .shop_btn_shipping, #shop_overview_container .shop_btn{
	margin-top: 15px;
}