/****************************************************************************************************************
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.
****************************************************************************************************************/

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

/* normale kopfnavi angepasst an die inhalte der buttons */
#kopfnavi {
left:2px; 
bottom:7px; 
height:32px;
/*width:630px;*/
width: auto;
overflow:hidden; 
position:absolute; 
z-index:500;
white-space: nowrap;
}

#kopfnavi ol li a, #kopfnavi ol li a:visited {
height:30px; 
line-height:30px;
display:block;
}

#kopfnavi ol {margin:0; padding:0; list-style: none inside; border: 0 none transparent;}
#kopfnavi ol li {float:left;}



a#kopfnavi_start, a#kopfnavi_start:visited {
width:88px;
background:url(gfx/top_home.png) no-repeat 0 0;
}

a#kopfnavi_start:hover {
width:88px;
background:url(gfx/top_home_hover.png) no-repeat 0 0;
}

a#kopfnavi_velux, a#kopfnavi_velux:visited {
width:129px;
background:url(gfx/top_velux.png) no-repeat 0 0;
}

a#kopfnavi_velux:hover {
width:129px;
background:url(gfx/top_velux_hover.png) no-repeat 0 0;
}

a#kopfnavi_roto, a#kopfnavi_roto:visited {
width:126px;
background:url(gfx/top_roto.png) no-repeat 0 0;
}

a#kopfnavi_roto:hover {
width:126px;
background:url(gfx/top_roto_hover.png) no-repeat 0 0;
}

a#kopfnavi_fakto, a#kopfnavi_fakto:visited {
width:135px;
background:url(gfx/top_fakto.png) no-repeat 0 0;
}

a#kopfnavi_fakto:hover {
width:135px;
background:url(gfx/top_fakto_hover.png) no-repeat 0 0;
}

a#kopfnavi_braas, a#kopfnavi_braas:visited {
width:136px;
background:url(gfx/top_braas.png) no-repeat 0 0;
}

a#kopfnavi_braas:hover {
width:136px;
background:url(gfx/top_braas_hover.png) no-repeat 0 0;
}

a#kopfnavi_senkrecht, a#kopfnavi_senkrecht:visited {
width:129px;
background:url(gfx/top_senkrecht.png) no-repeat 0 0;
}

a#kopfnavi_senkrecht:hover {
width:129px;
background:url(gfx/top_senkrecht_hover.png) no-repeat 0 0;
}

a#kopfnavi_ihrkonto, a#kopfnavi_ihrkonto:visited  {
width:114px;
background:url(gfx/kopfnavi_ihrkonto.gif) no-repeat 0 0;
}

a#kopfnavi_ihrkonto:hover{
width:114px;
background:url(gfx/kopfnavi_hihrkonto.gif) no-repeat 0 0;
}

a#kopfnavi_login, a#kopfnavi_login:visited {
width:114px;
background:url(gfx/kopfnavi_login.gif) no-repeat 0 0;
}

a#kopfnavi_login:hover {
width:114px;
background:url(gfx/kopfnavi_hlogin.gif) no-repeat 0 0;
}

a#kopfnavi_cart, a#kopfnavi_cart:visited {
width:114px;
background:url(gfx/kopfnavi_cart.gif) no-repeat 0 0;
}

a#kopfnavi_cart:hover {
width:114px;
background:url(gfx/kopfnavi_hcart.gif) no-repeat 0 0;
}

a#kopfnavi_kasse, a#kopfnavi_kasse:visited {
width:114px;
background:url(gfx/kopfnavi_kasse.gif) no-repeat 0 0;
}

a#kopfnavi_kasse:hover {
width:114px;
background:url(gfx/kopfnavi_hkasse.gif) no-repeat 0 0;
}

a#kopfnavi_abmelden, a#kopfnavi_abmelden:visited  {
width:114px;
background:url(gfx/kopfnavi_abmelden.gif) no-repeat 0 0;
}

a#kopfnavi_abmelden:hover {
width:114px;
background:url(gfx/kopfnavi_habmelden.gif) no-repeat 0 0;
}


#kopfnavi_trenner{
background:url(gfx/kopfnavi_trenner.gif) no-repeat 0 0;
width:3px;
height:30px;
}


