/* -----------------------------------
	:::: PRODUKT STYLES ::::
----------------------------------- */
h2.prods {
	height:20px;
	font-size:12px;
	font-weight:bold;
	margin-left:35px;
	}

#content{
	padding-left:25px;
	position:relative;
	z-index:1;
}

#content_detail {
	background:url(../img/bg_content.gif) top left repeat-y;
}

#content_detail_content{
	width:860px;
	background:url(../tool_img_2/bg_prod_wrap.gif) 0px 50px no-repeat #fff;
}

#mb_kartewahl{
	height:500px;
	display:none;
	margin:10px 0px 0px 100px;
}

.mb_kartenwahl_block {
	float: left;
	display: block;
	width: 305px;
	margin-right:44px;
	text-align: center;
}

#mb_kartewahl a {
	display:block;
	width:305px;
	height:295px;
	float:left;
	
}

#mb_kartewahl a#hm_button,
#mb_kartewahl a#gc_button {
	cursor: pointer;
	display:block;
	height:26px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	clear: both;
	margin: 15px 0 10px 25px;
}
#mb_kartewahl a#hm_button {
	width:258px;
}

#mb_kartewahl a#gc_button {
	margin-left: 50px;
	width: 200px;
}

div#preloadbox {
	position: relative;
	top: 0;
	left: 0;
}

#mb_kartewahl a#hm_button span.hm_button_l,
#mb_kartewahl a#gc_button span.gc_button_l {
	display: block;
	height:26px;
	width: 5px;
	float: left;
	background: url(../img/sel-karte_button_l.png) left top no-repeat;
}

#mb_kartewahl a#hm_button span.hm_button_m,
#mb_kartewahl a#gc_button span.gc_button_m {
	display: block;
	height:26px;
	padding: 5px 5px 0 5px;
	float: left;
	background: url(../img/sel-karte_button_m.png) left top repeat-x;
}
#mb_kartewahl a#hm_button span.hm_button_r,
#mb_kartewahl a#gc_button span.gc_button_r {
	display: block;
	height:26px;
	float: left;
	width: 5px;
	background: url(../img/sel-karte_button_r.png) left top no-repeat;
}

#mb_kartewahl a#hm{
	background:url(../img/sel-karte.png) 0px 0px no-repeat;
}

#mb_kartewahl a#gc{
	background:url(../img/sel-luft.png) 0px 0px no-repeat;
}

#mb_kartedummy{
	display:none;
}

#mb_fakeShop{
	display:none;
	margin:80px 0px 300px 40px;
}

#mb_products {
	/*width:850px;*/

}

#mb_products a img {
	border:none;
}

#zoombg {
	z-index: 888;
}

#zoomclsbtn {
	z-index: 988;
}

#zoomloadbox {
	z-index: 999;
}

/* - - - - - - - - - - 
 DER STEPPER
- - - - - - - - - -  */

#stepper{
	position: relative;
	width:795px;
	height:33px;
	background:url(../img/toptabs.png) 0px 0px no-repeat;
	margin:22px 0px 0px 25px;
}

a#stepper1 {
	position: absolute; 
	display: block;
	top: 0px;
	left: 0px;
	width: 143px;
	height: 33px;
}

a#stepper2 {
	position: absolute; 
	display: block;
	top: 0px;
	left: 160px;
	width: 150px;
	height: 30px;
}

a#stepper3 {
	position: absolute; 
	display: block;
	top: 0px;
	left: 325px;
	width: 200px;
	height: 33px;
}

/* - - - - - - - - - - 
 D i e   R e i t e r
- - - - - - - - - -  */



#prod_reiter ul{
	list-style:none;
	height:30px;
	margin-left:25px;
	overflow:visible;
	padding-left:8px;
	text-transform:lowercase;
}

#prod_reiter ul li {
	width:103px;
	height:30px;
	float:left;
	margin-right:8px;
}

#prod_reiter ul li a{
	float:left;
	width:103px;
	height:23px;
	background:url(../tool_img/bg_prod_reiter_no.gif) top left no-repeat;
	text-decoration:none;
	color:#fff;
	text-align:center;
	font-size:13px;
	display:block;
	padding-top:7px;
	text-transform:lowercase;
}

#prod_reiter ul li a:hover, #prod_reiter ul li a.active  {
	background:url(../tool_img/bg_prod_reiter_ho.gif) top left no-repeat;
} 



