/****************************************************************************************************************
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+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a {outline:none}
/* normale kopfnavi angepasst an die inhalte der buttons */
#kopfnavi {
    height: 81px;
    left: 1px;
    right: 0;
    top: 152px;
}



#kopfnavi ol li a, #kopfnavi ol li a:visited {
border-top: 3px solid #ffffff;
padding: 0px 0px 0px 0px;
height:81px;
font-weight:bold;
text-align:left;}

#kopfnavi ol li a:hover {
border-top: 3px solid #00816D;

}

/* 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:935px;}
#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:247px;
background:url(gfx/kopfzeile-bg.jpg);
background-color: #ffffff;
}

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

/* über die Mail im Kopf schieben für Mailverlinkung */
a.maillink {
    display: block;
    height: 20px;
    left: 822px;
    position: absolute;
    top: 65px;
    width: 175px;
}

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

/* Balken hinter der Kopfzeile */


#head_bg {background:url(gfx/bg-shop.gif) repeat-x; height:247px; }

/* eventueller Hintergrund für das gesammte Template */
#arbeitsbereich {background:url(gfx/bg.gif); background-repeat: repeat;}

#favnews a, #favnews a:visited {
font-family:Arial !important;
font-weight:normal !important;
font-size:12px !important;
color:#7E7E7E;
text-decoration:none;
}

#favnews a:hover {
font-family:arial;
color:#00816D !important;
text-decoration:none;
}

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

#kopfzeile .suche {
    left: 25px;
    top: 109px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {#kopfzeile .suche {left: 27px; top: 114px;}}

.suche-kopf-content {}

#kopfzeile .kats {
top:0px;
height:150px;
width:500px;
position: absolute;
right:;
bottom:;
left:430px;
z-index:20000;
}

/* die 2 Spalten */
#linke_spalte, #dummy_box {background:url(gfx/bbox-bg.gif) repeat-y ;}


/* Anfang UP: in IE zentriert; Fix 30.01.2008 */
*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 {height: 56px; background: url(gfx/klbox-kopf-bg_kat.gif) no-repeat;}

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





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