#nslider_wrap {
    border: 0px solid #DEDEDE;
    height: 266px;
    width: 624px;
	margin-bottom: 18px;
	overflow: hidden !important;
    background: none repeat scroll 0 0 transparent;
    position: relative;
}
.nivoSlider {
    position:relative;
    width:624px;
    height:266px;
    background:url(images/loading.gif) no-repeat 50% 50%;
}

#nSlider div {
float: left !important;
}

.nivoSlider img{
position: absolute;
top: 0;
left: 0;
display: none;
}

.nivo-prevNav {
	left:0px;
	background:url(gfx/scroll-right.png) no-repeat left top transparent;
	width: 21px; height:266px;
	position: absolute;
	cursor: pointer;
	}
.nivo-nextNav {
	right:0px;
	background:url(gfx/scroll-left.png) no-repeat right top transparent;
	width: 21px; height:266px;
	position: absolute;
	cursor: pointer;
}

a.logolink {position:absolute; display:block;}



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

/* Kopfzeile */
#kopfzeile {
height: 227px;
width:990px;
background:#e3ebeb url(gfx/kopfzeile-bg.jpg) no-repeat;
}

a.logolink {
width:395px;
height:132px;
top:20px;
left:33px;
}

#favnews {
position:absolute;
top:0px;
right:20px;
text-align:right !important;
z-index:99;
height:300px;
}

#favnews a, #favnews a:visited {
font-weight:bold !important;
font-size:11px !important;
color:#ffffff;
text-decoration:none;
padding-left:10px;
}

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


/* die 3 Spalten */
#linke_spalte, #dummy_box {background:#fff;}
#rechte_spalte {background:#fff;}
#mittlere_spalte {background-color:#fff;}

/* 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 {height: 43px; background: url(gfx/klbox-kopf-bg.gif) no-repeat;}


.klbox-kopf p {
font-size: 12px;
font-weight: bold;
color: #ffffff !important;
padding: 14px 0px 0px 20px;}

.klbox-content p {
font-size: 11px;
font-weight: bold;
color: #333333;
padding: 5px 20px 5px 12px;}

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

.klbox-fuss {height: 15px; 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 **/

/** Breite des Eingabefeldes und Abstand zwischen Eingabefeld und Button **/
/** Standard für linke Box: width:120px und margin-right:5px **/

.suche-eingabe {
	width:150px;
	margin:12px 0 0 120px;
	height:20px;
	width:180px;
	font-size:14px;
	border:1px;
	background:transparent;
}

#suche-btn {
position:absolute;
right:1px;
top:7px;
}

#box_search {
width:350px;
height:40px;
top:-296px;
left:0px;
position:absolute;
z-index:999;
background:transparent url(img/suchebg.gif) no-repeat scroll 0 0;
}






/* 6+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 6++++++++++++++++++++++ Definition der grossen Boxen +++++++++++++++++++++++ */
/* 6+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 6++++++ Inhalte der Boxen werden über in der "p.1" Klasse definiert. +++++++ */
.grbox {margin-bottom:20px;}
.grbox-kopf {height: 40px; background:url(gfx/grbox-kopf-bg.gif) no-repeat;}
.grbox-kopf-prodinfo {
height: 10px; 
background:url(gfx/grbox-kopf-bg.gif) no-repeat;
width:638px; 
margin:0px; 
padding:0px;
}

.grbox-kopf .p1 {
padding: 10px 25px 5px 25px;
font-size: 19px;
font-weight: bold;
color: #545454;
}
.grbox-content {background: url(gfx/grbox-bg.gif) repeat-y; }
.grbox-content2 {background: url(gfx/grbox-bg.gif) repeat-y; height:160px; }
.listbox-kopf h1 {
font-size: 19px;
font-weight: bold;
color: #545454;
padding:10px 10px 0px 20px;
}

.listbox-kopf2 {
margin-bottom:10px;
}

.listbox-kopf2 h1, .listbox-kopf2 h2 {
font-size: 19px;
font-weight: bold;
color: #545454;
padding:0px 10px 0px 20px;
}


