/****************************************************************************************************************
Copyright 2009 Sell It Smart GmbH. Alle Rechte vorbehalten. 
Das Kopieren im Ganzen oder in Teilen ohne unsere vorherige ausdrückliche schriftliche Zustimmung ist untersagt. 
Jegliche Zuwiderhandlungen werden juristisch verfolgt.
****************************************************************************************************************/

/* 1+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 1+++++++++++++++++++++ ein- und ausblenden der Module ++++++++++++++++++++++ */
/* 1+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
background-color:#ffffff !important;
}

/* Favoriten Newsletter beobachten -links können einzeln an und aus gestellt werden*/
div#favnews {display:;}
#beobachten {display:;}
#favorit {display:;}
#newsletter {display:;}

/* Suchbox im kopf oder links / nur eine darf sichtbar sein */
#kopfzeile .suche	 {display:;}
#linke_spalte .suche {display:none;}

/* Module in den Spalten (kleine Boxen) */
#shopinfo {display:;}
#impressum {display:;}
#extra {display:;}

/* BlindBoxen in den Spalten (kleine Boxen) */
#blind_rechts, #blind_links {display:;}

/* Module in der Mitte (große Boxen) */
#datenschutz {display:none;}
#kaufabwicklung {display:;}
#versand {display:;}
#widerruf {display:;}

/* zusätzlich an- und abschaltbare Elemente*/
.agb_satz {display:none;}


/* 2+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 2+++++++++++++++++ Styling und Auswahl der Kopfnavigation ++++++++++++++++++ */
/* 2+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* normale kopfnavi angepasst an die inhalte der buttons */
#kopfnavi {
font-family: Tahoma;
top:128px; 
left:; 
right:8px; 
bottom:10px; 
height:44px;}

#kopfnavi ol li a, #kopfnavi ol li a:visited {
background: url(gfx/kopfnavi-bg.gif);
background-repeat:no-repeat;
padding: 8px 16px 0px 20px; 
font: bold 12px Tahoma; 
height:44px; 
line-height:23px;
color:#95954b; 
text-decoration:;
text-align:left}

#kopfnavi ol li a:hover {
background: url(gfx/kopfnavi-bg-hover.gif);
background-repeat:no-repeat;
font: bold 12px Tahoma; 
color:#95954b;
text-decoration:; 
line-height:23px;}

/* Alternative Kopfnavi breite angepasst an das Elternelement (div#kopfnavi) zum einsetzten bekommt das div#kopfnavi eine feste Breite 
DIE ANDEREN WERTE BLEIBEN IMMER GLEICH*/
/*
#kopfnavi {width:990px;}
#kopfnavi ol li {width:16.6%}
#kopfnavi ol li a {width:100% !important}
#kopfnavi ol li a, #kopfnavi ol li a:visited {padding: 0px;}
*/


/* 4+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 4++++++++++++++++++ Styling der Kopfzeile und der 3Spalten +++++++++++++++++ */
/* 4+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Kopfzeile */
#kopfzeile {width: 990px; height: 182px;background-color: #ffffff; background:url(gfx/kopfzeile-bg.jpg); text-align: left;}

/* über das Logo schieben für den Shop-Startseiten Link */
a.logolink {
width:300px;
height:80px;
top:32px;
left:;
bottom:;}

/* hier kann im Spezialfall das DIV mit dem Favoriten-, Newsletter-... link umpositioniert werden dann entsteht ein weißraum über dem Template */
#favnews {
font-family:Tahoma !important;
font-size: 11px !important;
top:5px;
position: relative;
z-index: 10000;
}

/* Balken hinter der Kopfzeile */
#head_bg {background:#ffffff !important;}

#favnews a, #favnews a:visited {
font-family:Tahoma !important;
font-weight:bold !important;
font-size:11px;
color:#000000;
text-decoration:none;}

#favnews a:hover {
font-family:Tahoma;
color:#fa6813;
text-decoration:underline;}

#beobachten {
padding-right:;}
#favorit {
padding-right:;}
#newsletter {
padding-right:;}

#kopfzeile .suche {
top:138px;
right:;
bottom:;
left:30px;}
.suche-kopf-content {}

