/* 
 _     _                      _        ___                             _ _     
| |   (_)                    (_)      / __)                       _   (_) |    
| | _  _ _ _ _  ____  ____    _ ____ | |__ ___   ____ ____   ____| |_  _| |  _ 
| || \| | | | |/ _  |/ ___)  | |  _ \|  __) _ \ / ___)    \ / _  |  _)| | | / )
| |_) ) | | | ( ( | ( (___   | | | | | | | |_| | |   | | | ( ( | | |__| | |< ( 
|____/|_|\____|\_||_|\____)  |_|_| |_|_|  \___/|_|   |_|_|_|\_||_|\___)_|_| \_)
  
  =================================================================
  || www.biwac.ch                                                ||
  =================================================================
  || Author:               || M.Wälti / D.Mahadevan              ||
  || Design:               || M.Wälti                            ||
  || Date:                 || 10.01.2008                         ||
  || Contact:              || info@biwac.ch                      ||
  ||-------------------------------------------------------------||
  || Project:              || Werbekönig                         ||
  || CMS:                  || biwac |C|ontent|M|anager           ||
  =================================================================
	  
  Index:
  ===============================
  1 Basic
    1.1 Font
    1.2 Headlines / Links
    1.3 Scrollbars
  2 Tag's
  3 Form
  4 Classes & ID's
    4.1 General
	4.2 Project Specific
    4.3 Navigation

*/

/* 1.1 Font */

body, input, td, select, textarea {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}

/* 1.2 Headlines / Links */

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 25px 0px 15px 0px;
	margin:0;
 }

h2 {
	font-size: 1.7em;
	font-weight: normal;
	padding: 10px;
	margin:0;
}

a {
	color: #b70000;
	text-decoration: none;
}

a:hover {
	color: #b70000;
	text-decoration: underline;
}

/* 1.3 Scrollbars */



/* 2.0 Tag's */

body {
	background-image:url(../../images/layout_x/bg.gif);
	background-position:top center;
	background-repeat:repeat-y;
	color:#000000;
	padding:0px 0px 0px 0px ;
	margin:0px 0px 0px 0px ;
}

/* 3.0 Form */

input, textarea {
	border: 1px solid #b38c4f;
	padding:2px 0 0 0;
	margin:0;
}

/* 4.1 General */



/* 4.2 Project Specific */

#container {
	width: 1014px;
	margin: 0px auto;
	padding: 0px;
}

#banner {
	margin: 0;
	padding: 30px 0px 0px 24px;
	background-image:url(../../images/layout_x/banner.gif);
	height:176px;
	
}

#content {
	min-height:600px;
	background-color:#FFFFFF;
	padding: 0px 20px 0px 20px;
	margin: 0 25px;
	width: 925px;
	background-image:url(../../images/layout_x/content_bg.gif);
	background-repeat:repeat-x;
	font-size:12px;
	line-height:16px;
}

#bg_overlay {
	position: absolute;
	z-index: 2;
	height: 1px;
}

#bg_overlay_left {
	position: relative;
	left: -43px;
	display: block;
	width: 7px;
	height: 400px;
	background-image:url(../../images/layout_x/content_bg.gif);
	background-repeat:repeat-x;
}

#bg_overlay_right {
	position: relative;
	left: 568px;
	display: block;
	width: 7px;
	height: 400px;
	background-image:url(../../images/layout_x/content_bg.gif);
	background-repeat:repeat-x;
	top: -400px;
}

* html #content {
	width: 530px;
}


#left {
	float: left;
	width: 172px;
	margin: 0px 0px 0px 24px;
	padding: 72px 0px 0px 0px;
	min-height: 350px;
	color:#ffffff;
	background-image:url(../../images/layout_x/content_bg.gif);
	background-repeat:repeat-x;
	color: #000;
	display:none;
}

* html #left {
	margin: 0px 0px 0px 12px;
}

.adress {
	padding-left: 30px;
	padding-bottom: 30px;
}

#right {
	float: right;
	width: 172px;
	margin: 0px 24px 0px 0px;
	padding: 72px 6px 0 0;
	min-height: 350px;
	background-image:url(../../images/layout_x/content_bg.gif);
	background-repeat:repeat-x;
	display:none;
}

* html #right {
	margin: 0px 12px 0px 0px;
}