.grbox-content div.p1 {
font-size: 13px;
font-weight: normal;
color: #333333;
padding: 10px 20px 5px 20px;
}

#prodinfoheadline {
width:618px;
margin-bottom:10px;
}

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

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

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

.grbox-fuss {height: 10px; 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 #c6c6c6;
width:583px;
padding: 3px 3px 3px 3px;  
background-color:#;
font-size:11px;}

*html #widerruf_box {
width:591px;
}

.agb_satz {color:#000000}


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

.artikelname {
width: 100%;
font-size: 17px;
font-weight: bold;
color:;
padding-top: 0px;
}

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

.artikelkurzbeschreibung {
width: 180px;
font-size: 13px;
color:;
padding: 0px 0px 0px 10px;
}

.artikelbeschreibung {
font-size: 13px;
margin-bottom:10px;
}

*html .thumb_width{width:180px !important;}

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

#fusszeile {height:42px; background:url(gfx/fusszeile-bg.gif) no-repeat #FFFFFF; width:1020px; margin:0 auto; position:relative; z-index:999;}

#fussnavi {
width:100%;
line-height:27px;
text-align:center;
font-size: 10px;
font-weight: normal;
color: #ffffff;
}

#fussnavi a {
font-size: 10px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
padding: 0px 10px 0px 10px;}

#fussnavi a:hover {text-decoration: none;
color:#CCCCCC;}

.copyright{ 
	padding-top:14px;
	color:#000000;
	right:0px;
	text-align:center;
	font-size:11px;
}


/* 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:Verdana; 
	font-size:12px; 
	font-weight:normal; 
}
/** 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 { margin-top:34px;}
html>head:first-child+body table#StoreCategories{ margin-top:36px ;margin-bottom:-9px;}

.category b, .category a{ font-family:Tahoma,Geneva,Kalimati,sans-serif; !important; font-size:11px !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 **/

.kat00 a,  .category b a, .category b a:visited, 
#mainnavi ol li a, 
.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/kathg.gif) no-repeat;*/
	background:url(gfx/katkopf.gif-neu) no-repeat;
	padding:9px 5px 0px 35px;
	line-height:12px; 
	/*color:#F94604!important;*/
	color:#FFFFFF !important;
	font-weight:normal;
	font-size:12px;
	font-family:Tahoma,Geneva,Kalimati,sans-serif;
	text-decoration:none !important;
	border-bottom:0px solid #ffffff!important;
	width:136px !important; 
	display:block;
	
	height: 22px;
}

.kat00 a:visited, #mainnavi ol li a:visited, a.katlink, a.katlink:visited {
	/*background:url(gfx/kathg.gif) no-repeat;*/
	background:url(gfx/katkopf.gif-neu) no-repeat;
	padding:9px 5px 0px 35px;
	line-height:12px; 
	/*color:#F94604!important;*/
	color:#FFFFFF !important;
	font-weight:normal;
	font-size:12px;
	font-family:Tahoma,Geneva,Kalimati,sans-serif;
	text-decoration:none !important;
	border-bottom:0px solid #ffffff!important;
	width:136px !important; 
	display:block;
	
	height: 22px;
}

#box_content .kat00 a, #box_content .category b a, #box_content .category b a:visited, 
#box_content #mainnavi ol li a, 
#box_content .pagecontainer table table table table td i a, #box_content .pagecontainer table table table table td i a:visited,
#box_content table#StoreCategories a i, #box_content table#StoreCategories a:active i {
	background:url(gfx/kathg.gif) no-repeat;
	padding:9px 5px 0px 22px;
	line-height:12px; 
	color:#F94604!important;
	font-weight:normal;
	font-size:12px;
	font-family:Tahoma,Geneva,Kalimati,sans-serif;
	text-decoration:none !important;
	border-bottom:0px solid #ffffff!important;
	width:149px !important; 
	display:block;
}

#box_content .kat00 a:visited, #box_content #mainnavi ol li a:visited, #box_content a.katlink, #box_content a.katlink:visited {
	background:url(gfx/kathg.gif) no-repeat;
	padding:9px 5px 0px 22px;
	line-height:12px; 
	color:#F94604!important;
	font-weight:normal;
	font-size:12px;
	font-family:Tahoma,Geneva,Kalimati,sans-serif;
	text-decoration:none !important;
	border-bottom:0px solid #ffffff!important;
	width:149px !important; 
	display:block;
}

