/****************************************************************************************************************
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+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* 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:;}
#kaufabwicklung {display:;}
#versand {display:;}
#widerruf {display:;}

/* zusätzlich an- und abschaltbare Elemente*/
.agb_satz {display:;}


/* 2+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 2+++++++++++++++++ Styling und Auswahl der Kopfnavigation ++++++++++++++++++ */
/* 2+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* normale kopfnavi angepasst an die inhalte der buttons */
#kopfnavi {
top:; 
left:; 
right:0px; 
bottom:11px; 
height:30px;}

#kopfnavi ol li a, #kopfnavi ol li a:visited {
background: url(gfx/kopfnavi-bg.gif);
background-repeat: no-repeat;
padding: 0px 13px 0px 15px; 
font-family:Verdana; 
font-size:; 
font-weight: bold;
height:30px; 
line-height:30px;
color:#ffffff; 
text-decoration:;
text-align:center}

#kopfnavi ol li a:hover {
background: url(gfx/kopfnavi-bg-hover.gif);
background-repeat: no-repeat;
font-family: Verdana;
font-weight:; 
text-decoration:; 
line-height:30px;}

/* 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;}
*/


/* 3++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 3++++++++++++++++++++++++++ Hauptnavigation +++++++++++++++++++++++++++++ */
/* 3++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/** abstand innerhalb der box über und unter der navi **/
#mainnavi {padding-top:10px; padding-bottom:10px}
/** schriftdefinitionen **/
#mainnavi ol {font-family:verdana,arial; 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 **/
#mainnavi ol li ol {margin-left:151px;}
html>head:first-child+body #mainnavi ol li ol {margin-left:176px;}
/** styling der links normalzustand **/
#mainnavi ol li a, #mainnavi ol li a:visited {padding-left:25px; color:#000000; text-decoration:none; height:25px; width:151px; background:url(gfx/navi-bg.gif) no-repeat;}
/** styling der links hoverzustand **/
#mainnavi ol li a:hover {padding-left:25px; color:#000000; font-weight:normal; text-decoration:none; width:151px; background:url(gfx/navi-bg-hover.gif) no-repeat;}

/* 4+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 4++++++++++++++++++ Styling der Kopfzeile und der 3Spalten +++++++++++++++++ */
/* 4+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Kopfzeile */
#kopfzeile {
height: 121px;
background:url(gfx/kopfzeile-bg.jpg);
background-color: #ffffff;
}

/* über das Logo schieben für den Shop-Startseiten Link */
a.logolink {
width:274px;
height:61px;
top:0px;
left:0px;
bottom:;}

/* hier kann im Spezialfall das DIV mit dem Favoriten-, Newsletter-... link umpositioniert werden dann entsteht ein weißraum über dem Template */
#favnews {
top:;}

/* Balken hinter der Kopfzeile */
#head_bg {display: none;}

#favnews a, #favnews a:visited {
font-family:;
font-weight:bold;
font-size:;
color:#12407b;
text-decoration:none;}

#favnews a:hover {
font-family:;
color:#245d92;
text-decoration:underline;}

#beobachten {
padding-right:;}
#favorit {
padding-right:;}
#newsletter {
padding-right:;}

#kopfzeile .suche {
top:75px;
right:;
bottom:;
left:70px;}
.suche-kopf-content {}

/* die 3 Spalten */
#linke_spalte, #dummy_box {background:url(gfx/spalte-links-bg.gif) repeat-y ;}
#rechte_spalte {background:url(gfx/spalte-rechts-bg.gif) repeat-y ;}
#mittlere_spalte {background:url(gfx/mittlere-spalte-bg.gif) repeat-y;}

/* Anfang UP: in IE zentriert; Fix 30.01.2008 */
*html #mittlere_spalte, *html #linke_spalte, *html #rechte_spalte {text-align: left;}
*+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: 37px; background: url(gfx/klbox-kopf-bg.gif) no-repeat;}

.klbox-content {background:url(gfx/klbox-bg.gif);}

.klbox-kopf p {
text-align: center;
font-family: Verdana;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
padding: 5px 0px 0px 0px;}