/* - - - - - - - - - - 
 Mitte
- - - - - - - - - -  */
#prod_m {
	position: relative;
	width:393px;
	float:left;
	padding-left:20px;
	padding-top:5px;
}

#prod_pic {
	/*background:url(../tool_img/bg_prod_view.gif) top left no-repeat;*/
	background: white;
	height:271px;
	width:393px;
	margin-bottom:15px;
	position:relative;
}

#prodbread {
	font-size: 10px;
	color: #00AEF0;
	padding: 3px;
}

#prod_text {
	display: block;
	color:#656565;
	font-size:12px;
	line-height:160%;
	position: relative;
}

#prod_text div.tabbuttons {
	display: block;
	height:26px;
	border-bottom: 1px solid #ebebeb;
	margin-top: 10px;
}

#prod_text a.tab_diz {
	background:url(../img/diz_tab.gif) top left no-repeat;
	width:92px;
	height:21px;
	text-align:center;
	padding-top:5px;
	display:block;
	float:left;
	color: #00AEF0;
}

#prod_text a.tab_diz:hover, #prod_text a.tab_specs:hover {color:#C1272E;}

#prod_text a.tab_specs {
	background:url(../img/specs_tab.gif) top left no-repeat;
	width:60px;
	height:21px;
	text-align:center;
	padding-top:5px;
	display:block;
	float:left;
	color: #00AEF0;
	margin-left:10px;
}

#prod_text #prod_diz{
	position: absolute;
	margin-top:10px;
}

#prod_text #prod_specs{
	position: absolute;
	margin-top:10px;
}

#prod_specs tbody, #prod_text tbody {
	font-size:11px;
	background:#f2f2f2;
}

#prod_specs tbody td, #prod_text tbody td{
	padding:4px;
	padding-left:6px;
}

#prod_preis{
	font-size:14px;
	font-weight:bold;
}
#prod_preis3 {
	float: left;
	font-size:10px;
	color:#999;
	}

#prod_text #prod_diz p, #prod_text #prod_specs p{
	margin:0px 0px 6px 0px;
}

#prod_text #prod_diz ul li, #prod_text #prod_specs ul li{
	list-style-type:disc;
	margin-left:20px;
}

#prod_text #prod_diz ul ul li , #prod_text #prod_specs ul ul li{
	list-style-type:circle;
	margin-left:40px;
}

#prod_text h1{
	color:#00aef0;
	font-weight:normal;
	font-size:18px;
	margin-bottom:3px;
}

#prod_text p {
	margin-bottom:6px;
	margin-left:10px;
}

a#prod_zoom { position:absolute; top:210px; left:30px; background:url(../tool_img/a_zoom.gif) top left no-repeat; width:52px; height:49px; display:block; }
a#prod_zoom:hover {	background:url(../tool_img/a_zoom_ho.gif) top left no-repeat;	width:52px;	height:49px;	display:block; }

a#prod_example {position:absolute; top:210px; left:88px; background:url(../tool_img/a_bsp.png) top left no-repeat; width:52px; height:49px; display:block; }
a#prod_example:hover { background:url(../tool_img/a_bsp_ho.png) top left no-repeat;	width:52px;	height:49px;	display:block; }

a#prod_order { width: 178px; height:39px;	display:block;}
a#prod_order span { cursor: pointer; }
a#prod_order span.prod_button_left { background:url(../tool_img/a_to_step2_left.gif) top left no-repeat;	margin: 0; width: 5px; height:41px;	display:block; float: left}
a#prod_order span.prod_button_middle {color: #fff; font-weight: normal; font-size: 11px; padding: 5px 5px 0 0; background:url(../tool_img/a_to_step2_middle.gif) top left repeat-x;	margin: 0;  height:41px;	display:block; float: left}
a#prod_order span.prod_button_right { background:url(../tool_img/a_to_step2_right_n.gif) top right no-repeat;	margin: 0; width: 30px; height:41px;	display:block; float: left}
a#prod_order:hover { height:39px;	display:block; }
a#prod_order:hover span.prod_button_left { background:url(../tool_img/a_to_step2_ho_left.gif) top left no-repeat;	margin: 0; width: 5px; height:41px;	display:block; float: left}
a#prod_order:hover span.prod_button_middle { background:url(../tool_img/a_to_step2_ho_middle.gif) top left repeat-x; margin: 0;  height:41px;	display:block;}
a#prod_order:hover span.prod_button_right { background:url(../tool_img/a_to_step2_ho_right_n.gif) top right no-repeat;	margin: 0; width: 30px; height:41px;	display:block; float: left}

