/****************************************************************************************************************
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:;}

/* 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+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a {outline:none}
/* normale kopfnavi angepasst an die inhalte der buttons */
#kopfnavi {
    height: 185px;
    left: 833px;
    right: 0;
    top: 30px;
    top: 34px\9;
    width: 130px;
}




#kopfnavi ol li a, #kopfnavi ol li a:visited {
background: url(gfx/kopfnavi-bg.png);
background-repeat: no-repeat;
background-position: left;
padding: 0px 18px 0px 18px;
font-family:tahoma, tahoma;
font-size:12px;
height:30px;
font-weight:bold;
line-height:31px;
color:#3c2d24;
text-decoration:;
text-align:center;}

#kopfnavi ol li a, #kopfnavi ol li a:visited {

line-height:25px\9;
}

#kopfnavi ol li a:hover {
background: url(gfx/kopfnavi-bg-hover.png);
background-repeat: no-repeat;
background-position: left;
font-family:tahoma, tahoma;
font-size:12px;
font-weight:bold;
color:#9D765E;
text-decoration:; 
line-height:31px;}







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



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

/* über das Logo schieben für den Shop-Startseiten Link */
a.logolink {
    height: 140px;
    left: 0;
    top: 50px;
    width: 270px;
}



a.maillink { display:none
}

/* hier kann im Spezialfall das DIV mit dem Favoriten-, Newsletter-... link umpositioniert werden dann entsteht ein weißraum über dem Template */
#favnews {
top:-6px; right:5px;  z-index:10000 ;color:#2A3542;}

/* Balken hinter der Kopfzeile */

#head_bg {background: url(gfx/bg.jpg) no-repeat center top;height:228px }

#arbeitsbereich {background: url(gfx/bg2.png) no-repeat center top;background-color:#2A3542; }


#favnews a, #favnews a:visited {
font-family:tahoma !important;
font-weight:normal!important;
font-size:11px !important;
color:#2A3542;
text-decoration:none;}

#favnews a:hover {
font-family:;
color:#392C23;
text-decoration:underline;}

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

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





/* #suche-btn {background:url(gfx/los_button.gif);border:none;height:26px;width:36px;cursor:pointer;margin-top:-2px;} */

/* die 3 Spalten */
#linke_spalte, #dummy_box {background: url(gfx/spalte-links-bg.gif); background-repeat:repeat-y}
#rechte_spalte {background: url(gfx/spalte-rechts-bg.gif); background-repeat:repeat-y}
#mittlere_spalte {background-color:#EEEEEE;}


#rechte_spalte td {background: url(gfx/spalte-rechts-bg.jpg); background-repeat:repeat-y;}
#linke_spalte td {background: url(gfx/spalte-links-bg.jpg); background-repeat: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:50px; background: url(gfx/klbox-kopf-bg.jpg) no-repeat;}

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

.klbox-kopf p {
    color: #3c2d24;
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    padding: 19px 0 0 37px;
    text-align: left !important;
}

.klbox-content p, .klbox-content div.p1 {
    color: #D0B995;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
    padding: 6px 15px 10px 18px;
}

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

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