#footer {
	clear: both;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	margin: 0 15em;
}

.list_product {
	display: block;
	border-bottom: 1px solid #ccc;
	min-height: 100px;
	width: 100%;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
}

.list_product_startseite {
	display: block;
	float: right;
	border-bottom: 1px solid #ccc;
	min-height: 100px;
	width: 260px;;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
}

.list_product_image {
	float:left;
	margin: 5px 15px 5px 0px;
	border: 0px solid #000;
}

.box_gold_title {
	background-image:url(http://www.e575.ch/images/layout/head_gold.jpg);
	color: #FFF;
	font-weight: bold;
	padding: 6px;
	margin-bottom: 1px;
	width: 156px;
	text-align: left;
	float: right;
	height:14px;
}

.box_gold_content {
	background-color: #e2d4ad;
	color: #000;
	padding: 6px;
	margin-top: 1px;
	width: 156px;
	text-align: left;
	float: right;
}

.box_blue_title {
	background-image:url(../../images/layout_x/bg_right.gif);
	color: #FFF;
	font-weight: bold;
	padding: 6px;
	height:18px;
	width: 156px;
	text-align: left;
	float: right;
	margin-top: 0px;
}

.box_blue_warengruppe {
	background-image:url(../../images/layout_x/bg_warengruppe.gif);
	color: #FFF;
	font-weight: bold;
	padding: 6px;
	height:18px;
	width: 156px;
	text-align: left;
	float: right;
	margin-top: 0px;
	background-repeat: no-repeat;
}

.box_blue_title_small {
	background-image:url(../../images/layout_x/bg_right_small.gif);
	color: #FFF;
	font-weight: bold;
	padding: 6px;
	height:13px;
	width: 156px;
	text-align: left;
	float: right;
	margin-top: 0px;

}

.box_blue_title_budget {
	background-image:url(../../images/layout_x/bg_right_budget.gif);
	color: #FFF;
	font-weight: bold;
	height:19px;
	padding: 21px 6px 6px 6px;
	width: 156px;
	text-align: left;
	float: right;
	margin-top: 10px;

}

.box_blue_content {
	background-image:url(../../images/layout_x/bg_right_content.gif);
	background-color: #FFFFFF;
	color: #000;
	padding: 6px;
	width: 154px;
	text-align: left;
	float: right;
	border: #ddc8a3 1px solid;
	border-top: #CCC 0px solid;
	background-repeat:repeat-x;
}

* html .box_blue_content {
	padding: 6px;
}

.box_blue_title_print {
	font-weight: bold;
	padding: 6px 6px 6px 6px;
	width: 156px;
	text-align: left;
	float: right;
	margin-top: 10px;
}

.box_blue_content_pirnt {
	padding: 6px;
	width: 156px;
	text-align: left;
	float: right;
}

.box_grey_title {
	background-image:url(http://www.e575.ch/images/layout/head_grey.jpg);
	color: #FFF;
	font-weight: bold;
	padding: 6px;
	width: 156px;
	height:18px;
	text-align: left;
	float: right;

}

.box_white_content {
	background-color: #FFFFFF;
	color: #000;
	padding: 6px;
	width: 154px;
	text-align: left;
	float: right;
	border: #CCC 1px solid;
	border-top: #CCC 0px solid;
	margin-bottom: 10px;
}

.sc_line_white {
	border: 0px solid #FFF;
	color: #FFF;
}

.sc_line_grey {
	border: 0px solid #999;
	color: #999;
}

/* 4.3 Navigation */

#mainnavi {
	margin: 0px 24px 0px 22px;
	padding: 4px 0px 0px 0px;
	height:16px;
	background-image:url(../../images/layout_x/nav_bg.gif);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

#speznav {
	color: #fff;
	padding: 0px 0px 0px 0px;
	width: 
}

*html #speznav {
	color: #fff;
	padding: -3px 0px 0px 0px;
}

#speznav_overlay {
	position: absolute;
	z-index: 500;
}