.klbox-fuss {height:21px; background: url(gfx/klbox-fuss.gif) repeat-y; 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ü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:300px; margin-right:18px; background:none ; border:none;font-size:11px; color:#4B4B4D}

#suche-btn {margin-bottom: -7px !important;}
*html #suche-btn {margin-top: 0px !important; margin-bottom: -4px !important;}
*+html #suche-btn {margin-top: 0px !important; margin-bottom: -4px !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-bg_kat.gif) no-repeat; height: 31px;}
#promo .klbox-content div.p1 {padding: 0px;background: url(gfx/promo1.jpg) no-repeat; height:244px}
#kategorien .klbox-kopf p {padding: 9px 0px 0px 12px;}

/**finderwechsel**/

.reiter_link {display:block;  height: 32px;}


#showdiv {margin-left:200px; margin-top:0px; z-index:15000}

*+html #showdiv {margin-left:-193px; margin-top:29px; }

/* 5+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 5++++++++++++++++++++++ Finder +++++++++++++++++++++++++++++++++++++++++++++ */
/* 5+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#artikelfinder .klbox-content div.velux_finder { padding: 0px;background: url(gfx/finder_bg.jpg) no-repeat;padding-top:5px;}
#artikelfinder .klbox-kopf {height:29px; background: url(gfx/klbox-kopf-bg_finder1.gif) no-repeat;}
#artikelfinder2 .klbox-content div.rollo_finder { padding: 0px;background: url(gfx/finder_bg.jpg) no-repeat;padding-top:5px}
#artikelfinder2 .klbox-kopf {height:29px; background: url(gfx/klbox-kopf-bg_finder2.gif) no-repeat;}
#artikelfinder3 .klbox-content div.mass_finder { padding: 0px;background: url(gfx/finder_bg.jpg) no-repeat;padding-top:5px}
#artikelfinder3 .klbox-kopf {height:29px; background: url(gfx/klbox-kopf-bg_finder3.gif) no-repeat;}

.finder_hover_1 {position:absolute; height:32px;width:200px; background: url(gfx/klbox-kopf-bg_finder1_hover.gif) no-repeat; margin-top: -34px;text-align:right}
.finder_hover_2 {position:absolute; height:32px;width:200px; background: url(gfx/klbox-kopf-bg_finder2_hover.gif) no-repeat; margin-top: -34px;text-align:right}
.finder_hover_3 {position:absolute; height:32px;width:200px; background: url(gfx/klbox-kopf-bg_finder3_hover.gif) no-repeat; margin-top: -34px;text-align:right}

.drop2{width:95px;margin:7px 0px 7px 1px !important;font-size:11px}
.drop{width:175px;margin:7px !important;font-size:11px}
.feld1 {width:73px;width:68px\9;margin:7px !important;font-size:12px; background: url(gfx/feld_bg.gif) no-repeat;border: 1px solid #ABADB3; }
.feld2 {width:73px;width:68px\9;margin:7px !important;font-size:12px; background: url(gfx/feld_bg.gif) no-repeat;border: 1px solid #ABADB3;}
.titel_ {font-family: arial;font-size: 12px;font-weight:normal;color:#008975; font-weight: bold;width:175px; text-align:left;margin-left: 15px;margin-left: 15px;margin-left: 15px\9;margin-top:5px}
.titel_2 {font-family: arial;font-size: 12px;font-weight:normal;color:#008975; font-weight: bold;width:75px; text-align:left;margin-left: 15px;margin-left: 15px;margin-left: 15px\9;margin-top:0px}
*+ html .titel_2 {margin-left: 0px}
 #finder {margin:0px !important}

.mass_finder {display:none;height:228px}
.velux_finder {display:none;height:228px}
.rollo_finder {display:none;height:228px}

/* 6+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 6++++++++++++++++++++++ Definition der grossen Boxen +++++++++++++++++++++++ */
/* 6+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 6++++++ Inhalte der Boxen werden über in der "p.1" Klasse definiert. +++++++ */
#sis_seo SK .grbox-kopf  { background:url(gfx/grbox-kopf-galerie.gif) no-repeat;height:38px}
#akt_angebot .grbox-kopf  { height:38px}
#akt_bewertung .grbox-kopf  {height:38px}
#sis_seo SK .grbox-fuss  { background:url(gfx/grbox-fuss2.gif) no-repeat;height:16px}
#akt_angebot .grbox-fuss  { background:url(gfx/grbox-fuss2.gif) no-repeat;height:16px}
#akt_bewertung .grbox-fuss  { background:url(gfx/grbox-fuss2.gif) no-repeat;height:16px}
#sis_seo SK .grbox-content  { background:url(gfx/grbox-bg2.gif) repeat-y;padding: 0px 20px 0px 15px; }
#akt_angebot .grbox-content  { background:url(gfx/grbox-bg2.gif) repeat-y;padding: 0px 20px 0px 15px; }
#akt_bewertung .grbox-content  { background:url(gfx/grbox-bg2.gif) repeat-y;padding: 0px 20px 0px 15px; }
#pers_seiten .grbox-content  { background:url(gfx/grbox-bg2.gif) repeat-y;padding: 0px 40px 0px 20px; width:770px}
#pers_seiten .grbox-fuss  { background:url(gfx/grbox-fuss2.gif) no-repeat;height:16px}
#pers_seiten .grbox-kopf  { background:url(gfx/grbox-kopf-bg2.gif) no-repeat;height:43px}

#artikelbeschreibung .grbox-content div.p1 {padding:5px 0px 0px 0px; color: #000000;}
#artikelbeschreibung .grbox-kopf {height: 30px; background:url(gfx/grbox-kopf-bg2.gif) no-repeat;}
#artikelbeschreibung .grbox-content {background: url(gfx/grbox-artikel-bg.gif) repeat-y;}
#artikelbeschreibung .grbox-fuss {height: 34px; background: url(gfx/grbox-fuss.gif) no-repeat; }

.hinw  {   color: #008975;font-family: arial;font-weight: bold; }

.lupe  {display:block; position:absolute;  margin-left:0px; margin-top:0px;}
a img {
border : 0 none;
}

.art-links {width:544px;text-align:center;font-family: arial;font-size: 10px;font-weight: bold;color: #565656;}
.art-rechts {width:246px;height:500px}
.artikelbild {width:370px;background-color:#ffffff; margin-top:10px; margin-left:20px}
.artikelinhalt {width: 380px; padding: 0px;text-align:top; background:url(gfx/inhalt-bg.gif) no-repeat;}
.artikel-titel {color: #4A4A4A;font-family: arial;font-size: 18px;font-weight: bold;height: 30px;margin-left: 18px;width: 760px;}
.beschreibung2  {width:380px;;margin-top:20px; font-family: arial;font-size: 12px;font-weight:normal; padding: 0px 0px 10px 0px; color: #6A6A6A;}
.beschreibung3  {width:370px;;margin-top:0px; font-family: arial;font-size: 12px;font-weight:normal; padding: 0px 0px 0px 0px; color: #6A6A6A;}


.beschreibung2 pre {font-family: arial;font-size: 12px;font-weight:normal;color: #6A6A6A;width:370px !important;white-space: pre-wrap;}



#beschreibung .grbox-kopf {height: 35px; background:url(gfx/grbox-kopf-bg-beschreibung.gif) no-repeat;font-size:0px !important}
#beschreibung .grbox-content div.p1 {background: url(gfx/grbox-beschreibung-bg.gif) repeat-y;padding: 0px 0px 0px 0px;}
#beschreibung .grbox-fuss {height:16px; background:url(gfx/grbox-beschreibung-fuss.gif) no-repeat;}
.beschreibung  {width:520px; float:left;margin-right:4px;font-family: arial;font-size: 11px;font-weight:normal; padding: 10px 8px 13px 8px; color: #6A6A6A;}
.abwicklung {width:220px; margin-left: 20px !important;float:left;margin-left:0px\9;font-family: arial;font-size: 12px;font-weight:normal;color:#6A6A6A}

#galerie_mitte .grbox-kopf {background:url(gfx/grbox-kopf-galerie.gif) no-repeat;height:38px}
#galerie_mitte .grbox-kopf p.p1 {font-family: arial; font-size: 17px; font-weight: bold; color: #009C84;padding: 10px 0px 0px 25px; }
#galerie_mitte .grbox-content div.p1 {padding: 10px 0px 0px 15px;}

.inhalt {
    margin-bottom: 10px;
    margin-right: 0;
    margin-top: 0;
    overflow: auto;
    padding: 4px 10px 0 7px;
    width: 504px;
    height:380px;
    height:430px;
}

.prod_text_fett {font-weight: bold;}
.prod_text_kursiv {font-style:italic;}
.prod_text_farbe {color:#cc0066;font-weight:bold}

.cf {clear:both; font-size:0px;height:0px}

.grbox-kopf {height:38px;}

.grbox-kopf2 {height:38px; background:url(gfx/grbox-kopf-galerie.gif) no-repeat;}


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

.grbox-kopf p {font-family: arial; font-size: 17px; font-weight: bold; color: #4B4B4B;padding: 10px 0px 0px 25px;
}

.grbox-kopf2 p {font-family: arial; font-size: 17px; font-weight: bold; color: #4B4B4B;padding: 15px 0px 0px 25px;
}

#versand .grbox-kopf p {padding:0px}

.grbox-content div.p1 {
font-family: arial;
font-size: 12px;
font-weight: normal;
color: #6A6A6A;
padding: 0px 20px 0px 25px;
}

.grbox-content div.p1 a{
font-family: arial;
font-size: 12px;
font-weight: normal;
color: #6A6A6A;

}

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

/* 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 0px 0px 0px; 
float: left;
}

.grbox-content .abwicklungsinfo {
font-family: arial;
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: 28px; background: url(gfx/grbox-fuss.gif) no-repeat; }

#printdiv {margin-top:-4px}
a#printlink {color:#ffffff !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 #000000; 
background-color: #cccccc;
font-family:arial;
font-size:11px;
padding:2px 5px 2px 5px;
}

.agb_satz {color:#000000}

#kauf-bg {background: url(gfx/kauf-bg.gif) no-repeat; width: 762px; height: 195px; position: relative;}




#versandtabelle	td {padding:5px !important;
					background-color:#ffffff;
					border:solid 1px #C5D2F5;
					font-family : arial,Verdana, arial;
					font-size: 11px;
					color:#4B4B4D;
					}

#artikeltabelle td {
    border: 0 solid #C5D2F5;
    color: #343434;
    font-family: arial,Verdana,arial;
    font-size: 11px;
    height: 25px;
    padding: 2px !important;
    vertical-align: top;
}


.box {width:251px; height:163px; border: solid 2px #ffffff; float: left;}

.box a {width:251px; height:163px; border:0px; float: left; background-color:#BFBFBF;text-decoration:none}
.box a:hover {background-color:#05A990;}

.sb { font-family: arial; font-size: 15px; font-weight: bold; color: #ffffff;margin: 8px 0px 0px 0px;text-align:center}

/* ++++++++++++++++++++++ Maaßaarrttiikkeell--Reecchhnneerr +++++++++++++++++++++++ */

.rechner_form td	{padding:5px 0px 5px 0px !important;
        			background-color:#ffffff;
                    font-family : arial,Verdana;
                    font-weight:bold;
        			font-size: 12px;
        			text-align:top;
        			color:#6A6A6A;
        			height:30px;}
.rechner_form {width: 410px;width: 430px\9;}

.text2	{font-family : arial,Verdana;
    	font-size: 10px;
    	text-align:top;
    	color:#6A6A6A;}

.input1	{width: 63px}

.liste1 li	{ display:block;
			font-family : arial,Verdana;
			font-size: 12px;
            font-weight: normal;
			text-align:left;
			color:#6A6A6A;}

.liste1	{margin:0px;
padding: 0px}

/* ++++++++++++++++++++++ Maaßaarrttiikkeell--Reecchhnneerr Ende+++++++++++++++++++++++ */


#artikeltext {}
.reiter {margin: 10px 0px 0px 0px; position: relative; z-index: 20;}
#reiter_nav {padding-top: 1px; height: 30px; margin-left: 20px;}
#reiter_nav ul {margin: 0px; padding:0px; list-style:none;}
#reiter_nav ul li {margin:0px; padding: 0px; list-style:none; float: left;}
.reiter_link2 {float:left; display:block; line-height: 30px; height: 30px; color:#ffffff; text-decoration:none; font-size:14px;font-weight:bold; text-align: center; background: url(http://www.sell-it-smart.de/kunden/jaloucity/gfx/tab.gif) repeat-x; margin: 1px 13px 0 0; padding: 0 15px;font-family:arial;}
.reiter_link2:link {color:#ffffff; text-decoration: none;font-weight:bold;font-size:14px;}
.reiter_link2:visited {color:#ffffff; text-decoration: none;font-weight:bold;font-size:14px;}
.reiter_link2:hover {text-decoration: none; color:#ffffff;font-weight:bold;font-size:14px;}
.reiter_link2_aktiv {float:left; display:block; line-height: 28px; line-height: 30px\9; height: 29px; height: 30px\9; color:#C80666 !important; text-decoration:none; font-size:14px;  font-weight:bold;text-align: center;  background: url(http://www.sell-it-smart.de/kunden/jaloucity/gfx/tab_activ.gif) repeat-x; font-family:arial; font-size:14px; margin: 1px 13px 0 0; padding: 0 15px;font-family:arial ;border-top: solid 1px #C7C7C7;border-left: solid 1px #C7C7C7;border-right: solid 1px #C7C7C7}
.reiter_link2_aktiv:hover {text-decoration: none;font-weight:bold;font-size:14px;}



.content2_tab2 {border: 0px solid #999999; position: relative; top: 1px; top: 1px\9; width: 520px; z-index: 10; text-align: left;}
.content2_tab2-inhalt {font-family: Arial; color: #6A6A6A !important; font-size: 12px; padding: 5px 23px 23px 12px; line-height:14px;font-weight:normal !important}
.content2_tab2-inhalt a:link, .content2_tab2-inhalt a:visited {font-family: Arial; color: #30608e !important; font-size: 12px; text-decoration: none;}
.content2_tab2-inhalt a:hover {text-decoration: underline;}

/* ++++++++++++++++++++++ Farbauswahl +++++++++++++++++++++++ */

a.menuea, a.menuea:link, a.menuea:visited, a.menuea:active {
position: relative;
text-decoration: none;
}

a.menuea:hover {
z-index:1000;
background: transparent;
}

a.menuea span {
display: none;
text-decoration: none;
}

a.menuea:hover span {
z-index:1;
display: block;
position: absolute;
bottom: -320px;
left: -350px;
padding: 0px;
margin: -1px;
border:1px solid #000000;
background: #FFFFFF;
}

a.menueb, a.menueb:link, a.menueb:visited, a.menueb:active {
position: relative;
text-decoration: none;
width:27px;

}

a.menueb:hover {
z-index:1000;
background: transparent;
}

a.menueb span {
display: none;
text-decoration: none;
}

a.menueb:hover span {
z-index:1;
display: block;
position: absolute;
bottom: -250px;
left: -305px;
padding: 0px;
margin: -1px;
border:1px solid #CECECE;
background: #FFFFFF;
}

/* ++++++++++++++++++++++ Farbauswahl Ende+++++++++++++++++++++++ */

.lz_vari  {background:url(gfx/lz_vari.gif) no-repeat; width:181px; height:16px;text-align:left:}
.lz_2-3  {background:url(gfx/lz_2-3.gif) no-repeat; width:181px; height:16px;height:14px\9; position: absolute;display:none;z-index: 1000;margin-top: -16px;padding-top:1px;padding-top:2px\9}
*+html .lz_2-3 {margin-top: 0px; padding-top:0px; margin-left:-90px;}
.lz_5-7  {background:url(gfx/lz_5-7.gif) no-repeat; width:181px; height:16px;height:14px\9; position: absolute;display:none;z-index: 1000;margin-top: -16px;padding-top:1px;padding-top:2px\9}
*+html .lz_5-7 {margin-top: 0px; padding-top:0px; margin-left:-90px;}
.lz_7-10  {background:url(gfx/lz_7-10.gif) no-repeat; width:181px; height:16px;height:14px\9; position: absolute;display:none;z-index: 1000;margin-top: -16px;padding-top:1px;padding-top:2px\9}
*+html .lz_7-10 {margin-top: 0px; padding-top:0px; margin-left:-90px;}
.lz_10-14  {background:url(gfx/lz_10-14.gif) no-repeat; width:181px; height:16px;height:14px\9; position: absolute;display:none;z-index: 1000;margin-top: -16px;padding-top:1px;padding-top:2px\9 }
*+html .lz_10-14 {margin-top: 0px; padding-top:0px; margin-left:-90px;}
.lieferzeit {font-family: Arial; color: #6A6A6A !important; font-size: 12px; font-weight:normal !important; height:16px}

/* 6+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 6++++++++++++++++++++++ Definition der Artikelbilder +++++++++++++++++++++++ */
/* 6+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#bild_big {display:block; overflow:hidden; width:370px; border:0px solid #d8d9d9; margin-bottom:15px;}
#bild_big {width:370px\9}
#aview_picscroll {width:370px;}
#lupe {display:block; width:24px; height:24px; margin-left:346px; position:absolute; background:url(http://www.sell-it-smart.de/kunden/jaloucity/gfx/lupe.gif) no-repeat;}
#pic_big {width:370px}
.imagegalery_scroll_left {width:25px; height:82px; background-image:url(http://www.sell-it-smart.de/kunden/jaloucity/gfx/scroll_left.gif); cursor:pointer;}
.add_img_box {float:left; border-top:1px solid #d8d9d9; border-bottom:1px solid #d8d9d9; width:320px; height:80px;overflow:hidden}
.imagegalery_scroll_right {width:25px; height:82px; background-image:url(http://www.sell-it-smart.de/kunden/jaloucity/gfx/scroll_right.gif); cursor:pointer;}
.img_slider img {height:60px; margin-right:5px;}
#previewtray {background:#fff;}
#m_lb {position:absolute; font-size:0px; z-index:50000; cursor:pointer;}
.lb_ecke {width:12px; height:12px;}
#oben_links {background:url(http://www.sell-it-smart.de/kunden/jaloucity/gfx/oben_links.png) no-repeat;}
#oben_rechts {background:url(http://www.sell-it-smart.de/kunden/jaloucity/gfx/oben_rechts.png) no-repeat;}
#unten_links {background:url(http://www.sell-it-smart.de/kunden/jaloucity/gfx/unten_links.png) no-repeat;}
#unten_rechts {background:url(http://www.sell-it-smart.de/kunden/jaloucity/gfx/unten_rechts.png) no-repeat;}
#lb_breite_oben {background:url(http://www.sell-it-smart.de/kunden/jaloucity/gfx/breite_oben.png) repeat-x;}
#lb_breite_unten {background:url(http://www.sell-it-smart.de/kunden/jaloucity/gfx/breite_unten.png) repeat-x;}
.lb_hoehe_links, .lb_hoehe_rechts {width:12px; padding:0px;}
.lb_hoehe_links {background:url(http://www.sell-it-smart.de/kunden/jaloucity/gfx/hoehe_links.png) repeat-y;}
.lb_hoehe_rechts {background:url(http://www.sell-it-smart.de/kunden/jaloucity/gfx/hoehe_rechts.png) repeat-y;}
#lb_inhalt td {padding:0px;}
#closer {display:block; position:absolute; background:url(http://www.sell-it-smart.de/kunden/jaloucity/gfx/close.gif) no-repeat; width:24px; height:24px; margin-left:-25px; margin-top:7px;}
#lb_pic {border:1px solid #d8d9d9; max-width:770px;}
/* 7++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 7+++++++++++++ Definition der Fusszeile inkl der Fussnavigation +++++++++++++ */
/* 7++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#fusszeile {text-align:left; height:105px; background:url(gfx/fusszeile-bg.gif) no-repeat; position:relative}
#fusszeile2 {text-align:left; height:105px; background:url(gfx/fusszeile-bg.gif) no-repeat; position:relative}



#fussnavi {
width:100%;
line-height:20px;
text-align:center;
font-family:arial;
font-size: 11px;
font-weight: bold;
color: #ffffff;
padding-top: 22px;
right:;
bottom:;
left:;
}

#fussnavi a {
font-family:arial;
font-size: 11px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
padding: 0px 7px 0px 7px;
text-transform: uppercase;}

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



.copyright {
    color: #009C84;
    font-family: arial;
    font-size: 10px;
    font-weight: normal;
    left: 13px;
    padding-top: 9px;
    position: absolute;
    text-align: left;
    text-decoration: none;
    top: 64px;
    width: 950px;
}

a.sellis {
    display: block;
    height: 20px;
    left: 810px;
    position: absolute;
    top: 71px;
    width: 175px;
}



/* 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: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: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: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ö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:-17px !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.gif) no-repeat ;
	padding:0px 5px 0px 17px;
	line-height:25px;
	color:#ffffff !important;
	font-weight:bold;
	text-decoration:none !important;
	font-size:11px;
	font-family:arial;
	width:178px !important;
	display:block;
}



/** 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 5px 0px 17px;
	line-height:25px;
	color:#fffff !important;
	font-weight:bold;
	font-family:arial;
	text-decoration:none !important;
	font-size:11px;
	width:178px !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 5px 0px 17px;
	line-height:25px;
	color:#ffffff !important;
	font-weight:bold;
	font-family:arial;
	text-decoration:none !important;
	font-size:11px;
	width:178px !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 10px 0px 34px !important;
	line-height:24px;
	color:#000000 !important;
	font-weight:normal;
	text-decoration: none;
	font-family:arial;
	font-size:11px;
	width:156px !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 10px 0px 34px !important;
	line-height:24px;
	color:#00C1A4 !important;
	font-weight:normal;
	text-decoration:none;
	font-family:arial;
	font-size:11px;
	width:156px !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 10px 0px 34px !important;
	line-height:24px;
	color:#00C1A4 !important;
	font-weight:normal;
	text-decoration:none;
	font-family:arial;
	font-size:11px;
	width:156px !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:1px 10px 0px 45px !important;
	line-height:24px;
	color:#000000 !important;
	font-weight:normal;
	font-family:arial;
	font-size:11px;
	text-decoration:none;
	text-decoration:none;
	border-bottom:0px solid #FFFFFF;
	width:145px !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:1px 10px 0px 45px !important;
	line-height:24px;
	color:#00C1A4 !important;
	font-weight:normal;
	font-family:arial;
	font-size:11px;
	text-decoration:underline !important;
	border-bottom:0px solid #FFFFFF;
	width:145px !important;
	display:block;
}

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