/**margin-left: -padding-left px**/
div.lcat div.ttl a {margin-left:-22px !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/kathg-hover.gif-neu) no-repeat;*/
	background:url(gfx/katkopf.gif-neu) no-repeat;
	padding:9px 5px 0px 35px;
	line-height:12px;  
	color: #F94604!important;
	font-weight:normal;
	text-decoration:none !important;
	border-bottom:0px solid #ffffff !important;
	width:136px !important;
	display:block;
	
	height: 22px;
}

/** Aktiv **/
ul.lev1 li span, div.lcat div.ttl, div.lcat div.link a,

.kat00_on b, .kat00_on, a.katlink_on, a.katlink_on:visited, a.katlink_on:hover {
	/*background:url(gfx/kathg-hover.gif-neu) no-repeat;*/
	background:url(gfx/katkopf.gif-neu) no-repeat;
	padding:9px 5px 0px 35px;
	line-height:12px; 
	color: #ffffff!important;
	font-weight:normal;
	text-decoration:none !important;
	border-bottom:0px solid #ffffff !important;
	width:136px !important;
	display:block;
	
	height: 22px;
}

/* 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:0px; 
}
/** 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:-1px 0px -1px -1px !important; 
	font-size:11px;
	font-style:normal;
}
.pagecontainer table table table table td i a:hover{ background: url( gfx/navi-bg-hover.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/subkathg.gif) no-repeat;
	padding: 0px 5px 0px 30px; 
	line-height:24px;   
	color:#545454 !important;
	font-weight:normal;
	text-decoration: none !important; 
	border-bottom:0px solid #679405 !important;
	width:141px !important;
	display:block;*/
	background:url(gfx/kathg.gif-neu) no-repeat;
	padding:5px 5px 0px 22px;
	line-height:12px; 
	color:#F94604 !important;
	font-weight:normal;
	text-decoration:none !important;
	border-bottom:0px solid #ffffff !important;
	width:149px !important;
	display:block;
	
	height: 19px;
}
/** Hover **/
.kat01 a:hover, a.subkat1:hover {
	/*background:url(gfx/subkathg-hover.gif) right top no-repeat;
	padding: 0px 5px 0px 30px;
	line-height:24px; 
	color:#ffffff !important; 
	font-weight:normal;
	text-decoration:none !important; 
	border-bottom:0px solid #ffffff !important;
	width:141px !important;
	display:block;*/
	background:url(gfx/kathg-hover.gif-neu) no-repeat;
	padding:5px 5px 0px 22px;
	line-height:12px; 
	color:#ffffff !important;
	font-weight:normal;
	text-decoration:none !important;
	border-bottom:0px solid #ffffff !important;
	width:149px !important;
	display:block;
	
	height: 19px;
}
/** Aktiv **/
ul.lev2 li span, .kat01_on b, a.subkat1_on, a.subkat1_on:visited, a.subkat1_on:hover,  .kat01 a#kparent{
	/*background:url(gfx/subkathg-hover.gif) right top no-repeat;
	padding: 0px 5px 0px 30px;
	line-height:24px; 
	color:#545454 !important;
	font-weight:normal;
	text-decoration:none !important;
	border-bottom:0px solid #ffffff !important;
	width:141px !important;
	display:block;*/
	background:url(gfx/kathg-active.gif-neu) no-repeat;
	padding:5px 5px 0px 22px;
	line-height:12px; 
	color:#ffffff !important;
	font-weight:normal;
	text-decoration:none !important;
	border-bottom:0px solid #ffffff !important;
	width:149px !important;
	display:block;
	
	height: 19px;
}


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

/** 2 Unterkategorie **/
ul.lev3 li a, ul.lev3 li a:visited,