.klbox-content p {
font-family: Verdana;
font-size: 11px;
font-weight: normal;
color: #ffffff;
padding: 5px 5px 5px 10px;}

#rechte_spalte .klbox-content p {padding:0px;}

.klbox-fuss, .bbox-fuss {height: 25px; 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:5px;}
/** Breite des Eingabefeldes und Abstand zwischen Eingabefeld und Button **/
/** Standard für linke Box: width:120px und margin-right:5px **/
#suche-eingabe {width:155px; margin-right:5px;}

.bbox-kopf {background: url(gfx/bbox-kopf-bg.gif) no-repeat;}
.bbox-content {background:url(gfx/bbox-bg.gif);}
.bbox-fuss {background: url(gfx/bbox-fuss.gif) no-repeat;}

/** Hier muss, bei Verwendung, der Margin angepasst werden. Dieser Wert ist abhängig von der Höhe der Füsse und Köpfe der kleinen Boxen **/
/** Für den Firefox ist der Wert die Summe der Höhe aus Fuss- und Kopfzeile **/
#blind_links .bbox-content, #blind_rechts .bbox-content {margin-bottom:-42px;}
/** Für den IE muss angepasst werden zB.: kopf:30px; fuss:20px = margin-bottom:-80px // kopf:10px; fuss:5px = margin-bottom:-57px **/
*html #blind_links .bbox-content, *html #blind_rechts .bbox-content {margin-bottom:-65px;}
*h+tml #blind_links .bbox-content, *+html #blind_rechts .bbox-content {margin-bottom:-65px;}

/* 6+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 6++++++++++++++++++++++ Definition der grossen Boxen +++++++++++++++++++++++ */
/* 6+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 6++++++ Inhalte der Boxen werden über in der "p.1" Klasse definiert. +++++++ */

.grbox-kopf {height: 37px; background:url(gfx/grbox-kopf-bg.gif) no-repeat;}

.grbox-content {background: url(gfx/grbox-bg.gif) repeat-y;}

#versand {
width: 638px;
}
#datenschutz {
width: 638px;
}

.grbox-kopf p {
text-align: center;
font-family: Verdana;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
padding: 5px 0px 0px 0px;}

.grbox-content p.p1 {
font-family: Verdana;
font-size: 12px;
font-weight: normal;
color: #1a457d;
padding: 5px 25px 0px 22px;}

.grbox-content div.p1 {
font-family: Verdana;
font-size: 12px;
font-weight: normal;
color: #1a457d;
padding: 5px 25px 0px 22px !important;}

#datenschutz .grbox-content div.p1 {
width: 590px;
font-family: Verdana;
font-size: 12px;
font-weight: normal;
color: #1a457d;
padding: 5px 45px 0px 22px;}

#kaufabwicklung .grbox-content p.p1 {
width: 590px;
font-family: Verdana;
font-size: 12px;
font-weight: normal;
color: #1a457d;
padding: 5px 25px 0px 22px;}

#gallery div.p1 {
width: 590px;
font-family: Verdana;
font-size: 12px;
font-weight: normal;
color: #1a457d;
padding: 5px 0px 0px 11px !important;}




/* Anfang UP: eingefügt für Abwicklungsinfos 30.01.2008 */
/* DB: z.B.: Afterbuy-Logo 21.02.2008 */
.grbox-content .symbolbild {
width: 100px;
padding: 4px 10px 0px 0px; 
float: left;
}

.grbox-content .abwicklungsinfo { 

width: 440px; 
padding: 2px 5px 0px 4px; 
float: left; 
font-family: Verdana;
font-size: 12px;
font-weight: normal;
} 


*html .grbox-content .abwicklungsinfo {width: 460px; padding: 5px 5px 0px 0px; }
*+html .grbox-content .abwicklungsinfo {width: 460px; padding: 5px 5px 0px 0px; }

.grbox-content .clearfloating {clear: both; height: 15px;}

/* ENDE UP: eingefügt für Abwicklungsinfos 30.01.2008 */

#datenschutz .grbox-content p {
font-family:Verdana;
font-size: 11px;
color: #000000;
}

