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

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

/* Favoriten Newsletter beobachten -links k&ouml;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:none;}

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

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

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

/* aus-/einblenden der Kopf- und Fussnavigationselemente  */
li.kopfnavi_shop {display:;}
li.kopfnavi_versand {display:;}
li.kopfnavi_kauf {display:;}
li.kopfnavi_agb {display:;}
li.kopfnavi_mich {display:;}
li.kopfnavi_imp {display:;}

a.fussnavi_shop {display:;}
a.fussnavi_versand {display:;}
a.fussnavi_kauf {display:;}
a.fussnavi_agb {display:;}
a.fussnavi_mich {display:;}
a.fussnavi_imp {display:;}

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


/* normale kopfnavi angepasst an die inhalte der buttons */
#kopfnavi {
top:; 
left:0px; 
right:; 
bottom:49px; 
height:30px;
}

#kopfnavi ol li a, #kopfnavi ol li a:visited {
background: none;
background-repeat: none;
padding: 0px 9px 0px 9px; 
font-family: Arial, Helvetica, sans-serif; 
font-size:14px; 
font-weight:bold;
height:30px; 
line-height:30px;
color:#ffffff; 
text-decoration:;
text-align:center;
margin-left:5px;
}

#kopfnavi ol li a:hover {
background: url(gfx/kopfnavi-bg-hover.gif);
background-repeat:repeat;
font-family: Arial, Helvetica, sans-serif; 
font-size:14px; 
font-weight:bold; 
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;}

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

/* Kopfzeile */
#kopfzeile {
height:210px;
background:url(gfx/kopfzeile-bg.jpg);
background-color: #ededed;
}

/* &uuml;ber das Logo schieben f&uuml;r den Shop-Startseiten Link */
a.logolink {
width:347px;
height:82px;
top:21px;
left:0px;
border: 0px #000000 solid;
}

/* &uuml;ber die Mail im Kopf schieben f&uuml;r Mailverlinkung */
a.maillink {
display:block;
position:absolute;
width:178px;
height:30px;
top:38px;
left:811px;
border: 0px #000000 solid;
}

/* hier kann im Spezialfall das DIV mit dem Favoriten-, Newsletter-... link umpositioniert werden dann entsteht ein wei&szlig;raum &uuml;ber dem Template */
#favnews {top:; z-index:;}

/* Balken hinter der Kopfzeile */
#head_bg {}

#bg_links {margin-left: -505px; margin-top: -231px; position: absolute; z-index:10000}
#bg_rechts {margin-left: 176px; margin-top: -189px; position: absolute;}

#arbeitsbereich {background:url(gfx/head-bg.gif) no-repeat; background-color:#ededed;}
#favnews a, #favnews a:visited {
font-family:Arial !important;
font-weight:nomral !important;
font-size:10px !important;
color:#6a6a6a;
text-decoration:none;
}

#favnews a:hover {
font-family:Arial !important;
font-weight:nomral !important;
font-size:10px !important;
color:#b5304a;
text-decoration:none;
}

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

#kopfzeile .suche {
top:120px;
right:;
bottom:;
left:681px;
}

/* Safari und Chrome Browserweiche Kopfsuche top: +5px*/
@media screen and (-webkit-min-device-pixel-ratio:0) {#kopfzeile .suche {top:125px;}}

.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 ; overflow:hidden !important}
#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;}

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

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

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

.klbox-kopf p {
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
padding: 14px 0px 0px 15px;
}

.klbox-content p, .klbox-content div.p1 {
font-family: Arial;
font-size: 11px;
font-weight: normal;
color: #2f2f2f;
padding: 5px 0px 5px 10px;
}

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

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

/** 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&uuml;r linke Box: top:5px **/
#suchform {top:6px;}
/** Breite des Eingabefeldes und Abstand zwischen Eingabefeld und Button **/
/** Standard f&uuml;r linke Box: width:120px und margin-right:5px **/
#suche-eingabe {width:229px; height:25px; border:none; background:none; 
color:#6A6A6A; font-size:11px;}

#suche-btn {margin-bottom: -10px !important;}
*html #suche-btn {margin-top: 0px !important; margin-bottom: 2px !important;}
*+html #suche-btn {margin-top: 0px !important; margin-bottom: 2px !important;}

.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;}