.nav_l1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 10px 2px 10px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.nav_l2, .warengruppe_2_act, .warengruppe_2_open, .warengruppe_2, .warengruppe_2:hover, .warengruppe_2_open:hover, .warengruppe_2_act:hover {
	display: block;
	padding: 3px 0px 0px 14px;
	background-image: url(../../images/layout_x/nav_l2.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	width: 158px;
	height: 19px;
	margin-top: 1px;
	
}

.subnav_l2, .warengruppe_3, .warengruppe_3_first {
	display: block;
	margin:  0px 0px 0px  4px;
	padding: 4px 0px 0px 19px;
	background-image:url(../../images/layout_x/subnav_l2.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	width: 146px;
	height: 18px;
	border-top: 1px solid #DDD;
}

.subnav_l2_act, .warengruppe_3:hover, .warengruppe_3_first:hover, .warengruppe_3_act:hover, .warengruppe_3_act_first:hover, .warengruppe_3_open:hover, .warengruppe_3_open_first:hover, .warengruppe_3_act, .warengruppe_3_act_first, .warengruppe_3_open, .warengruppe_3_open_first {
	display: block;
	margin:  0px 0px 0px  4px;
	padding: 4px 0px 0px 19px;
	background-image:url(../../images/layout_x/subnav_l2_act.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	font-weight: normal;
	color:#000000;
	width:146px;
	height:18px;
	border-top: 1px solid #DDD;
}

.warengruppe_3_first, .warengruppe_3_first:hover, .warengruppe_3_act_first, .warengruppe_3_open_first, .warengruppe_3_act_first:hover, .warengruppe_3_open_first:hover {
	border-top: 0px solid #DDD;
}

.warengruppe_4 {
	display: block;
	margin:  0px 0px 0px  16px;
	padding: 4px 0px 0px 19px;
	background-image:url(../../images/layout_x/subnav_l2.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	font-weight: normal;
	color:#000000;
	width:134px;
	height:18px;
}

.warengruppe_4:hover, .warengruppe_4_first:hover, .warengruppe_4_act:hover, .warengruppe_4_act_first:hover, .warengruppe_4_open:hover, .warengruppe_4_open_first:hover, .warengruppe_4_act, .warengruppe_4_act_first, .warengruppe_4_open, .warengruppe_4_open_first {
	display: block;
	margin:  0px 0px 0px  16px;
	padding: 4px 0px 0px 19px;
	background-image:url(../../images/layout_x/subnav_l2_act.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	font-weight: normal;
	color:#000000;
	width:134px;
	height:18px;
}


.warengruppe_5 {
	display: block;
	margin:  0px 0px 0px  28px;
	padding: 4px 0px 0px 19px;
	background-image:url(../../images/layout_x/subnav_l2.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	font-weight: normal;
	color:#000000;
	width:122px;
	height:18px;
}

.warengruppe_5:hover, .warengruppe_5_first:hover, .warengruppe_5_act:hover, .warengruppe_5_act_first:hover, .warengruppe_5_open:hover, .warengruppe_5_open_first:hover, .warengruppe_5_act, .warengruppe_5_act_first, .warengruppe_5_open, .warengruppe_5_open_first {
	display: block;
	margin:  0px 0px 0px  28px;
	padding: 4px 0px 0px 19px;
	background-image:url(../../images/layout_x/subnav_l2_act.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	font-weight: normal;
	color:#000000;
	width:122px;
	height:18px;
}

.warengruppe_6 {
	display: block;
	padding: 3px 0px 0px 33px;
	text-decoration: none;
	color:#000000;
	width:146px;
	height:18px;
}

.warengruppe_6:hover, .warengruppe_6_first:hover, .warengruppe_6_act:hover, .warengruppe_6_act_first:hover, .warengruppe_6_open:hover, .warengruppe_6_open_first:hover, .warengruppe_6_act, .warengruppe_6_act_first, .warengruppe_6_open, .warengruppe_6_open_first {
	display: block;
	padding: 3px 0px 0px 33px;
	text-decoration: none;
	font-weight:bold;
	color:#000000;
	width:146px;
	height:18px;
}



.spez_subnav {
	display: none; 
	width: 1px; 
	overflow:visible; 
	margin: 2px 0px 0px 0px; 
	position: relative;
}

*html .spez_subnav {
	margin: -20px 0px 0px 0px; 
}

.nav_spez {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 10px 2px 10px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.nav_spez:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 10px 2px 10px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.nav_spez_act {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 10px 2px 10px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.nav_spez_act:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 10px 2px 10px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.nav_spez2 {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	display: block;
	background-color:#FFF;
	width: 150px;
	padding: 2px 0px 3px 0px;
	border-bottom: 1px solid #b38c4f;
	border-left: 1px solid #b38c4f;
	border-right: 1px solid #b38c4f;
	margin-left: 10px;
}

* html .nav_spez2 {
	position: absolute;
	top: -2px;
	left: 0px;
	margin-top: -1px;
}

.nav_spez2:hover {
	font-weight: normal;
	text-decoration: none;
	display: block;
	background-color: #FFF;
	width: 150px;
	padding: 2px 0px 3px 0px;
}

* html .nav_spez2:hover {
	position: absolute;
	top: -2px;
	left: 0px;
	margin-top: -1px;
}

.nav_spez2_act, .nav_spez2_act:hover  {
	font-weight: normal;
	color: #b70000;
	text-decoration: none;
	display: block;
	background-color:#FFF;
	width: 150px;
	padding: 2px 0px 3px 0px;
	border-bottom: 1px solid #b38c4f;
	border-left: 1px solid #b38c4f;
	border-right: 1px solid #b38c4f;
	margin-left: 10px;
}

* html .nav_spez2_act {
	position: absolute;
	top: -2px;
	left: 0px;
	margin-top: -1px;
}

* html .nav_spez2_act:hover {
	position: absolute;
	top: -2px;
	left: 0px;
	margin-top: -1px;
}

#dd_speznav {
	margin: 142px 0px 0px 0px;
	width: 500px;
}

#dd_speznav_overlay {
	position: absolute;
	z-index: 1000;
}

.dd_nav_ul_1 {
	margin:0px 10px 0px 0px; 
	padding:0px;
	float: left;
	list-style-type: none;
	background-color: #000;
}

.dd_nav_ul_2 {
	margin: 0px; 
	padding: 0px; 
	list-style-type: none;
	top: 28px;
	background-color:#000;
	display: none;
}

/* IE only */
.dd_nav_ul_2 {
	*margin-left: -51px;
	*margin-top: 6px;
}

/* SAFARI only */
::root .dd_nav_ul_2{margin-top: -2px;}

.dd_nav_link {
	color: #FFF;
	text-decoration: none;
}

.dd_nav_link_act {
	color: #FFF;
	text-decoration: none;
}

.dd_nav_link_2 {
	color: #FFF;
	text-decoration: none;
}

.text-box 	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: -300px;
	height: -300px;	
	visibility: hidden;	
	position: absolute;	
	left: 50px;	
	top: 50px;
}

.spez_button, .spez_button_out, .spez_button_over, .spez_button:hover, .spez_button_out:hover, .spez_button_over:hover {
	font-weight: bold; 
	color: #000; 
	padding: 3px 0px 3px 0px; 
	width: 152px; 
	text-align: center; 
	display: block; 
	text-decoration: none;
	border-left: 1px solid #b38c4f;
	border-right: 1px solid #b38c4f;
}

.spez_button {
	background-image: url(../../images/layout_x/nav_l2.gif);
	background-position: center;
}

.spez_button_out {
	background-image: url(../../images/layout_x/nav_l2.gif);
	background-position: center;
}

.spez_button_over {
	background-image: url(../../images/layout_x/nav_l2.gif);
	background-position: center;
}













#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 2000;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/shop/scripts/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/shop/scripts/images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/shop/scripts/images/next.gif) right 15% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}


.new_left_nav, .new_left_nav_act, .new_left_nav:hover, .new_left_nav_act:hover {
	background-image:url(../../images/layout_x/nav_l2.gif);
	background-repeat:no-repeat;
	color:#000000;
	display:block;
	font-weight:bold;
	height:19px;
	margin-top:1px;
	padding:3px 0 0 14px;
	text-decoration:none;
	width:158px;	
}

.new_left_subnav, .new_left_subnav_act, .new_left_subnav:hover, .new_left_subnav_act:hover {
	background-image:url(../../images/layout_x/subnav_l2.gif);
	background-repeat:no-repeat;
	border-top:1px solid #DDDDDD;
	color:#000000;
	display:block;
	font-weight:normal;
	height:18px;
	margin:0 0 0 4px;
	padding:4px 0 0 19px;
	text-decoration:none;
	width:146px;
}


.new_left_subnav:hover, .new_left_subnav_act:hover {
	background-image:url(../../images/layout_x/subnav_l2_act.gif);
}