/** 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:185px; margin-right:7px;border:none;background:none; font-size: 11px !important;color:#3B3E42}

#bezeichnung {font-family:tahoma;
font-size:11px !important;color:#3C3C3C;}

.check {margin-top: 12px ;margin-left:-4px;margin-top: 6px\9 ;margin-left:-4px\9;}
.schrift {font-family:tahoma;
font-size:11px !important;color:#3C3C3C; margin-top: -5px !important;}

#suche-btn {margin-bottom: -8px !important;}
*html #suche-btn {margin-top: 0px !important; margin-bottom: -7px !important;}
*+html #suche-btn {margin-top: 0px !important; margin-bottom: -7px !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-fuss {background: url(gfx/klbox-fuss.gif) no-repeat;font-size:0px !important;height:12px}
.kategorien_fuss .klbox-fuss {background: url(gfx/klbox-fuss.gif) no-repeat;height:22px}


#kategorien .klbox-kopf {background: url(gfx/klbox-kopf-bg2.jpg) no-repeat;height:50px}
#extra02 .klbox-content div.p1 {padding-left: 14px !important;}
#shopinfo .klbox-content div.p1 {text-align: center; padding: 8px 0px 0px 0px;}

#shopinfo .klbox-fuss {background: url(gfx/klbox-fuss.gif) no-repeat;height:12px}
#shopinfo .klbox-kopf {background: url(gfx/klbox-kopf-bg.jpg) no-repeat;height:50px}
#extra01 .klbox-content div.p1 {text-align: center; padding: 0px;}
#impressum .klbox-content div.p1 a {color: #D0B995; text-decoration: underline;}
#impressum .klbox-content div.p1 a:hover {color: #ffffff; text-decoration: none;}
#crosspromotion .klbox-fuss {display:none;}



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

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




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

.grbox-kopf p {
font-family:tahoma;
font-size:  12px;
font-weight: bold;
color: #D0B995;
padding: 11px 0 0 25px;
text-align:left !important;}


#gallery .grbox-content div.p1 {padding: 5px 15px 0px 15px;}

.grbox-content div.p1 {
font-family:tahoma;
font-size: 11px;
font-weight: normal;
color: #D0B995;
padding: 0px 20px 0px 30px;}

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



.grbox-content .abwicklungsinfo { 
font-family:tahoma;
font-size: 11px;
padding-top:1px;
padding-bottom:10px;
color: #D0B995;
font-weight: normal;
width: 450px;
} 

.border_sell td {border:solid 1px #ffffff;background-color:#E9E9E9}

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

#artikelbeschreibung .grbox-kopf p{}
#artikelbeschreibung .grbox-kopf {height:43px !important; background:url(gfx/grbox-kopf-bg1.jpg) no-repeat;}
#artikelbeschreibung .grbox-content div.p1 {padding-top:10px;padding-right:0px !important;padding-left:20px !important;}




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

/*#widerruf .grbox-fuss {height: 37px; background: url(gfx/grbox-fuss.gif) no-repeat; margin-top:-10px}*/

#printdiv {margin-top:4px;margin-right:15px}
a#printlink {color:#D0B995 !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 #5C6065;
background-color:#2D2F32;
font-family:tahoma;
font-size:11px;
width: 571px;
margin-bottom:0px;
padding-left:5px;
color:#CEB396;
}
*html #widerruf_box {width: 578px;font-size: 11px;}

.agb_satz a, #agb_satz a:visited {
color:#D0B995;}

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

 .verstab	{padding:6px !important;
			background-color:#2D2F32;
			border:solid 1px #5C6065;
			font-family : Tahoma,Verdana, Arial;
			font-size: 11px;
            color: #CEB396;
			}

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

.artikelname {
margin-top: -0px;
width: 100%;
font-family: tahoma !important;
font-size: 16px;
font-weight: bold;
color:#D0B995;
text-align:center;
}

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

.artikelkurzbeschreibung {
width: 180px;
font-family: tahoma !important;
font-size: 11px !importan;
color:#D0B995;
padding: 0px 0px 10px 20px;
}

.artikelbeschreibung span {
font-family: tahoma !important;
font-size: 12px !important;
color:#D0B995;}

.artikelbeschreibung {
font-family: tahoma !important;
font-size: 12px !important;
color:#D0B995;}

.bilderlink {
font-family: tahoma !important;
font-size: 10px;
font-weight:;
color:#D0B995;
padding-top: 8px;
}

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

#fusszeile {height:132px; background:url(gfx/fusszeile-bg.jpg) no-repeat #ffffff; }

#fussnavi {
width:100%;
line-height:20px;
text-align:center;
font-family:tahoma;
font-size: 11px;
font-weight: normal;
text-align:center !important;
color: #ffdba3;
top:37px;
right:;
bottom:;

}

#fussnavi a {
font-family:tahoma;
font-size: 11px;
font-weight: bold;
color: #ffdba3;
text-decoration: none;
padding: 0px 15px 0px 15px;}

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