/** Kategorien einen anderen Kopf und Fuss zuweisen
#kategorien .klbox-kopf {background: url(gfx/klbox-kopf-bg2.gif) no-repeat;}
#kategorien .klbox-fuss {background: url(gfx/klbox-fuss2.gif) no-repeat;}
.kategorien_fuss .klbox-fuss {background: url(gfx/klbox-fuss2.gif) no-repeat;}
**/

#shopinfo .klbox-content div.p1 {text-align: center; padding: 0px;}
#shopinfo .klbox-kopf {display:none;}
#shopinfo .klbox-fuss {display:none;}
#impressum .klbox-content div.p1 a {color: #219b00; text-decoration: underline;}
#impressum .klbox-content div.p1 a:hover {color: #219b00; text-decoration: none;}
#impressum_grbox .grbox-content div.p1 a {color: #219b00; text-decoration: underline;}
#impressum_grbox .grbox-content div.p1 a:hover {color: #219b00; text-decoration: none;}
#crosspromotion .klbox-fuss {display:none;}

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

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

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

.grbox-kopf p {
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
padding: 14px 0px 0px 15px;
}

.grbox-content div.p1 {
font-family: Arial;
font-size: 12px;
font-weight: normal;
color: #2f2f2f;
padding: 11px 25px 5px 22px;
}

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

.grbox-content .abwicklungsinfo { 
font-family: Arial;
font-size: 12px;
font-weight: normal;
padding: 6px 0px 10px 0px;
color:#2f2f2f; 
} 

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

/* ENDE UP: eingef&uuml;gt f&uuml;r Abwicklungsinfos 30.01.2008 */

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

.grbox-fuss {height:33px; background: url(gfx/grbox-fuss.gif) no-repeat; font-size: 0px;}

#printdiv {margin-top:3px}
a#printlink {color:#808080 !important; background:url(gfx/print.gif) no-repeat right; }
a#printlink:hover {background:url(gfx/print-hover.gif) no-repeat right;}

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

.agb_satz {
color:#000000; 
text-align: center; 
padding: 5px 0px 0px 0px !important; 
font-size: 11px; 
}

a.toplink {  
height: 25px;
right: 6px;
top: -4px;
width: 30px;
}

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

.artikelname {
width: 100%;
font-family: Arial;
font-size: 16px;
font-weight: bold;
color:#2f2f2f;
padding-top: 0px;
}

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

.artikelkurzbeschreibung {
width: 180px;
font-family: Arial;
font-size: 12px;
color:#2f2f2f;
padding: 0px 0px 0px 10px;
}

.artikelbeschreibung {
font-family: Arial;
font-size: 12px;
color:#2f2f2f;
}

.bilderlink {
font-family: Arial;
font-size: 10px;
font-weight:normal;
color:#808080;
padding-top: 8px;
}

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

#fusszeile {text-align:left; height:52px; background:url(gfx/fusszeile-bg.gif) no-repeat #FFFFFF;}

#fussnavi {
width:100%;
line-height:18px;
text-align:center;
font-family: Arial;
font-size: 11px;
font-weight: normal;
color: #ffffff;
top:7px;
right:;
bottom:;
left:;
}

#fussnavi a {
font-family: Arial;
font-size: 10px;
font-weight: normal;
color: #ffffff;
text-decoration: none;
padding: 0px 17px 0px 17px;
text-transform: uppercase;
}

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

.copyright {padding-top:8px; color:#9a9a9a;}

#apa_logo {padding-bottom: 15px;}

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

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

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

/** schriftdefinitionen **/
#mainnavi ol, ul#dd_navi{
	font-family:Arial; 
	font-size:12px; 
	font-weight:bold; 
	color:#6a6a6a;
}

/** die line-height immer ein pixel weniger als die height **/
#mainnavi ol li {height:24px; line-height:23px;}
/** margin-top immer genau wie die height **/
#mainnavi ol li ol {margin-top:-24px;}

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

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

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

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

.category b, .category a, .lcat b, .lcat a, .lcat, .link, .lcat li { font-family:Arial !important; font-size:11px !important;}

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

table#StoreCategories a, div.lcat a, div.lcat span {text-decoration:none;}

/**blendet eBay Kategoriek&ouml;pfe aus**/
#LeftPanel .v4acp_head {display: none;}