a#prod_back { position:absolute; top:100px; left:8px; background:url(../tool_img/a_back.png) top left no-repeat;	width:30px;	height:50px;	display:block; }
a#prod_back:hover {	background:url(../tool_img/a_back_ho.png) top left no-repeat;	}

a#prod_forward { position:absolute; top:100px; right:8px; background:url(../tool_img/a_forward.gif) top left no-repeat; width:30px; height:50px; display:block;}
a#prod_forward:hover { background:url(../tool_img/a_forward_ho.gif) top left no-repeat; }

a#prod_item { position:absolute; top:15px; height:200px; width:393px; text-align:center; outline:1px solid #000; }

a#zoomnbtn{	position:absolute; top:420px; right:8px; background:url(../tool_img/a_forward.gif) top left no-repeat; width:30px; height:50px; display:block; }
a#zoomnbtn:hover {	background:url(../tool_img/a_forward_ho.gif) top left no-repeat; }

a#zoomlbtn{ position:absolute; top:420px; left:8px; background:url(../tool_img/a_back.gif) top left no-repeat;	width:30px;	height:50px;	display:block; }
a#zoomlbtn:hover {	background:url(../tool_img/a_back_ho.gif) top left no-repeat;	}


div#prod_items {position:absolute; top:15px; height:240px; width:393px; overflow:hidden; text-align:center;}
div#pi_content {
	position:absolute; 
	height:240px;
}

div#pi_content div.pi_item{
	width:393px;
	height:240px;
	float:left;
}

.zoomclsbtn{
	width:92px;
	height:25px;
	padding-left:8px;
	position:absolute;
	line-height:25px;
	text-align:center;
	color:#555;
	font-weight:bold;
	background:url(../tool_img/pop_x.gif) top left no-repeat;
}

.beschreibung {
	width:810px;
	margin-top: 25px;
	margin-left:20px;
	padding:8px 35px 7px 0px;
	font-weight:bold;
	/*background:#d2effa;*/
	/*color:#009ed8;*/
	color:#000;
	/*border:1px solid #009ed8;*/
	margin-bottom:10px;
	overflow:auto;
	}
	
.c_maps {
	clear:both;
	padding-top:5px;
	}	
	
.c_maps_l {
	text-align:center;
	clear: both;
	width:300px;
	}
	
.c_maps_l a, .c_maps_r a {
	height:15px !important;
	}	
	
.c_maps_r {
	text-align:center;
	clear: both;
	width:300px;
	}

/* - - - - - - - - - - 
 Linke   S e i t e NEU
- - - - - - - - - -  */
#prod_l {	width:200px; float:left; padding-left:20px;}

.navi-top { background:url(../img/shop_sn_top.gif) top left no-repeat; width:200px; height:4px !important; disyplay:block; font-size:0px;}
.navi-bottom { background:url(../img/shop_sn_btn.gif) top left no-repeat; width:200px; height:55px; disyplay:block; }