/* die 3 Spalten */
#linke_spalte {background-image: url(gfx/spalte-links-bg.gif);}
#rechte_spalte {background-image: url(gfx/spalte-rechts-bg.gif);}
#mittlere_spalte {background-color: #FFFFFF;}

/* Anfang UP: in IE zentriert; Fix 30.01.2008 */
*html #mittlere_spalte, *html #linke_spalte, *html #rechte_spalte {text-align: left;}

/* 5+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 5++++++++++++++++++++++ Definition der kleinen Boxen +++++++++++++++++++++++ */
/* 5+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 5++++++ Inhalte der Boxen werden über in der "p.1" Klasse definiert. +++++++ */

.klbox-kopf, .bbox-kopf {height: 33px; background: url(gfx/klbox-kopf-bg.gif) no-repeat;}

.klbox-content {background:url(gfx/klbox-bg.gif);}

.klbox-kopf p {
font-family: Tahoma;
font-size: 13px;
font-weight: bold;
color: #ffffff;
text-align: center;
padding: 2px 0px 0px 0px;}

.klbox-content p {
font-family: Tahoma;
font-size: 11px;
font-weight: normal;
color: #01103b;
padding: 5px 0px 5px 10px;}

#rechte_spalte .klbox-content p {padding:0px;}

.klbox-fuss, .bbox-fuss {height: 33px; background: url(gfx/klbox-fuss.gif) no-repeat; }

/** Hier kann das Suchformular angepasst werden **/
/** Top-Abstand innerhalb des div`s sollte die Suche in der Kopfzeile stehen addiert sich der Abstand mit dem Top Wert **/
/** Standard für linke Box: top:5px **/
#suchform {top:0px;}
/** Breite des Eingabefeldes und Abstand zwischen Eingabefeld und Button **/
/** Standard für linke Box: width:120px und margin-right:5px **/
#suche-eingabe {width:140px; margin-right:10px;}

.bbox-kopf {background: url(gfx/lsp-1.gif) no-repeat;}
.bbox-content {background:url(gfx/lsp-2.gif) repeat-y;}
.bbox-fuss {background: url(gfx/lsp-3.gif) no-repeat;}

/* 6+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 6++++++++++++++++++++++ Definition der grossen Boxen +++++++++++++++++++++++ */
/* 6+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 6++++++ Inhalte der Boxen werden über in der "p.1" Klasse definiert. +++++++ */

.grbox-kopf {height: 43px; background:url(gfx/grbox-kopf-bg.gif) no-repeat;}

.grbox-content {background: url(gfx/grbox-bg.gif) repeat-y;}

.grbox-kopf p {
font-family: Tahoma;
font-size: 13px;
font-weight: bold;
color: #ffffff;
text-align: center;
padding: 3px 0px 0px 0px;}

.grbox-content div.p1 {
font-family: Tahoma;
font-size: 11px;
font-weight: normal;
color: #01103b;
padding: 5px 0px 5px 22px;}

/* Anfang UP: eingefügt für Abwicklungsinfos 30.01.2008 */
/* DB: z.B.: Afterbuy-Logo 21.02.2008 */
.grbox-content .symbolbild {
width: 100px;
padding: 5px 0px 0px 25px; 
float: left;
}

.grbox-content .abwicklungsinfo { 
width: 465px; 
padding: 5px 25px 0px 10px; 
float: right; 
font-family: Arial,Verdana;
font-size: 12px;
font-weight: normal;
} 

.grbox-content .clearfloating {clear: both; height: 15px;}



/* ENDE UP: eingefügt für Abwicklungsinfos 30.01.2008 */

#datenschutz .grbox-content p {
font-size: 11px;
color: #000000;
}

.grbox-fuss {height: 35px; background: url(gfx/grbox-fuss.gif) no-repeat; }


#widerruf_box {
border:2px solid #c0c0c0; 
background-color:;
font-family:Arial;
font-size:11px;
padding:2px 5px 2px 5px;}

.agb_satz {display: none;}