/**stylet zus&auml;tzliche Kategorien**/
.s_recat li {margin-top: 0px;}
.s_recat li span {display: 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, .s_recat li a, .s_recat li a:visited {
	background:url(gfx/navi-bg.gif) no-repeat;
	padding:0px 0px 0px 33px;
	line-height:30px;
	color:#b5304a !important;
	font-weight:bold;
	font-size: 12px;
	text-decoration:none !important;
	border-bottom: 0px solid #ffffff !important;
	width:143px !important; 
	display:block;
}

/**margin-left: -padding-left px**/
div.lcat div.ttl a {margin-left:-33px !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, .s_recat li a:hover {
	background:url(gfx/navi-bg-hover.gif) no-repeat;
	padding:0px 0px 0px 33px;
	line-height:30px;
	color:#000000 !important;
	font-weight:bold;
	text-decoration:none !important;
	border-bottom: 0px solid #ffffff !important;
	width:143px !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, .s_recat li a:hover {
	background:url(gfx/navi-bg-hover.gif) no-repeat;
	padding:0px 0px 0px 33px;
	line-height:30px;
	color:#000000 !important;
	font-weight:bold;
	font-size:12;
	text-decoration:none !important;
	border-bottom: 0px solid #ffffff !important;
	width:143px !important;
	display:block;
}

/** ########################################### **/
/** ########### 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/navi-bg2.gif) no-repeat; 
	padding: 0px 0px 0px 35px !important; 
	line-height:26px; 
	color:#000000 !important; 
	font-weight:normal;
	font-size:12px;
	text-decoration: none; 
	border-bottom: 0px solid #ffffff !important;
	width:141px !important;
	display:block;
}

/** Hover **/
ul.lev2 li a:hover, .category a:hover, .kat01 a:hover, a.subkat1:hover {
	background:url(gfx/navi-bg-hover2.gif) no-repeat;
	padding: 0px 0px 0px 35px !important; 
	line-height:26px; 
	color:#000000 !important;  
	font-weight:normal;
	font-size:12px;
	text-decoration:none; 
	border-bottom: 0px solid #ffffff !important;
	width:141px !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/navi-bg-hover2.gif) no-repeat;
	padding:0px 0px 0px 35px !important;
	line-height:26px;
	color:#000000 !important;
	font-size:11px !important;
	font-weight:normal;
	text-decoration:none;
	border-bottom: 0px solid #ffffff !important;
	width:141px !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/navi-bg3.gif) no-repeat;
	padding:0px 0px 0px 45px !important;
	line-height:28px;
	color:#b5304a !important;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	border-bottom: 0px solid #ffffff !important;
	width:131px !important;
	display:block;
}

/** Hover **/
ul.lev3 li a:hover, .kat02 a:hover, a.subkat2:hover {
	background:url(gfx/navi-bg-hover3.gif) no-repeat;
	padding:0px 0px 0px 45px !important;
	line-height:28px;
	color:#b5304a !important;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	border-bottom: 0px solid #ffffff !important;
	width:131px !important;
	display:block;
}

/** Aktiv **/
ul.lev3 li span, .kat02_on b {
	background:url(gfx/navi-bg-hover3.gif) no-repeat;
	padding:0px 0px 0px 45px !important;
	line-height:28px;
	color:#b5304a !important;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	border-bottom: 0px solid #ffffff !important;
	width:131px !important;
	display:block;
}

a.link1 {width:87px; height:30px; top:171px; left:6px; position:absolute; display:block; bottom:;}
a.link2 {width:87px; height:30px; top:171px; left:99px; position:absolute; display:block; bottom:;}
a.link3 {width:87px; height:30px; top:171px; left:192px; position:absolute; display:block; bottom:;}
a.link4 {width:87px; height:30px; top:171px; left:285px; position:absolute; display:block; bottom:;}
a.link5 {width:87px; height:30px; top:171px; left:378px; position:absolute; display:block; bottom:;}
a.link6 {width:79px; height:30px; top:171px; left:468px; position:absolute; display:block; bottom:;}
a.link7 {width:82px; height:30px; top:171px; left:551px; position:absolute; display:block; bottom:;}
a.link8 {width:87px; height:30px; top:171px; left:638px; position:absolute; display:block; bottom:;}
a.link9 {width:84px; height:30px; top:171px; left:729px; position:absolute; display:block; bottom:;}
a.link10 {width:87px; height:30px; top:171px; left:816px; position:absolute; display:block; bottom:;}
a.link11 {width:87px; height:30px; top:171px; left:903px; position:absolute; display:block; bottom:;}



#artikelbeschreibung ul.punkt {color: #B6354B !important;}