.navi-middle li ul { margin:0; padding: 0; }
* html .navi-middle ul li { height:22px; width:180px;  display:block;}
.navi-middle ul li a { font-weight: normal; height:22px; width:180px; padding:8px 0 0 20px; display:block; background:url(../img/shop_sn_ul_li.gif) top left no-repeat; border-bottom:1px solid #cccccc; margin:0;}
.navi-middle ul li a.active { font-weight: bold; height:22px; width:180px; padding:8px 0 0 20px; display:block; background:url(../img/shop_sn_ul_li_act.gif) top left no-repeat; border-bottom:1px solid #cccccc; margin:0;}

.navi-middle ul li ul { background:url(../img/shop_sn_ul_li_ul.gif) top left no-repeat;}
.navi-middle ul li ul li a { font-weight: normal; height:23px; width:170px; padding:8px 0 0 30px; display:block; background:url(../img/shop_sn_ul_li_ul_li.gif) top left no-repeat; color:#009afe; border:none;}
.navi-middle ul li ul li a.active { font-weight: bold; height:22px; width:170px; padding:8px 0 0 30px; display:block; background:url(../img/shop_sn_ul_li_ul_li_act.gif) top left no-repeat; border:none; color:#009afe;}
.navi-middle ul li ul li a.withoutsub { background:url(../img/shop_sn_ul_li_ul_li.gif) top left no-repeat; }
.navi-middle ul li ul li ul { background:url(../img/shop_sn_ul_li_ul_li_ul.gif) top left repeat-x #e1f3ff; }
.navi-middle ul li ul li ul li a { font-weight: normal; height:22px; width:160px; padding:8px 0 0 40px; display:block; background:url(../img/shop_sn_ul_li_ul_li_ul_li.gif) top left no-repeat; border:none; font-weight:normal;}
.navi-middle ul li ul li ul li a.active { font-weight: bold; height:22px; width:160px; padding:8px 0 0 40px; display:block; background:url(../img/shop_sn_ul_li_ul_li_ul_li.gif) top left no-repeat; border:none; font-weight:bold;}



/*
-----------------------------------
	:::: Scrollbar ::::
-----------------------------------
*/
		
#bsp_box {
/* Typical fixed height and fixed width example */
width: 178px;
height: 385px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
left: 0;
background-color: #fff;
}


/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
	height: 56px;
}

.vscrollerbase {
	width: 10px;
	background-color: #D1D1D1;
}
.vscrollerbar {
	width: 10px;
	background-color: #009DD9;
	cursor: pointer;
}
.hscrollerbase {
	height: 10px;
	background-color: white;
}
.hscrollerbar {
	height: 10px;
	background-color: #C0272D;
	pointer: cursor;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
}

/* - - - - - - - - - - 
 Linke   S e i t e
- - - - - - - - - -  
#prod_l {
	width:183px;
	float:left;
	padding-left:25px;
	padding-top: 5px;
}

#prod_l ul {
	list-style:none;
	text-transform:lowercase;
}

#prod_l ul li {
	width:182px;

	display:block;
}

#prod_l ul li a {
	width:175px;
	display:block;
	background:url(../tool_img/bg_prod_items.gif) top left no-repeat #f1f1f1;
	text-decoration:none;
	color:#656565;
	font-weight:bold;
	font-size:14px;
	padding-top:8px;
	padding-left:7px;
	overflow:auto;
	padding-bottom:7px;
}

#prod_l ul li a:hover, #prod_l ul li a.active {
	background:url(../tool_img/bg_prod_items_ho.gif) top left no-repeat #0195cc;
	color:#fff;
}
*/

/* Sub 

#prod_l ul li ul li {
	width:182px;
	display:block;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background: none !important;
}

#prod_l ul li ul li a {
	display: block !important;
	font-size:12px;
	color:#656565 !important;
	font-weight: normal;
	padding:5px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	padding-left: 15px;
	overflow: none !important;
	width:167px;
	background:url(../tool_img/bg_prod_items.gif) top left no-repeat #f1f1f1;
}

#prod_l ul li ul li a:hover {
	color:#fff !important;
}

#prod_l ul li ul li a.active {
	color:#fff !important;
}
*/


/*
#prod_l #prod_suche {
	width:175px;
	height:62px;
	background:url(../tool_img/bg_prod_suche.gif)	top left no-repeat;
	padding-top:8px;
	padding-left:7px;
}

#prod_l #prod_suche h3 {
	font-size:14px;
	font-weight:bold;
	color:#656565;
}

#prod_l #prod_suche form input {
	border:1px solid #e0e0e0;
	height:18px;
	width:124px;	
	color:#bcbcbc;
	padding:3px;
	font-style:italic;
	float:left;
}
*/

/*
	Rechte Spalte
*/
#prod_r h4{
	font-size:14px;
	color:#656565;
	clear:both;
	margin-top:5px;
}

#prod_r {
	width:183px;
	float:left;
	padding-left:30px;
	padding-top: 5px;
}


#prod_r div#bsp_box{
	height:372px;
	overflow: auto;
	width:178px;	
}

#prod_r div#bsp_box {overflow-x:hidden;}

#prod_r div#bsp_box a{
	/*height:96px;
	width:84px;*/
	width:160px;
	height:182px;
	display:block;
	float:left;
	border:1px solid #ededed;
	margin:0px 2px 2px 0px;
}

#prod_r div#conf_box #colorbox span{
	height:12px;
	width:12px;
	display:block;
	float:left;
	margin:2px;
	border:1px solid #d5d5d5;
}

#prod_r div#conf_box #colorbox span.active{
	width:14px;
	height:14px;
	border:1px solid #C0262E;
}

#prod_r div#buy_box{
	clear:both;
	margin-top:30px;
}


/* neu julian */

h1#prod_name {
	width: 370px;

}
h2#prod_preis {
	text-align: left;
}