.kat02 a, .kat02 a:visited, .kat02 a:hover, .kat02 a:active  {
	/*background:url(gfx/subkathg_2z.gif) right top;
	padding:0px 5px 0px 35px;
	line-height:18px;  
	color:#545454 !important;
	font-weight:normal;
	text-decoration:none !important;
	border-bottom:0px solid #679405 !important;
	width:136px !important;
	display:block;*/
	background:url(gfx/subkathg.gif-neu) -1px top no-repeat;
	padding: 5px 5px 0px 30px; 
	line-height:12px;   
	color:#545454 !important;
	font-weight:normal;
	text-decoration: none !important; 
	border-bottom:0px solid #679405 !important;
	width:141px !important;
	display:block;
	
	height: 19px;
}
/** Hover **/
ul.lev3 li a:hover,

.kat02 a:hover, a.subkat2:hover {
	/*background:url(gfx/subkathg_2z-hover.gif) right top ;
	padding:0px 5px 0px 35px;
	line-height:18px; 
	color:#545454 !important;
	font-weight:normal;
	text-decoration:none !important;
	border-bottom:0px solid #ffffff !important;
	width:136px !important;
	display:block;*/
	background:url(gfx/subkathg-hover.gif-neu) -1px top no-repeat;
	padding: 5px 5px 0px 30px;
	line-height:12px; 
	color:#ffffff !important;
	font-weight:normal;
	text-decoration:none !important;
	border-bottom:0px solid #ffffff !important;
	width:141px !important;
	display:block;
	
	height: 19px;
}
/** Aktiv **/
ul.lev3 li span,

.kat02_on a, .kat02_on a:visited, .kat02_on a:hover, .kat02_on a:active {
	/*background:url(gfx/subkathg_2z-hover.gif) right top ;
	padding:0px 5px 0px 35px;
	line-height:18px; 
	color:#545454 !important;
	font-weight:normal;
	text-decoration:none !important;
	border-bottom:0px solid #ffffff !important;
	width:136px !important;
	display:block;*/
	background:url(gfx/subkathg-active.gif) -1px top no-repeat;
	padding: 5px 5px 0px 30px;
	line-height:12px; 
	color:#ffffff !important;
	font-weight:normal;
	text-decoration:none !important;
	border-bottom:0px solid #ffffff !important;
	width:141px !important;
	display:block;
	
	height: 19px;
}

.kat00 {
	border-top: 1px solid #c0c0c0!important;
}

#shopinfo .klbox-content p.p1 {padding: 0px 0px 0px 0px; text-align: center;}

a {outline: none;}

a.toplink {display:block; width:100px; height:100%; position:absolute; right:0;}

#crosspromotion .klbox-fuss {
	display:none;
}

#extra .klbox-kopf {display:none;}

#extra .klbox-content .p1 {padding:0px;}

#impressum .klbox-kopf {height:43px; background:url(gfx/klbox-kopf-bg2.gif) no-repeat;}
#impressum .klbox-kopf font {color:#058974;}
#impressum .klbox-fuss {height:36px; background:url(gfx/klbox-fuss3.gif) no-repeat;}

#shopinfo .klbox-kopf {height:43px; background:url(gfx/klbox-kopf-bg2.gif) no-repeat;}
#shopinfo .klbox-fuss {height:36px; background:url(gfx/klbox-fuss2.gif) no-repeat;}

#ebGallery tr.gallery td.ebBorder, #gallery2 tr.gallery td.ebBorder, .ebItemlist tr.ebB1 td { border:none !important;}

#extra .klbox-kopf {display:none;}
#extra .klbox-fuss {display:none;}

#extra2 .klbox-kopf {display:none;}
#extra2 .klbox-content .p1 {padding:0px;}
#extra2 .klbox-fuss {display:none;}

.suche .klbox-kopf {height:43px; background:url(gfx/klbox-kopf-bg2.gif) no-repeat;}
.suche .klbox-fuss {height:36px; background:url(gfx/klbox-fuss2.gif) no-repeat;}

#kopf {
width:990px;
position: relative;
}

.bbox-kopf, .bbox-fuss {display:none;}

#printdiv a#printlink {
line-height: 48px !important;
}

.v4snexp ul {
color:#FFFFFF !important;
}

.v4snexp div {
color:#FFFFFF !important;
}

.msg {
color:#FFFFFF !important;
}

.v4stabl {
background:#FFFFFF !important;
}
