@CHARSET "UTF-8";
body {
	font-family: Arial;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #000000;
	background-repeat: repeat;
	background-image: url(../gfx/kopf.jpg);
	}
	
/* -------- Global Definition --------- */ 

#allcontent {
	background-color: #000;
	position: relative;
	width: 980px;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: left;
	border: solid 2px #ffffff;
	background-repeat: no-repeat;
	background-image: url(../gfx/allcontent_bg.jpg);
	background-position: right bottom;
	}

#topmenu
{ 	width: 980px;
	background-repeat: no-repeat;
	background-image: url(../gfx/header_bg.jpg);
	height: 200px;
	vertical-align: top;
	}


#leftbox {
	vertical-align: top;
	width: 190px;
	}
	
#rightbox {
	width: 190px;
	vertical-align: top;
	}

#mainbox {
	width: 600px;
	vertical-align: top;
	}	
			
a,
a:visited 	{
	color: #FF9900;
	text-decoration: none;
	}	
	

a:active,
a:hover {
	text-decoration: none;
	color: #000000;
	}

h1 {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	text-align: left;
	border-bottom:1px solid #cccccc;
	padding: 0;
	margin: 0;
	}
	
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
	padding: 0;
	margin: 0;
    }


.Textweiss		{color: #ffffff;}	
.Textklein		{font-size: 9px;}
.Textschwarz	{color: #000000;font-weight: bold;}	
.Textdunkelgrau {color: #333333;line-height: 20px;}	
.TextErrorMessage	{color: #ff0000;}
.error	{border: solid 1px #ff0000; background-color: White; padding: 5px; width: 148px; margin-top: 3px;}
.LineHigh18		{line-height: 18px;}

/* -------- Preisauszeichnung --------- */

.rabatt			{color: red; font-weight: bold;}
.preis			{color: #666666; font-weight: bold; font-size: 13px;}
.oldpreis			{color: #ff0000; font-weight: bold; font-size: 11px; text-decoration: line-through;}


/* -------- Globale Image-Klasse --------- */

.borderimg {border-width: 1px; border-color: #CCCCCC; border-style: solid; float: left; margin: 5px 10px 5px 0px;}	
.borderimg:active,
.borderimg:hover {border-width: 1px; border-color: #FFCC00; border-style: dashed;}

.borderimg2 {border-width: 1px; border-color: #CCCCCC; border-style: solid;}	
.borderimg2:active,
.borderimg2:hover {border-width: 1px; border-color: #FFCC00; border-style: dashed;}

.detailimage,
.detailimage:visited 
{
	border: solid 1px #cccccc; 
	float: left;
	width: 100px;
	height: 80px;
	margin-right: 10px;
	margin-top: 10px;
	
	}	
.detailimage:active,
.detailimage:hover 
{
	border: dashed 1px #FFCC00; 
	float: left;
	width: 100px;
	height: 80px;
	margin-right: 10px;
	margin-top: 10px;
	}

/* -------- Boxen - Abst�nde --------- */

.distance {	 padding: 5px;	} /* Boxen Innen */
.distancebox {	 padding: 5px;	} /* Boxen vertikaler Abstand */

/* -------- Boxen - Templates - G�ltig f�r alle Seiten --------- */

.satellite {
	
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 18px;
	background-image: url(../gfx/satellitemainbg.jpg);
	background-repeat:repeat-x;
	background-position: top;
	background-color: #fff;
	}
.satellitehead
{
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
    background-image: url(../gfx/satellitemainheadbg.jpg);
	background-repeat:repeat-x;
	height: 34px;
	line-height: 34px;
	text-indent: 5px;	
	}
.satellitecontent
{
	padding: 5px;
	}

.satellitefooter
{
	background-image: url(../gfx/footer.jpg);
	background-repeat: no-repeat;
	height: 8px;
	}
.satellitemain {
	background-color: #fff;
	text-align: left;
	line-height: 18px;
	
	}

/* Nur f�r Startseite und 1. Reiter */
.satellitemain2 {
	background-color: #FFB300;
	text-align: left;
	line-height: 18px;
	background-image: url(../gfx/startsteite_item_bg.jpg);
	background-repeat:repeat-x;
	background-position: top;
	}
.satellitemain3 {
	background-color: #fff;
	padding: 5px;
	}		

.satellitemainhead
{
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
    background-image: url(../gfx/satellitemainheadbg.jpg);
	background-repeat:repeat-x;
	height: 34px;
	line-height: 34px;
	text-indent: 5px;	
	}
.satellitemaincontent
{
	padding: 5px;
	}
	

/* -------- Header --------- */		
.logo {
	width: 366px;
	height: 58px;
	padding-left: 25px;
	padding-top: 25px;
	float: left;
	}

.suche {
	float: left;
	vertical-align: top;
	padding-left: 90px;
	padding-top: 25px;
	}

.warenkorb {
	float: left;
	vertical-align: top;
	color: #fff;
	padding-left: 40px;
	padding-top: 25px;
	width: 235px;
	}
	
.sslitem {
	float: right;
	padding-right: 7px;
	padding-top: 25px;
	}
	
.header
{
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	font-style: italic;
}

					
/* -------- Itemtable Startseite --------- */	 
.itembg {
		
	border-bottom: solid 2px #ccc;
	position: relative; width: 280px;
	background-color: #ffffff;
	text-align: left;
	padding: 5px;
	}
		
.itembg:active,
.itembg:hover 
{
	border-bottom: solid 2px #ccc;
	position: relative; width: 280px;
	background-color: #ffffff;	
	}

/*  Hintergrund f�r Kategoriebilder */
.imageitembg, .imageitembg:visited {
	background-image: url(../gfx/imagebg.jpg);
	background-repeat: no-repeat;
	width: 120px;
	height: 99px;
}
.imageitembg:active, .imageitembg:hover {
	background-image: url(../gfx/imagebg2.jpg);
	background-repeat: no-repeat;
	width: 120px;
	height: 99px;
}
.imageitembg a {
    color: #000;
    text-decoration: none;
    display: block;
}
.imageitembg a:active, .imageitembg a:hover {
    color: #fff;
    text-decoration: none;
    display: block;
}

/* -------- Itemslist --------- */	 
.itembg2 {
	background-color: #ffffff;
	border-bottom: solid 2px #ccc;
	width: 100%;
	padding-bottom: 20px;
	
	}


		
.sortlist { border-bottom: solid 2px #cccccc; padding: 10px; text-align: right; background-color: #e5e5e5;}
/*.navigator	{ line-height: 30px; height: 30px; background-color: #e5e5e5;  text-indent: 5px; }*/
.navigator {
border-bottom:1px solid #CCCCCC;
line-height:30px;
text-indent:5px;
}
.seitenanzahl	{ padding: 10px; text-align: center;}
.seitenanzahl a	{ text-decoration: none;   }

/* -------- Detailseite --------- */	

.variantenauswahl 
{
	color: #ff0000;
	background-image: url(../gfx/varianteerror.gif);
	height: 88px;
	top: 5px;
	position: relative;
	width: 175px;
	text-align: left;
	}

.borderbox {border: solid 1px #ccc; padding: 5px;}

	
/* -------- Reitersystem --------- */	


.lb_TabbedPanels {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	clear: both;
	width: 100%;
}

.lb_TabbedPanelsContent {
	float:left;
	background-color: #fff;
	width: 586px;
	border: solid 2px #FF9900;
	padding: 5px;
}

.lb_TabbedPanelsTab 
{
	margin: 1px 1px 0px 0px;
	position: relative;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:149px;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-transform: uppercase;
	background-image: url(../gfx/reiter.jpg);
	background-repeat: no-repeat;
	height: 34px;
	line-height: 36px;
	text-indent: 20px;	
	
}

.lb_TabbedPanelsTabHover 
{
	margin: 1px 1px 0px 0px;
	position: relative;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:149px;
	font-weight: bold;
	font-size: 11px;
	color: #FF9900;
	text-transform: uppercase;
	background-image: url(../gfx/reiter.jpg);
	background-repeat: no-repeat;
	height: 34px;
	line-height: 36px;
	text-indent: 20px;	
	
}

.lb_TabbedPanelsTabSelected {
	margin: 1px 1px 0px 0px;
	position: relative;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:149px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	background-image: url(../gfx/reiter2.jpg);
	background-repeat: no-repeat;
	height: 34px;
	line-height: 36px;
	text-indent: 20px;	
	
}

/* -------- Warenkorb --------- */	  

.messagebox2 {
	border: 1px solid #FFCC00;
	height: 50px;
	padding: 10px;
	text-align: left;
	background-color: #ffffff;
	color: #666666;
	background-image: url(../gfx/message.jpg);
	background-repeat: no-repeat;
	background-position: 500px center;
	}

/* -------- Login --------- */	  

.anmeldung {
	width: 600px;
	height: 400px;
	background-image: url(../gfx/de/anmeldung.jpg);
	background-repeat: no-repeat;
	}

/* -------- Artikel weiterempfehlen --------- */ 

.weiterempfehlen{
	background-color: #ffffff;
	background-image: url(../gfx/weiterempfehlenBackground.jpg);
	background-repeat: no-repeat;
	height: 500px;
	padding: 120px 10px 10px 10px;
	color: #fff;
	}		   				   			
	   			
/* -------- Warenkorb --------- */	  

.messagebox {
	position: relative;
	width: 540px;
	border: 1px solid #FFCC00;
	height: 50px;
	padding: 10px;
	text-align: left;
	background-color: #ffffff;
	color: #666666;
	background-image: url(../gfx/message.jpg);
	background-repeat: no-repeat;
	background-position: 500px center;
	margin-left: 3px;
	}


/* -------- Kontaktformular --------- */

.contactform {
	position: relative;
	width: auto;
	border: 1px solid #cccccc;
	padding: 10px;
	text-align: left;
	background-color: #fff;
	}

/* -------- Tabellen�berschrift --------- */

.tabellenheader {
	border-bottom: 1px solid #000000;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;	
	}

/* -------- Allgemeine Buttons --------- */

.mehrinfos,
.mehrinfos:visited
 {
	text-align: left;
	background-image: url(../gfx/button.jpg);
	background-repeat: no-repeat;
	width: 160px;
	height: 20px;
	line-height: 20px;
	margin-top: 3px;
	text-indent: 15px;
	text-transform: uppercase;
	font-size: 10px;
	}

.mehrinfos:active,
.mehrinfos:hover
 {
	background-image: url(../gfx/button_active.jpg);
	background-repeat: no-repeat;
	}
	
.mehrinfos a,
.mehrinfos a:visited
{	color: #ffffff;
	display: block;
	}

.mehrinfos a:active,
.mehrinfos a:focus,
.mehrinfos a:hover
{	color: #000000;
	}

.next
 {
	background-image: url(../gfx/button_active.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
	margin-top: 3px;
	text-indent: 15px;
	text-transform: uppercase;
	font-size: 10px;
	text-align: left;
	}

.next a

{	color: #000000;
 	width: 160px;
	height: 20px;
	display: block;
	}
	
.warenkorb_button,
.warenkorb_button:visited
 {
	text-align: left;
	background-image: url(../gfx/button2.jpg);
	background-repeat: no-repeat;
	width: 160px;
	height: 20px;
	line-height: 20px;
	margin-top: 3px;
	text-indent: 15px;
	text-transform: uppercase;
	font-size: 10px;
	}

.warenkorb_button:active,
.warenkorb_button:hover
 {
	background-image: url(../gfx/button2_active.jpg);
	background-repeat: no-repeat;
	}
	
.warenkorb_button a,
.warenkorb_button a:visited
{	color: #ffffff;
	display: block;
	}

.warenkorb_button a:active,
.warenkorb_button a:hover
{	color: #ffffff;
	}
	
.wishlist_button,
.wishlist_button:visited
 {
	text-align: left;
	background-image: url(../gfx/button3.jpg);
	background-repeat: no-repeat;
	width: 160px;
	height: 20px;
	line-height: 20px;
	margin-top: 3px;
	text-indent: 15px;
	text-transform: uppercase;
	font-size: 10px;
	}

.wishlist_button:active,
.wishlist_button:hover
 {
	background-image: url(../gfx/button3_active.jpg);
	background-repeat: no-repeat;
	}
	
.wishlist_button a,
.wishlist_button a:visited
{	color: #ffffff;
	display: block;
	}

.wishlist_button a:active,
.wishlist_button a:hover
{	color: #ffffff;
	}
	
/* -------- Hauptmen� --------- */

.Hauptmenu {
    list-style-type: none;  
    padding: 0;
    margin: 0;
    }

.menu,
.menu:visited
 {
	font-size:10px;
	font-weight: bold;
	color: #000;
	line-height: 22px;
	padding-left: 5px;
	padding-top: 0px;
	background-image:url(../gfx/menu_1.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 22px;
	overflow: hidden;
	}
	
.menu:active,
.menu:hover
 {
	color: #fff;
	background-image:url(../gfx/menu_1_active.jpg);
	background-repeat:no-repeat;
	overflow: hidden;
	}

.menuactive,
.menuactive:visited {
	
	font-size:10px;
	font-weight: bold;
	color: #fff;
	line-height: 22px;
	padding-left: 5px;
	padding-top: 0px;
	background-image:url(../gfx/menu_1_active.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 22px;
	overflow: hidden;
	}

.menuactive:active,
.menuactive:hover
{
	color: #fff;
	}

.menu2,
.menu2:visited{
	
	font-size:10px;
	color: #999;
	line-height: 22px;
	padding-left: 10px;
	padding-top: 0px;
	background-color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 22px;
	border-bottom: solid 1px #666;
	overflow: hidden;
	}

.menu2:active,
.menu2:hover {
	
	text-decoration: none;
	color: #FFCC00;
	
	}

.menu2active,
.menu2active:visited  {
	
	font-size:10px;
	color: #fff;
	line-height: 22px;
	padding-left: 10px;
	padding-top: 0px;
	background-color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 22px;
	border-bottom: solid 1px #fff;
	overflow: hidden;
	}

.menu2active:active,
.menu2active:hover {
	color: #FFCC00;
	}

.menu3,
.menu3:visited{
	
	font-size:10px;
	color: #ffffff;
	line-height: 22px;
	padding-left: 10px;
	padding-top: 0px;
	background-color: #999999;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 22px;
	overflow: hidden;
	}

.menu3:active,
.menu3:hover {
	
	text-decoration: none;
	color: #FFCC00;
	
	}

.menu3active,
.menu3active:visited  {
	
	font-size:10px;
	color: #000;
	line-height: 22px;
	padding-left: 10px;
	padding-top: 0px;
	background-color: #999;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 22px;
	border-bottom: solid 1px #fff;
	overflow: hidden;
	}

.menu3active:active,
.menu3active:hover {
	color: #FFCC00;
	}

.menu4,
.menu4:visited {
	
	font-size:10px;
	color: #000;
	line-height: 22px;
	padding-left: 25px;
	padding-top: 0px;
	background-color: #cccccc;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 22px;
	overflow: hidden;
	}

.menu4:active,
.menu4:hover {
	
	text-decoration: none;
	color: #666666;
	
	}

.menu4active,
.menu4active:visited  {
	
	font-size:10px;
	color: #000;
	line-height: 22px;
	padding-left: 25px;
	padding-top: 0px;
	background-color: #cccccc;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 22px;
	border-bottom: solid 1px #999;
	overflow: hidden;
	}

.menu4active:active,
.menu4active:hover {
	color: #666666;
	}
	

.menu5,
.menu5:visited{
	
	font-size:10px;
	color: #000;
	line-height: 22px;
	padding-left: 35px;
	padding-top: 0px;
	background-color: #E5E5E5;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 22px;
	overflow: hidden;
	}

.menu5:active,
.menu5:hover {
	
	text-decoration: none;
	color: #000;
	
	}

.menu5active,
.menu5active:visited  {
	
	font-size:10px;
	color: #666;
	line-height: 22px;
	padding-left: 35px;
	padding-top: 0px;
	background-color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 22px;
	overflow: hidden;
	}

.menu5active:active,
.menu5active:hover {
	color: #000;
	}
/* -------- Allgemeine Hyperlinks --------- */ 


.hyperlink,
.hyperlink:visited
 {
	color: #FFCC00;
	text-decoration: none;
	cursor: pointer;
	}
	
.hyperlink:active,
.hyperlink:hover
 {
	color: #fff;
	text-decoration: none;
	}
	
.hyperlink2,
.hyperlink2:visited
 {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	}
	
.hyperlink2:active,
.hyperlink2:hover
 {
	color: #FF9900;
	text-decoration: none;
	}
	
	
.Titel,
.Titel:visited
{
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	}	

.Titel:active,
.Titel:hover
{
	color: #FF9900;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	}	

/* -------- F�r alle Dropdownlisten und Texboxen --------- */ 

.ddl  {
	color: #666;
	line-height: 12px;
	font-size: 11px;
	width: 160px;
	}

.box  {
	color: #000000;
	line-height: 10px;
	padding-left: 5px;
	font-size: 10px;
	width: 150px;
	background-image:url(../gfx/boxbg.jpg);
	background-repeat:repeat-x;
	}	
	
.boxerror  {
	color: #ffffff;
	line-height: 10px;
	padding-left: 5px;
	font-size: 10px;
	width: 150px;
	background-image:url(../gfx/boxerrorbg.jpg);
	background-repeat:repeat-x;
	}
	
.input
{	color: #000000;
	line-height: 10px;
	padding-left: 5px;
	font-size: 10px;
	font-weight: bold;
	width: 45px;
	background-image:url(../gfx/boxbg.jpg);
	background-repeat:repeat-x;
	}	
	
/* -------- Zusammenfassung + Mein Konto-Bereich --------- */ 

.overview {
	background-color: #ffffff;
	padding:15px 150px 15px 15px;
	border: 1px solid #000000; 
	height: 145px;
	overflow: scroll;
	}

.overviewbox {padding: 10px; border: 1px solid #ccc; background-color: #ffffff}

/* -------- Sitemap --------- */ 

.div
{	padding-left: 0px;
	padding-top: 10px;
	}	
	
.div a
{	font-size:12px;
	line-height: 17px;
	font-weight: bold;
	background-image: url(../gfx/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	}

.div2
{	padding-left: 10px;
	padding-top: 4px;
	}

.div2 a
{	color: #666666;
	background-image: url(../gfx/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	}
	
.div3
{	padding-left: 20px;
	padding-top: 4px;
	}

.div3 a
{	background-image: url(../gfx/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	}
	
/* St�cklistenkonfigurator */
.varianteerror 
{
	background-position: 10px 10px;
	background-image: url(../gfx/message.jpg);
	background-repeat: no-repeat;
	border: 1px solid #ff0000;
	background-color: #ffffff;
	padding: 5px;
	}
	
/* -------- Fusszeile --------- */
.footerbg {
	background-image: url(../gfx/fusszeile.jpg);
	background-repeat: repeat-x; background-position: top; height: 97px; 
	color: #ffffff;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	}
	
.footerbg a {
	color: #FFCC00;
	font-weight: bold;
	}
	
.flashGr
{
	background-color:White;
	width:400px;
	height:300px;
}

/* Animation w�hrend Reiterwechsel */
.wait 
{
	background-color:White;
	background-image: url(../gfx/wait1.gif);
	width:100%;
	height:100px;
	background-repeat:no-repeat;
	background-position:center;
}

.lb_variantenuebersicht
{
	font-weight: bold;
	font-size: 13px;
}

/* DMX Calculator */
.lb_switch
{
	background-image:url(../gfx/dmx/dmx_07.gif);
	background-repeat: no-repeat;
	height:66px;
	vertical-align:middle;
}