div#prod_titel {
	display: block;
	width: 300px;
	margin-bottom: 20px;
}
div#prod_conf {
	display: block;
}



div#conf_box {
	display: block;
	position: absolute;
	z-index: 200;
	top: 340px;
	margin-left: 183px;
	width: 220px;
}

div#conf_box h4 {
	padding-left: 4px;
	font-size: 12px;
}

div#conf_box span.size_label{
	font-weight: bold;
}

div#conf_box #colorbox span{
	height:12px;
	width:12px;
	display:block;
	float:left;
	margin:2px;
	border:1px solid #d5d5d5;
}

div#colorbox, div#size_box {
	display: block;
	clear: both;
	overflow: hidden;
	width: 300px;
}


#overDiv p {
	padding:5px; background: #fff; border: 2px solid #333;
}

/*
-----------------------------------
	:::: Gecontent ::::
-----------------------------------
*/
#gecontent {
	margin-left: 45px;
	z-index:0;
	
}

#geokarte {
	float: left;
	width: 500px;
	height: 530px;
}

#kartenheader {
	display: block;
	height: 18px;
	line-height: 18px;
	background: #00aeef;
	color: white;
	padding-left: 5px;
	margin-bottom: 3px;
}
	
#geoadresse {
	display: block;
	margin-left: 510px;
	margin-bottom: 10px;
	width: 260px;
	height: 470px;
	background:#F2F2F2;
}

#button_box {
	display: block;
	margin-left: 560px;
}

#adresssuche {
	display: block;
	height: 18px;
	line-height: 18px;
	background: #00aeef;
	color: white;
	padding-left: 5px;
	margin-bottom: 3px;
}

/*
#suchfeld {
	margin-top:15px;
	margin-left:10px;
}

#suchfeld label {
	float: left;
	width: 80px;
	padding-right: 5px;
	line-height: 20px;
	vertical-align: center;
	text-align: right;
}

#suchfeld input {
	width: 150px;
	height: 16px;
	margin-bottom:8px;
	color:#555;
	font-size:11px;
}

#suchfeld input#geosubmit {
	margin-top: 10px;
	margin-left: 85px;
	height:25px;
}
*/

#suchfeld {
	margin-top:15px;
	margin-left:10px;
}

#suchfeld label {
	width: 80px;
	padding-right: 5px;
	line-height: 20px;
	vertical-align: center;
	text-align: right;
}

#suchfeld input {
	width: 200px;
	height: 16px;
	margin-bottom:8px;
	color:#555;
	font-size:11px;
}

#suchfeld input#geosubmit {
	margin-top: 10px;
	margin-left: 0px;
	width: 200px;
	height:25px;
}

#ergebnisfeld {
	padding: 20px;
}

#ergebnisfeld a {
	display: block;
	border: 1px dashed #ccc;
	padding: 5px;
	width: 200px;
	margin-bottom: 3px;
	margin-top: 3px;
	background: #fff;
} 
#ergebnisfeld a:hover {
	background: #00AEEF;
	color: #F2F2F2;
} 

a#gc_btn_ausschnitt {
	width:178px;
	height:41px;
	display:block;
	margin: 0;
	padding: 0;
}
a#gc_btn_ausschnitt span { cursor: pointer; }
a#gc_btn_ausschnitt span.gc_btn_ausschnitt_l { background:url(../tool_img/a_to_step2_left.gif) top left no-repeat;	margin: 0; width: 5px; height:41px;	display:block; float: left}
a#gc_btn_ausschnitt span.gc_btn_ausschnitt_m {color: #fff; font-weight: normal; font-size: 11px; padding: 5px 5px 0 0; background:url(../tool_img/a_to_step2_middle.gif) top left repeat-x;	margin: 0;  height:41px;	display:block; float: left}
a#gc_btn_ausschnitt span.gc_btn_ausschnitt_r { background:url(../tool_img/a_to_step2_right_n.gif) top right no-repeat;	margin: 0; width: 30px; height:41px;	display:block; float: left}

a#gc_btn_ausschnitt:hover span.gc_btn_ausschnitt_l{ background:url(../tool_img/a_to_step2_ho_left.gif) top left no-repeat;}
a#gc_btn_ausschnitt:hover span.gc_btn_ausschnitt_m { background:url(../tool_img/a_to_step2_ho_middle.gif) top left repeat-x;}
a#gc_btn_ausschnitt:hover span.gc_btn_ausschnitt_r { background:url(../tool_img/a_to_step2_ho_right_n.gif) top right no-repeat;	}