/* 6+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 6++++++++++++++++++++++ Definition der Artikelbeschreibung +++++++++++++++++++++++ */
/* 6+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#artikelbeschreibung .grbox-content {
padding: 0px 15px 10px 35px !important;
}

.artikelname {font-family: Tahoma; font-size: 20px; font-weight: bold; padding: 0px 10px 25px 10px; color: #000000;}

*html .artikelname {
padding-top: 0px;
}

.artikelkurzbeschreibung {font-family: Arial; font-size: 12px; padding: 0px 20px 15px 0px; color: #01103b;}

.artikelbeschreibung {font-family: Arial; font-size: 12px; padding: 20px 20px 15px 0px; color: #01103b;}

.bilderlink {
font-family: Arial;
font-size: 10px;
font-weight:;
color:#01103b;
padding-top: 0px;
}

/* 7++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 7+++++++++++++ Definition der Fusszeile inkl der Fussnavigation +++++++++++++ */
/* 7++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#fusszeile {position:relative; width: 990px; height: 96px; background:url(gfx/fusszeile-bg.gif) no-repeat; overflow:hidden;text-align:left;}


#fussnavi {
text-align:center;
font-family: Tahoma;
font-size: 11px;
font-weight: normal;
color: #f96812;
top:35px;
right:;
bottom:;
left:18px;}

#fussnavi a {
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
color: #95954b;
text-decoration: none;
padding: 0px 50px 0px 0px;}

#fussnavi a:hover {text-decoration: underline;}

.copyright {
text-align: center;
font-family: Tahoma;
font-size: 9px;
font-weight: regular;
color: #000000;
text-decoration: none;
padding:10px 0px 0px 0px;}


/* 8++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 8+++++++++++++++++++++++++++ Hauptnavigation ++++++++++++++++++++++++++++ */
/* 8++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/** #################################################### **/
/** ########### Allg. Einstellungen Flyout ############# **/

/** abstand innerhalb der box über und unter der navi **/
#mainnavi {padding-top:10px; padding-bottom:10px}

/** schriftdefinitionen **/
#mainnavi ol, ul#dd_navi{
	font-family:tahoma; 
	font-size:11px; 
	font-weight:normal; 
	color:#000000;
}
/** die line-height immer ein pixel weniger als die height **/
#mainnavi ol li {height:25px; line-height:24px;}
/** margin-top immer genau wie die height **/
#mainnavi ol li ol {margin-top:-25px;}

/** margin-left  immer 176px minus das innere padding IE6 und IE7 **/
#mainnavi ol li ol {margin-left:151px;}
html>head:first-child+body #mainnavi ol li ol {margin-left:151px;}

ul#dd_navi li{ margin:0px; padding:0px;}

/** ################################################## **/
/** ########### Allg. Einstellungen Shop ############# **/

/** allgemeiner kattable **/
table#StoreCategories {color:#000000; margin-top:34px;}
html>head:first-child+body table#StoreCategories{ margin-top:36px ;margin-bottom:-9px;}

.category b, .category a{ font-family:Tahoma !important; font-size:12px !important;}

table#StoreCategories, #mainnavi ol li  { background:url(gfx/spalte-links-bg.gif);}
.category div{ font-size:0px;}

table#StoreCategories a{text-decoration:none;}

/** ######################################## **/
/** ########### Hauptkategorie ############# **/

/** Hauptkategorie **/
a.all_cats, a.all_cats:visited, div.lcat div.ttl a, div.lcat div.ttl a:visited, ul.lev1 li a, ul.lev1 li a:visited, div.lcat div.link a, .kat00 a, .kat00 a:visited, .category b a, .category b a:visited, #mainnavi ol li a, #mainnavi ol li a:visited, a.katlink, a.katlink:visited, .pagecontainer table table table table td i a, .pagecontainer table table table table td i a:visited, table#StoreCategories a i, table#StoreCategories a:active i {
	background:url(gfx/navi-bg2.gif) no-repeat;
	padding:0px 0px 0px 30px;
	line-height:25px;
	color:#fa6813;
	font-weight:bold;
	text-decoration:none !important;
	border-bottom:1px dashed #d7d7d7;
	width:146px !important; 
	display:block;
}

/**margin-left: -padding-left px**/
div.lcat div.ttl a {margin-left:-30px !important}