a.toplink {right: 20px !important;}

.copyright{padding-top:24px; color:#ffdba3;font-size: 10px;font-weight:bold;font-weight: normal;}







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

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

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

/** 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:25px;}
/** 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:tahoma !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öpfe aus**/
#LeftPanel .v4acp_head {display: none;}

/**stylet zusätzliche Kategorien**/
.s_recat li {margin-top: 0px;}
.s_recat li span {display: none;}

/** ######################################## **/
/** ########### Hauptkategorie ############# 
div.lcat div.ttl a{padding-top:0px !important; background:none !important}

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

/** 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.jpg) no-repeat ;
	padding:0px 10px 0px 20px;
	line-height:24px;
	color:#D0B995 !important;
	font-weight:bold;
	text-decoration:none !important;
	font-size:11px; 
	font-family:tahoma; 
	width:146px !important;
	display:block;
}

/**margin-left: -padding-left px**/
div.lcat div.ttl a {margin-left:-20px !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.jpg) no-repeat;
	padding:0px 10px 0px 20px;
	line-height:24px;
	color:#ffffff !important;
	font-weight:bold;
	font-family:tahoma;
	text-decoration:none !important;
	font-size:11px; 
	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, .s_recat li a:hover {
	background:url(gfx/navi-bg-hover.jpg) no-repeat;
	padding:0px 10px 0px 20px;
	line-height:24px;
	color:#ffffff !important;
	font-weight:bold;
	font-family:tahoma;
	text-decoration:none !important;
	font-size:11px; 
	width:146px !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.jpg) no-repeat;
	padding: 1px 10px 0px 30px !important;
	line-height:24px;
	color:#D0B995 !important;
	font-weight:normal;
	text-decoration: none; 
	font-family:tahoma;
	font-size:11px;  
	width:136px !important;
	display:block;
}

/** Hover **/
ul.lev2 li a:hover, .category a:hover, .kat01 a:hover, a.subkat1:hover {
	background:url(gfx/navi-bg-hover2.jpg) no-repeat;
	padding: 1px 10px 0px 30px !important;
	line-height:24px;
	color:#ffffff !important;
	font-weight:normal;
	text-decoration:none; 
	font-family:tahoma; 
	font-size:11px; 
	width:136px !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.jpg) no-repeat;
	padding:1px 10px 0px 30px !important;
	line-height:24px;
	color:#ffffff !important;
	font-weight:normal;
	text-decoration:none;
	font-family:tahoma; 
	font-size:11px; 
	width:136px !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.jpg) no-repeat;
	padding:1px 10px 0px 45px !important;
	line-height:24px;
	color:#D0B995 !important;
	font-weight:normal;
	font-family:tahoma; 
	font-size:11px; 
	text-decoration:none;
	border-bottom:0px solid #FFFFFF;
	width:121px !important;
	display:block;
}

/** Hover **/
ul.lev3 li a:hover, .kat02 a:hover, a.subkat2:hover {
	background:url(gfx/navi-bg-hover3.jpg) no-repeat;
	padding:1px 10px 0px 45px !important;
	line-height:24px;
	color:#3B3E42 !important;
	font-weight:normal;
	font-family:tahoma;
	font-size:11px;  
	text-decoration:underline !important;
	border-bottom:0px solid #FFFFFF;
	width:121px !important;
	display:block;
}

/** Aktiv **/
ul.lev3 li span, .kat02_on b {
	background:url(gfx/navi-bg-hover3.jpg) no-repeat;
	padding:1px 10px 0px 45px !important;
	line-height:24px;
	color:#3B3E42 !important;
	font-weight:normal;
	font-family:tahoma; 
	font-size:11px; 
	text-decoration:underline !important;
	border-bottom:0px solid #FFFFFF;
	width:121px !important;
	display:block;
}

div#patga_84277_logo {display:none;}
#datenschutz .grbox-kopf {display:none;}
#datenschutz .grbox-fuss {display:none;}