.grbox-fuss {height: 63px; background: url(gfx/grbox-fuss.gif) no-repeat; }

#printdiv {margin-top:-4px}
a#print {color:#ffffff !important; background:url(gfx/print.gif) no-repeat right; }
a#print:hover {background:url(gfx/print-hover.gif) no-repeat right;}

#widerruf_box {
width: 560px !important;
border:1px solid #1a457d; 
background-color:#;
font-family:Verdana;
font-size:11px !important;
padding:2px 5px 2px 5px;
margin: 0px 0px 0px 30px !important;
}

*html #widerruf_box {width:576px !important; height: 158px !important;}
*+html #widerruf_box {width:576px !important; height: 158px !important;}

.agb_satz {color:#000000 !important; text-align: center; font-size: 11px;}


/* 6+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 6++++++++++++++++++++++ Definition der Artikelbeschreibung +++++++++++++++++++++++ */
/* 6+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#artikelbeschreibung .grbox-content {
padding: 10px 25px 10px 25px; width: 588px !important;
}

*html #artikelbeschreibung .grbox-content {
padding: 10px 0px 10px 25px; width: 638px !important;
}

*+html #artikelbeschreibung .grbox-content {
padding: 10px 0px 10px 25px; width: 638px !important;
}

.artikelname {
width: 580px;
font-family: Verdana;
font-size: 18px;
font-weight: bold;
color:#1a457d;
padding-top: 0px;
}

*html .artikelname {
padding-top: 8px;
}

.artikelkurzbeschreibung {
width: 180px;
font-family: Verdana;
font-size: 12px;
color:;
padding: 0px 0px 0px 10px;
}

.artikelbeschreibung {
font-family: Verdana;
font-size: 12px;
color:;
padding: 10px 0px 20px 6px;
}

.bilderlink {
font-family: Verdana;
font-size: 10px;
font-weight:;
color:#1a457d;
padding-top: 8px;
}

/* 7++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 7+++++++++++++ Definition der Fusszeile inkl der Fussnavigation +++++++++++++ */
/* 7++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#fusszeile {text-align:left; height:110px; background:url(gfx/fusszeile-bg.gif) no-repeat #FFFFFF; }

#fussnavi {
width:100%;
line-height:18px;
text-align:center;
font-family: Verdana;
font-size: 11px;
font-weight: bold;
color: #ffffff;
top:20px;
text-decoration:none;
right:;
bottom:;
left:;
}

#fussnavi a {
font-family: Arial,Verdana;
font-size: 11px;
font-weight: bold;
color: #ffffff;
text-decoration:none;
padding: 0px 15px 0px 15px;}

#fussnavi a:hover {text-decoration: underline;}

.copyright{ padding-top:40px; color:#1a457d; font-size: 10px !important;}

/* 8++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 8+++++++++++++++++++++++ Allgemeine Definitionen ++++++++++++++++++++++++ */
/* 8++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 

a, a:visited {font-family: Arial,Verdana; text-decoration:; color:;}
a:hover {font-family: Arial,Verdana; text-decoration:; color:;}

#arbeitsbereich {background-color:;}

#arbeitsbereich div, div#arbeitsbereich, #arbeitsbereich div div, #arbeitsbereich a, #arbeitsbereich p.p1 {font-family: Verdana; font-size:; background-color:;}*/

/* 9++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 9+++++++++++++++++++++++++ Dropdown Navigation ++++++++++++++++++++++++++ */
/* 9++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

ul#dd_navi{font-size:11px; font-family:Verdana;}

/** 1. Kategorie **/
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, a.katlink, a.katlink:visited {
	background-image: url(gfx/navi-bg.gif);
	background-repeat: no-repeat; 
	width:151px; 
	line-height:20px;
	padding: 0px 0px 0px 25px;
	text-decoration:none;
	font-weight:bold; 
	color:#ffffff;
	border-bottom:1px dashed #ffffff;
	font-size:11px;
	font-family:Verdana;
	
}
a.all_cats:hover, div.lcat div.ttl a:hover, ul.lev1 li a:hover, div.lcat div.link a:hover, a.katlink:hover{
	font-weight: bold;
	background-image: url(gfx/navi-bg-hover.gif);
	background-repeat: no-repeat;
	font-size:11px;
	font-family:Verdana;}

ul.lev1 li span, div.lcat div.ttl, div.lcat div.link a, a.katlink_on, a.katlink_on:visited, a.katlink_on:hover{
	width:151px; 
	line-height:20px;
	padding: 0px 0px 0px 25px;
	text-decoration:none;
	font-weight: bold;
	background-image: url(gfx/navi-bg-hover.gif);
	background-repeat: no-repeat; 
	color:#ffffff;
	border-bottom:1px dashed #ffffff;
	font-size:11px;
	font-family:Verdana;
}

/** 2. Kategorie **/
ul.lev2 li a, ul.lev2 li a:visited, a.subkat1, a.subkat1:visited{ 
	width:135px;
	background-image: url(gfx/subnavi-bg.gif); 
	line-height:20px;
	padding: 0px 0px 0px 41px;
	text-decoration:none;
	font-weight:normal; 
	color:#ffffff;
	border-bottom:1px dashed #ffffff;
}
ul.lev2 li a:hover, a.subkat1:hover{background-image: url(gfx/subnavi-bg-hover.gif);}

ul.lev2 li span, a.subkat1_on, a.subkat1_on:visited, a.subkat1_on:hover{
	width:135px;
	background-image: url(gfx/subnavi-bg-hover.gif);
	line-height:20px;
	padding: 0px 0px 0px 41px;
	text-decoration:none;
	font-weight:normal; 
	color:#ffffff;
	border-bottom:1px dashed #ffffff;
}



/** 3. Kategorie **/
ul.lev3 li a, ul.lev3 li a:visited, a.subkat2, a.subkat2:visited{
	width:135px;
	background-image: url(gfx/subsubnavi-bg.gif); 
	line-height:20px;
	padding: 0px 0px 0px 41px;
	text-decoration:none;
	font-weight:normal; 
	color:#ffffff;
	border-bottom:1px dashed #ffffff;
}
ul.lev3 li a:hover, a.subkat2:hover{background-image: url(gfx/subsubnavi-bg-hover.gif);}

html>head:first-child+body a.katlink, html>head:first-child+body a.katlink:visited, html>head:first-child+body a.katlink:hover, html>head:first-child+body a.katlink_on, html>head:first-child+body a.katlink_on:visited, html>head:first-child+body a.katlink_on:hover{ width:151px;}

html>head:first-child+body a.subkat1, html>head:first-child+body a.subkat1:visited, html>head:first-child+body a.subkat1:hover, html>head:first-child+body a.subkat1_on, html>head:first-child+body a.subkat1_on:visited, html>head:first-child+body a.subkat1_on:hover{ width:135px;}

html>head:first-child+body a.subkat2, html>head:first-child+body a.subkat2:visited, html>head:first-child+body a.subkat2:hover{ width:135px;}

/** ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ **/

#vertrau	{margin: 0px 0px 0px -20px; padding: 0px 0px 0px 10px;text-align: center; font-family: Verdana; font-size: 11px; font-weight: normal; color: #ffffff;}

#kontakt	{font-family: Verdana; font-size: 11px; font-weight: normal; color: #ffffff;}

.versand-text	{font-family: Verdana; font-size: 12px; padding: 10px 0px 10px 0px;}
.versand-text2	{font-family: Verdana; font-size: 12px; padding: 5px 10px 5px 0px; color: #1a457d; font-weight: bold;}
.versand-text3	{font-family: Verdana; font-size: 14px; padding: 5px 0px 5px 10px; color: #cc0000; font-weight: bold;}
.versand-text4	{font-family: Verdana; font-size: 12px; padding: 2px 0px 2px 10px; color: #cc0000; font-weight: bold;}
.versand-text5	{font-family: Verdana; font-size: 11px; padding: 2px 10px 2px 0px; color: #1a457d; font-weight: normal;}


/**margin-left: -padding-left px**/
div.lcat div.ttl a {margin-left:-33px !important}