/** Hover **/
a.all_cats:hover, div.lcat div.ttl a:hover, ul.lev1 li a:hover, div.lcat div.link a:hover, .kat00 a:hover, .category b a:hover, #mainnavi ol li a:hover, a.katlink:hover, a.katlink_on, a.katlink_on:visited, a.katlink_on:hover {
	background:url(gfx/navi-bg-hover2.gif) no-repeat;
	padding:0px 0px 0px 30px;
	line-height:25px;
	color:#fa6813;
	font-weight:bold;
	text-decoration:none !important;
	border-bottom:1px dashed #d7d7d7;
	width:146px !important;
	display:block;
}

/** Aktiv **/
ul.lev1 li span, div.lcat div.ttl, div.lcat div.link a .kat00_on b, .category b, a.katlink_on, a.katlink_on:visited, a.katlink_on:hover {
	background:url(gfx/navi-bg-hover2.gif) no-repeat;
	padding:0px 0px 0px 30px;
	line-height:25px;
	color:#fa6813;
	font-weight:bold;
	text-decoration:none !important;
	border-bottom:1px dashed #d7d7d7;
	width:146px !important;
	display:block;
}

/* Hauptkategorie CSS(Shop) margin-left= minus padding von aktiven 
Zustand bsp.: padding-left:10px = margin-left:-10px */
.category b a, .category b a:visited, .category b a:hover {
	display:block; 
	margin-left:-30px; 
}
/** Weitere Links **/
.pagecontainer table table table table td i a, .pagecontainer table table table table td i a:visited,
table#StoreCategories a i, table#StoreCategories a:active i { 
	position:relative; 
	margin:2px 0px -9px -1px; 
	font-family:Tahoma;
	font-size:11px;
	font-style:normal;
}
.pagecontainer table table table table td i a:hover{ background: url( gfx/navi-bg-hover2.gif);}

/** ########################################### **/
/** ########### 1. Unterkategorie ############# **/

/* 1. Unterkategorien */
ul.lev2 li a, ul.lev2 li a:visited, .category a, .category a:visited, .kat01 a, .kat01 a:visited, a.subkat1, a.subkat1:visited {
	background:url(gfx/subnavi-bg.gif) no-repeat;; 
	padding: 0px 0px 0px 30px; 
	line-height:25px; 
	color:#fa6813; 
	font-weight:bold;
	text-decoration: none; 
	border-bottom:1px dashed #d7d7d7;
	width:146px !important;
	display:block;
}
/** Hover **/
ul.lev2 li a:hover, .category a:hover, .kat01 a:hover, a.subkat1:hover {
	background:url(gfx/subnavi-bg-hover.gif) no-repeat;
	padding: 0px 0px 0px 30px; 
	line-height:25px; 
	color:#ffffff;  
	font-weight:bold;
	text-decoration:none; 
	border-bottom:1px dashed #d7d7d7;
	width:146px !important;
	display:block;
}
/** Aktiv **/
ul.lev2 li span, .kat01_on b, a.subkat1_on, a.subkat1_on:visited, a.subkat1_on:hover {
	background:url(gfx/subnavi-bg-hover.gif) no-repeat;
	padding:0px 0px 0px 30px;
	line-height:25px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dashed #d7d7d7;
	width:146px !important;
	display:block;
}

/** ########################################### **/
/** ########### 2. Unterkategorie ############# **/

/** 2 Unterkategorie **/
ul.lev3 li a, ul.lev3 li a:visited, .kat02 a, .kat02 a:visited, a.subkat2, a.subkat2:visited {
	background:url(gfx/subnavi-bg.gif) no-repeat;
	padding:0px 0px 0px 30px;
	line-height:25px;
	color:#fa6813;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dashed #d7d7d7;
	width:146px !important;
	display:block;
}
/** Hover **/
ul.lev3 li a:hover, .kat02 a:hover, a.subkat2:hover {
	background:url(gfx/subnavi-bg-hover.gif) no-repeat;
	padding:0px 0px 0px 30px;
	line-height:25px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dashed #d7d7d7;
	width:146px !important;
	display:block;
}
/** Aktiv **/
ul.lev3 li span, .kat02_on b {
	background:url(gfx/subnavi-bg-hover.gif) no-repeat;
	padding:0px 0px 0px 30px;
	line-height:25px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dashed #d7d7d7;
	width:146px !important;
	display:block;
}
