/* ----------------------------------------------------------

			|   Logic-Base				 |
			|   Standardshop - CSS-Style |
			  -------------------------- 
			|   Version:	 1.0		 |
  	        |   Erstellung:	 12-02-09    |
			  --------------------------
			|                            |

/* ---------------------------------------------------------- */
/*  Globale Definition - gilt für alle Seiten */
/* ---------------------------------------------------------- */
body {
	font-family: Tahoma;
	padding: 0px;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	}

a, a:visited {	color: #000000;	text-decoration: none;}
a:active, a:hover {	text-decoration: underline;	color: #FF3401;}

img {border: 0px;}

/*  Überschriften für alle Hauptinhalte */
h1 
{
	font-weight:normal;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px 0px 0px 10px;
	margin:0px;
	background-image: url(icons/mainheaderbg.jpg);
	background-repeat:repeat-x;
	height: 36px;
	line-height: 30px;
}

h1.h1blue
{
	font-weight:normal;
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0px 0px 0px 5px;
	margin-bottom: 5px;
	background-image: url(icons/mainheaderbg2.jpg);
	background-repeat:repeat-x;
	height: 36px;
	line-height: 36px;
}

h2 
{
	font-weight:normal;
	font-family: "Eras Demi ITC";
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 10px;
	margin: 0px;
	text-indent:15px;
	background-color: #e5e5e5;
	background-image: url(icons/cathead2.jpg);
	background-repeat: no-repeat;
}

h2.h2blue 
{
	font-weight:normal;
	font-family: "Eras Demi ITC";
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 10px;
	margin: 0px;
	text-indent:15px;
	background-color: #e5e5e5;
	background-image: url(icons/cathead1.jpg);
	background-repeat: no-repeat;
}

h3
{
	border-bottom: solid 1px #0055A8;
	font-size: 18px;
	line-height: 18px;
	}
	
h4
{
	border-bottom: solid 1px #0055A8;
	font-size: 13px;
	line-height: 13px;
	}

.lb_clear {	clear: both;}
.lb_left {	float: left;}
.lb_right {	float: right;}

.lb_space { padding: 3px;}

.lb_hline 
{
	background-image: url(icons/hline.gif);
	background-repeat:repeat-x;
    height: 15px;}


/* ---------------------------------------------------------- */
/*  Startseite Layoutgerüst */
/* ---------------------------------------------------------- */

.lb_banner { position: absolute; top: 20px; left: 50%; margin-left: 500px; width: 160px; text-align: left;}

.lb_allcontent { margin-top: 20px;	width:980px; text-align:left;}
.lb_header {background-image: url(icons/banner.jpg); background-repeat: no-repeat; width: 980px; height: 229px; margin-bottom:5px;}
.lb_content { position:relative; padding:0px; margin-left: 0px; }
.lb_mainleft { float:left; width:180px; margin-right: 10px; overflow:hidden;}
.lb_main { float: left; width:600px; overflow:hidden;}
.lb_mainright { float:right; width:180px; overflow:hidden;}
.lb_footer { height: 88px; margin:0px; padding: 0px; clear: both; }
.lb_footerNav
{
	background-image: url(icons/mainheaderbg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #FF3401;
	height: 36px;
	color:#FFFFFF;
	line-height:36px;
	padding-left:5px;
	text-transform: uppercase;
	text-align:center;
}

.lb_footerNav a
{
	color: #ffffff;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 5px;
}
	
.lb_footerNav a:active,.lb_footerNav a:hover
{
	color: #000000;
	text-decoration: underline;
	padding-left: 3px;
	padding-right: 5px;
}

/* ---------------------------------------------------------- */
/*  Header */
/* ---------------------------------------------------------- */
.lb_headerlinks
{
	position:relative;
	left:220px;
	top:153px;
	height:38px;
	}
.lb_headernav
{
	position: relative;
	left: 10px;
	top: 152px;
	width: 900px;
	height: 30px;
	vertical-align:middle;
	line-height:30px;
	}

/* ---------------------------------------------------------- */
/*  Globale Textformatierungen */
/* ---------------------------------------------------------- */
.lb_textsmall {	font-size: 9px;}
.lb_black {	color: #000; font-weight: bold;}
.lb_red { color: #ff0000;}
.lb_blau {color: #0055A8}

/* Rabatt- & Preisauszeichnung */

.lb_discount {
	color: red;
	font-weight: bold;
	font-size: 10px;
}
.lb_price {
	color: #FF3401;
	font-size: 20px;
}
.lb_price2 {
	color: #FF3401;
	font-weight:bold;
	font-size: 12px;
}
.lb_totalprice {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #FF3401;
	
}

/* ---------------------------------------------------------- */
/* Boxen - Templates (Linke & Rechte Spalte)  */
/* ---------------------------------------------------------- */
.lb_satellite 
{
	background-color: #ffffff;
	border: 1px solid #FF3401;
	background-image: url(icons/boxenbg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: left;
	width: 178px;
}
.lb_satellite2 
{
	background-color: #2994CE;
	border: 1px solid #020167;
	background-image: url(icons/categoriebg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	width: 178px;
	}

.lb_satellitecontent {
	padding: 10px;
	margin: 0px;
}
.lb_satellitefooter {
}
/* ---------------------------------------------------------- */
/*  Boxen - Templates (Hauptinhalt) */
/* ---------------------------------------------------------- */
.lb_satellitemain {
	text-align: left;
	list-style-position: inside; /* nicht löschen (Bug Firefox) */
	list-style-type: square; 
	border: solid 1px #FF3401;
	overflow:hidden;
	background-image: url(icons/halfbg2.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.lb_satellitemaincontent {
	padding: 10px;
	overflow:hidden;
}
.lb_satellitemainfooter {
	height: 12px;
	background-image: url(icons/mainfooterbg.jpg);
	background-repeat:repeat-x;
}

/* ---------------------------------------------------------- */
/*  Startseite */
/* ---------------------------------------------------------- */

/*  Äußerer Rahmen auf der Startseite (ACHTUNG - overflow:hidden - IE Float BUG) */	
.lb_startcontent {border: solid 1px #ccc; padding: 1px; overflow: hidden; margin-bottom: 10px;}

/*  Hintergrund für Topseller, Topangebote, Neu im Sortiment */	 
.lb_ItemTableHeader
{
	height: 37px;
	text-align:left;
	overflow: hidden;
	background-image: url(icons/topangebote.jpg);
	background-repeat:no-repeat;
	padding-left: 25px;
	}
.lb_ItemTableHeader a,.lb_ItemTableHeader a:visited
{
	height: 30px;
	width: 290px;
	line-height:17px;
	color:#FFFFFF;
	}
	
.lb_itembg {
	width: 290px;
	height: 200px;
	overflow: hidden;
	margin-top: 1px;
	margin-left: 5px;
	float: left;
}


.lb_itembg2 {
	width: 290px;
	height: 200px;
	overflow: hidden;
	margin-top: 1px;
	margin-right: 5px;
	float: right;
}

/*  Kategoriebilder auf der Startseite*/
.lb_imageitemstart {
	width: 364px;
	border: solid 1px #cccccc;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
	display: block;
	cursor: pointer;
}
.lb_imageitemstart:active, .lb_imageitemstart:hover { border: solid 1px #DA4B18;}
.lb_imageitemstart2:active, .lb_imageitemstart2:hover {border: solid 1px #DA4B18;}

.lb_imageitemstart2 {
	width: 364px;
	border: solid 1px #cccccc;
	margin-bottom: 10px;
	float: left;
	overflow: hidden;
	text-align: center;
	display: block;
	cursor: pointer;
}

/*  Hintergrund für Kategoriebilder pro Listenansicht */
.lb_imageitembg, .lb_imageitembg:visited {
	background-image: url(icons/imagebg.jpg);
	background-repeat: no-repeat;
	width: 120px;
	height: 143px;
}
.lb_imageitembg:active, .lb_imageitembg:hover {
	background-image: url(icons/imagebg2.jpg);
	background-repeat: no-repeat;
	width: 120px;
	height: 143px;
}
.lb_imageitembg a {
    color: #000;
    text-decoration: none;
    display: block;
}
.lb_imageitembg a:active, .lb_imageitembg a:hover {
    color: #fff;
    text-decoration: none;
    display: block;
}
/* ---------------------------------------------------------- */
/*  Listenansicht + Zubehör */
/* ---------------------------------------------------------- */
/*  Hintergrund für die einzelnen Artikel */
.lb_itembg3 {
	height: 130px;
	width: 578px;
	margin-top: 10px;
	overflow: hidden;
	background-color: #ECECEC;
	border: solid 1px #999999;
	background-image: url(icons/listbg.jpg);
  	background-repeat: repeat-x;
  	background-color: #ffffff;
	padding: 10px;
}
.lb_itembg3:active, .lb_itembg3:hover {
	border: solid 1px #000000;
}
.lb_itembg3_compare {
	height: 130px;
	width: 578px;
	margin-top: 10px;
	overflow: hidden;
	background-color: #ECECEC;
	border: solid 1px #FF0000;
	background-image: url(icons/listbg.jpg);
  	background-repeat: repeat-x;
  	background-color: #ffffff;
  	padding: 10px;
}

/*  Sortierung der Artikel (Listenansicht + Mein Konto) */
.lb_sortlist {
	background-image: url(icons/table.jpg);
    background-position: 10px 10px;
	background-repeat: no-repeat;
	background-color: #ECECEC;
	border: solid 1px #999999;
	padding: 5px;
}

/*  Navigator */
.lb_navigator {
	padding: 5px 0px 5px 0px;
}
.lb_navigator a{
	color: #FF3401;
}
.lb_navigator a:active, a:hover{
	color: #000000;
}

/*  Seitenanzahl */
.lb_orange {
	color: #DA4B18;
	font-weight: bold;
    border: solid 1px #DA4B18;
    padding: 2px 5px 2px 5px;
    background-color: #FFF5E5;
}

/* ---------------------------------------------------------- */
/*  Warenkorb */
/* ---------------------------------------------------------- */

.lb_cartbg:active, .lb_cartbg:hover,.lb_cartbg2:active, .lb_cartbg2:hover 
{
	border: solid 1px #000000;
	}

.lb_cartbg {
	height: 130px;
	margin-top: 1px;
	overflow: hidden;
	border: solid 1px #FFFFFF;
	padding: 5px;
}

.lb_cartbg2 {
	height: 130px;
	margin-top: 1px;
	overflow: hidden;
	background-image: url(icons/detailsbg.jpg);
  	background-repeat: repeat-x;
  	background-color: #ffffff;
	border: solid 1px #FFFFFF;
	padding: 5px;
}

/*  Anpassung für Pflichtzubehör im Shop */
.lb_cartbg_border {border-top: solid 2px #DA4B18; border-bottom: solid 2px #DA4B18; }

.lb_cartbg_item {
	min-height: 130px;
	margin-top: 1px;
	float: left;
}
.lb_cartbg_item:active, .lb_cartbg_item:hover { border: solid 1px #CCCCCC;}

/* ---------------------------------------------------------- */
/*  Tooltip für Listenansicht */
/* ---------------------------------------------------------- */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
	
}
#ajax_tooltipObj div{
	position:relative;
}

#ajax_tooltipObj .ajax_tooltip_arrow{	
	 display: none;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:1px solid #DA4B18;	
	left:18px;	
	top:0px;
	position:absolute;
	width: 350px;	
    height: 350px;
	background-color:#FFF;	
	padding:1px;	
	overflow:auto;	
	z-index:1000001;
	overflow: hidden;
}

/* ---------------------------------------------------------- */
/*  Detailansicht */
/* ---------------------------------------------------------- */

.lb_detailimagebig {
	width: 300px;
}

.lb_detailsbg {
	background-image: url(icons/detailsbg.jpg);
  	background-repeat: repeat-x;
  	height: 37px;
  	width:598px;
}  


.lb_detailsbg2 {
	background-image: url(icons/detailsbg2.jpg);
  	background-repeat: repeat-x;
  	height: 37px;
  	width:598px;
} 

.lb_detailimage {width: 100px; height: 100px; margin-top: 1px;}

.lb_thumb {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 120px;
	height: 102px;
	background-image: url(icons/thumb_bg.gif);
	text-align: center;
}
.lb_thumb:active, .lb_thumb:hover {
	background-image: url(icons/thumb_bg_on.gif);
}

/*  Variantenauswahl */	
.lb_choosevariant {
	color: #DA4B18;
	background-image: url(icons/varianteerror.gif);
	height: 88px;
	top: 5px;
	width: 175px;
	text-align: left;
}
/* Artikel weiterempfehlen */ 
.lb_recommend {
	background-color: #fff;
	background-image: url(icons/quant_header.jpg);
	background-repeat: no-repeat;
	height: 500px;
	padding: 200px 10px 10px 10px;
}

/* ---------------------------------------------------------- */
/*  Reitersystem	
/* ---------------------------------------------------------- */

.lb_wait 
{
	background-image: url(icons/wait.gif);
	width:100%;
	height:100px;
	background-repeat:no-repeat;
	background-position:center;
}

.lb_tab, .lb_tab:visited
{
	background-image: url(icons/tabbg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-indent:20px;
	width: 120px;
	height:38px;
	color:#FFFFFF;
	display: block;
	float:left;
	line-height:38px;
	font-size:12px;
	}
	
.lb_tab:hover, .lb_tab:active
{
	background-image: url(icons/tabbg_on.jpg);
	}
	
.lb_tabactive, .lb_tabactive:visited
{
	background-image: url(icons/tabbg_on.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-indent:20px;
	width:120px;
	height:38px;
	color:#FFFFFF;
	text-decoration: underline;
	display: block;
	float:left;
	line-height:38px;
	font-size:12px;
	}
/* ---------------------------------------------------------- */
/*  Allgemeine Messagenbox (globale Verwendung) */ 
/* ---------------------------------------------------------- */
.lb_messagebox {
	width: auto;
	height: 50px;
	padding: 10px;
	text-align: left;
	background-color: #fff;
	color: #666666;
	background-image: url(icons/message.jpg);
	background-repeat: no-repeat;
	background-position: 500px center;
	background-color: #e5e5e5;
}
/* ---------------------------------------------------------- */
/*  Tabellenüberschriften (globale Verwendung) */ 
/* ---------------------------------------------------------- */
.lb_tableheader {
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	background-color: #e5e5e5;
}
/* ---------------------------------------------------------- */
/*  Allgemeien Buttons (globale Verwendung) */ 
/* ---------------------------------------------------------- */


/*Begin Groupname Button*/

.dvGroupName, .dvGroupName:visited {
	margin-left: 2px;
	background-image: url(icons/buttonblau2.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
	margin-top: 3px;
	display: block;
	height: 20px;
	width: 594;
	text-indent:15px;
	text-align:left;
 }
.dvGroupName a, .dvGroupName a:visited {
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	text-transform: uppercase;
}
.dvGroupName a:active, .dvGroupName a:hover {
	color: #000000;
	text-decoration: underline;
}
/*Ende Groupname Button*/

.lb_button, .lb_button:visited {
	background-image: url(icons/buttonorange.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
	margin-top: 3px;
	display: block;
	width: 122px;
	height: 20px;
	text-indent:15px;
	text-align:left;
}
.lb_button a, .lb_button a:visited {
	color: #ffffff;
	display: block;
	text-decoration: none;
	width: 122px;
	height: 20px;
	text-transform: uppercase;
}
.lb_button a:active, .lb_button a:hover {
	color: #000000;
	text-decoration: underline;
}

.lb_button2, .lb_button2:visited {
	background-image: url(icons/buttonblau.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
	margin-top: 3px;
	display: block;
	width: 122px;
	height: 20px;
	text-indent:15px;
	text-align:left;
 }
.lb_button2 a, .lb_button2 a:visited {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	width: 122px;
	height: 20px;
	text-transform: uppercase;
}
.lb_button2 a:active, .lb_button2 a:hover {
	color: #000000;
	text-decoration: underline;
}

.lb_button2add, .lb_button2add:visited {
	background-image: url(icons/buttonadd.gif);
	background-repeat: no-repeat;
	line-height: 20px;
	margin-top: 3px;
	display: block;
	width: 130px;
	height: 21px;
	text-indent:15px;
	text-align:left;
 }
.lb_button2add a, .lb_button2add a:visited {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	width: 130px;
	height: 21px;
	text-transform: uppercase;
}
.lb_button2ad a:active, .lb_button2add a:hover {
	color: #000000;
	text-decoration: underline;
}
/*  Allgemeine Klasse und für Downloads */ 

.lb_button_arrow {
	background-image: url(icons/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-align: left;
	text-indent: 15px;
	margin-top: 5px;
}
.lb_button_arrow a, .lb_button_arrow a:visited {
	color: #DA4B18;
	text-decoration: none;
	width: 110px;
}
.lb_button_arrow a:active, .lb_button_arrow a:hover {
	color: #000;
	text-decoration: none;
}


/* ---------------------------------------------------------- */
/*  Hautpmenü für 5 Ebenen */ 
/* ---------------------------------------------------------- */

.lb_categories {
	list-style-type: none;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	margin-left: 10px;
}
.lb_categorie1, .lb_categorie1:visited {
	color: #ffffff;
	line-height: 18px;
    padding-left: 10px;
	background-image:url(icons/ebene1.gif);
	background-repeat:no-repeat;
	background-position:0px center;
	text-decoration: none;
	display: block;
	height: 18px;
	overflow: hidden;
}
.lb_categorie1:active, .lb_categorie1:hover {
	color: #000000;
	text-decoration: underline;
}
.lb_categorie1active, .lb_categorie1active:visited {
	font-weight: bold;
	color: #000000;
	line-height: 18px;
    padding-left: 10px;
	background-image:url(icons/ebene1active.gif);
	background-repeat:no-repeat;
	background-position:0px center;
	text-decoration: underline;
	display: block;
	height: 18px;
	overflow: hidden;
}
.lb_categorie1active:active, .lb_categorie1active:hover {
	color: #000000;
}
.lb_categorie2, .lb_categorie2:visited {
	color: #FFFFFF;
	line-height: 18px;
    padding-left: 18px;
	background-image:url(icons/ebene2.gif);
	background-repeat:no-repeat;
	background-position:8px center;
	text-decoration: none;
	display: block;
	height: 18px;
	overflow: hidden;
}
.lb_categorie2:active, .lb_categorie2:hover 
{
	text-decoration: underline;
	color: #000000;
	
}
.lb_categorie2active, .lb_categorie2active:visited {
	color: #000000;
	line-height: 18px;
    padding-left: 18px;
	background-image:url(icons/ebene2active.gif);
	background-repeat:no-repeat;
	background-position:8px center;
	text-decoration: underline;
	display: block;
	height: 18px;
	overflow: hidden;
}
.lb_categorie2active:active, .lb_categorie2active:hover {
	color: #000000;
}
.lb_categorie3, .lb_categorie3:visited {
	color: #FFFFFF;
	line-height: 18px;
    padding-left: 30px;
	background-image:url(icons/ebene3.gif);
	background-repeat:no-repeat;
	background-position:20px center;
	text-decoration: none;
	display: block;
	height: 18px;
	overflow: hidden;
}
.lb_categorie3:active, .lb_categorie3:hover {
	color: #000000;
	text-decoration: underline;
}
.lb_categorie3active, .lb_categorie3active:visited {
	color: #000000;
	line-height: 18px;
    padding-left: 30px;
	background-image:url(icons/ebene3active.gif);
	background-repeat:no-repeat;
	background-position:20px center;
	text-decoration: none;
	display: block;
	height: 18px;
	overflow: hidden;
}
.lb_categorie3active:active, .lb_categorie3active:hover {
	color: #000000;
}

/* ---------------------------------------------------------- */
/*  Allgemeien Hyperlinks (globale Verwendung) */ 
/* ---------------------------------------------------------- */ 
.lb_hyperlink, .lb_hyperlink:visited {
	color: #666666;
	text-decoration: none;
}
.lb_hyperlink:active, .lb_hyperlink:hover {
	color: #DA4B18;
	text-decoration: none;
}

.lb_hyperlink3,
.lb_hyperlink3:visited
{
 	color: #FF3401;
	font-weight: bold;
	text-decoration: none;
}
	
.lb_hyperlink3:active,
.lb_hyperlink3:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
	
.lb_title, .lb_title:visited {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.lb_title:active, .lb_title:hover {
	color: #DA4B18;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
/* ---------------------------------------------------------- */
/*  Diverse Objekte */ 
/* ---------------------------------------------------------- */  
/* Für alle Dropdownlisten */ 
.lb_ddl {
	line-height: 11px;
	font-size: 11px;
	width: 150px;
	color: #DA4B18;
}
/* Für alle Textboxen */
.lb_box {
	color: #FF3401;
	font-size: 10px;
	padding-left: 5px;
	width: 147px;
	margin-top: 2px;
	background-image:url(icons/boxbg.jpg);
	background-repeat:repeat-x;
}
.lb_boxerror {
	color: #FF3401;
	font-weight: bold;
	line-height: 10px;
	padding-left: 5px;
    font-size: 10px;
    width: 147px;
    border: solid 1px #FF3401;
    background-image:url(icons/boxbg.jpg);
	background-repeat:repeat-x;
}

/* ---------------------------------------------------------- */
/*  Globale Verfügbarkeit */
/* ---------------------------------------------------------- */
.lb_Availablility { width: 400px; height: 200px; }

/* ---------------------------------------------------------- */
/*  Übersichtsboxen (globale Verwendung)
/* ---------------------------------------------------------- */ 
/*  Widerrufsbelehrung */
.lb_resolve {
	padding:15px 150px 15px 15px;
	height: 145px;
	overflow: auto;
	scrollbar-face-color:#DA4B18; 
	scrollbar-highlight-color:#fff; 
	scrollbar-3dlight-color: #FFCC00; 
	scrollbar-darkshadow-color:#FFCC00; 
	scrollbar-shadow-color:gray; 
	scrollbar-arrow-color:#fff; 
	scrollbar-track-color:#e5e5e5;
	background-color: #fff;
	background-color: #e5e5e5;
}
.lb_overviewbox {
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}


/* ---------------------------------------------------------- */
/*  Sitemap auf 3 Ebenen
/* ---------------------------------------------------------- */  
.lb_sitemap {
	padding-left: 0px;
	padding-top: 10px;
}
.lb_sitemap a {
	font-size:12px;
	line-height: 17px;
	font-weight: bold;
	background-image: url(icons/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
.lb_sitemap2 {
	padding-left: 10px;
	padding-top: 4px;
}
.lb_sitemap2 a {
	color: #666666;
	background-image: url(icons/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
.lb_sitemap3 {
	padding-left: 20px;
	padding-top: 4px;
}
.lb_sitemap3 a {
	background-image: url(icons/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
/* ---------------------------------------------------------- */
/*  Stücklistenkonfigurator
/* ---------------------------------------------------------- */
.lb_varianteerror {
	background-position: 10px 10px;
	background-image: url(icons/message.jpg);
	background-repeat: no-repeat;
	border: 1px solid #DA4B18;
	background-color: #fff;
	padding: 5px;
}

.lb_varianten
{
	padding:10px;
	}
/* ---------------------------------------------------------- */
/*  Umstellung IPayment auf CGI BEGIN
/* ---------------------------------------------------------- */
.lb_tablehelp {
	width:200px;
	padding:5px 5px 5px 5px;
	margin:5px 5px 5px 5px;
	background-color:#fff;
	border:solid 1px #000;
}
.lb_tablewait {
	background-color:#000;
	filter:alpha(opacity=70); /* IE */
	-moz-opacity: 0.70; /* Gecko */
	opacity: 0.70; /* Opera */
}



/* ---------------------------------------------------------- */
/*  Mein Konfigurator (Sachmerkmale)
/* ---------------------------------------------------------- */

.lb_SML_lbl { font-weight:bold;}
.lb_SML_space {padding: 3px;}
.lb_SML_result { font-weight:bold; font-style:italic; margin: 2px;}

/* ---------------------------------------------------------- */
/*  Webservice Suche
/* ---------------------------------------------------------- */

.lb_WSSearch_main {
	position:absolute;
	margin-left: -245px;
	margin-top:-50px;
	width:400px;
	z-index:6000;
	display:none;
	color: #333;
	border: 1px solid #020167;
	background-image: url(icons/boxenbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#FFFFFF;
	filter:alpha(opacity=90); /* IE */
	-moz-opacity: 0.90; /* Gecko */
	opacity: 0.90; /* Opera */
}

.lb_Compare_main {
	position:absolute;
	width:400px;
	z-index:6000;
	display:none;
	color: #333;
	border: 1px solid #020167;
	background-image: url(icons/boxenbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	filter:alpha(opacity=90); /* IE */
	-moz-opacity: 0.90; /* Gecko */
	opacity: 0.90; /* Opera */
}

.tb_WSSearch_evenrow {cursor:pointer; vertical-align:top;}
.tb_WSSearch_oddrow { cursor:pointer; vertical-align:top;}

.tb_WSSearch_evenrow:hover, .tb_WSSearch_oddrow:hover {
	cursor:pointer;
	background-color:#FF7D01; /*  Mouse-Over Firefox */
	color: #000000;
	}

.lb_WSSearch_marker { font-weight:bold;	color: #000;}

.tb_WSSearch_selected {
	cursor:pointer;
	background-color:#FF7D01; /*  Mouse-Over IE */
	color: #000000;
}	

/* ---------------------------------------------------------- */
/*  Integration Lightbox
/* ---------------------------------------------------------- */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 1000; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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: 100; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(icons/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(icons/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(icons/nextlabel.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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 900; width: 100%; height: 500px; background-color: #000; }

/* ---------------------------------------------------------- */
/* Erweiterung FactFinder BEGIN */
/* ---------------------------------------------------------- */

div.suggestLayer 
{
	font-family:Helvetica,Arial,sans-serif;
	position: absolute;
	top: 75px;
	left: 363px;
	width: 1px;
	height: 1px;
	display: block;
	padding: 0;
	margin: 0;
	z-index: 1000000;
	background-color: white;
	background: transparent;
	opacity: .9;
	/*filter:alpha(opacity=90);*/
}
table.suggestLayer {
	font-size: 11px;
	width: 330px;
	border: 1px solid #000000;
	height: 12px;
	background-color: white;
	color: #005abe;
	cursor: pointer;
}
tr.suggestLayer { 
	height: 12px;
}
td.suggestLayer {
	padding: 0;
	height: 12px;
}

tr.suggestHeader{
	color: #173553;
	font-weight: normal;
	font-size: 10px;
}
tr.suggestHeader td{
	border-bottom: 1px solid #5C637D;
	padding: 3 3 3 5px
}
td.suggestFooter{
	height:25px;
	border-top:solid 1px #5C637D; 
	font-size:9px;
	color: #173553;
	background-color: #FCFCFC;
	background-image: url("../images/result/logo_fact-finder_suggest.gif");
	background-repeat: no-repeat;
	background-position: right;
}

td.suggestTextQuery{
	font-weight: bold; 
	padding: 2 15 2 10px;
}
span.suggestTextQueryTyped{
	color: #5c7997;
	text-decoration: underline;
}
td.suggestTextType{
	padding: 2 5 2 15px;
	width: 30%;
}
td.suggestTextAmount{
	padding: 2 5 2 15px;
	width: 30%;
	text-align: right;
}
tr.suggestRow{
	padding: 2 2 2 0px;
	background-color: #FCFCFC;
}

tr.suggestHighlight{
	color: #FCFCFC;
	background-color: #ec7405;
}
tr.suggestHighlight span.suggestTextQueryTyped{
	color: white;	
}


/* ---------------------------------------------------------- */
/*  Paketverfolgung
/* ---------------------------------------------------------- */

.lb_TrackingForwarderError {
	color: black;
	font-size:20pt;
	padding: 5px;
	height:50px;
	width: 100%;
	background-color:#FF6666;
	text-align:center;
	vertical-align:middle;
}

.lb_searchRankLink, .lb_searchRankLink:visited
{
	color: #DA4B18;
	text-decoration: none;
	}

.lb_searchRankLink:hover {	text-decoration: underline;	color: #000;}

.lb_LineHigh18
{
	line-height: 18px;
}

.lb_loginbox
{
	border: solid 1px #CCCCCC;
	background-color: #ffffff;
	background-image: url(icons/cartbg.jpg);
	background-repeat: repeat-x;
	padding:5px;
	margin-top: 10px;
}

.lb_mainchipbg
{
	background-image: url(icons/chip.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.lb_acceptbox
{
	border: 1px solid #cccccc;
	padding: 5px;
	background-color: #F3F3F3;
	}

.lb_headerBlue
{
	font-weight:normal;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0px 0px 0px 5px;
	margin-bottom: 5px;
	background-image: url(icons/mainheaderbg2.jpg);
	background-repeat:repeat-x;
	height: 36px;
	vertical-align:middle;
}

.lb_cartimage
{
	background-image: url(icons/cartimage.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
