/* ----------------------------------------------------------------------------*/
/* Globale Einstellungen                                                       */
/* ----------------------------------------------------------------------------*/
/* Fontfamilie und Textgroesse fuer die Standardeinstellung und <p>-tag        */
body {
  font-size:11px;
  font-family: Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  margin:0px;
  background-color:#ffffff;
  background-image:url('');
  background-repeat: repeat;
}
hr {
  margin-top:5px;
}
p {
  font-size:11px;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
}
/* Eingabefelder benutzen ein vordefiniertes Fontset mit fester Breite,        */
/* da Netscape 4.7 sonst die Feldlaenge nicht ordungsgemaess darstellt.        */
input, textarea, select {
  color:#000000;
  font-style:normal;
  font-size:11px;
  text-decoration:none;
  font-weight:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
}

input.disabled, textarea.disabled, select.disabled {
    color:#000000;
    font-style:normal;
    font-size:11px;
    text-decoration:none;
    font-weight:normal;
    font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
    background-color:#EDEDED;
}

.textfeld, textarea, select{
  border: 1px solid #d0cece;
  margin:2px;
}

.textfeld_left, textarea_left, select_left{
  color:#000000;
  border: 1px solid #d0cece;
  margin:2px;
}

/* ----------------------------------------------------------------------------*/
/* Einstellungen fuer main_table (Haupttabelle um Shop herum)                  */
/* ----------------------------------------------------------------------------*/
table.main_table {
  width:100%;
  height:100%;
  border-collapse: collapse;
  margin:0px;
  padding:0px;
}

td.main_table {
  width:100%;
  height:100%;
  margin:0px;
  padding:0px;
  vertical-align:top;
}

/* ----------------------------------------------------------------------------*/
/* Einstellungen fuer shop_table (Komponenten des Shops)                       */
/* ----------------------------------------------------------------------------*/
table.shop_table {
  width:980px;
  height:100%;
  padding:0px;
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
  border-collapse: collapse;
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:#999999;
  border-left-width:1px;
  border-left-style:solid;
  border-left-color:#000000;
  border-right-width:1px;
  border-right-style:solid;
  border-right-color:#000000;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#000000;
}

td.katnav_td {
  color:#000000;
  background:#ffffff;
  background-image:url('');
  background-repeat: repeat;
  /* background-position: ; */
  /* background-attachment: ; */
  padding-left: 8px;
}

td.hauptnav_td {
  padding-left:0px;
  padding-right:20px;
  color:#000000;
  background:#ffffff;
  background-image:url('');
  background-repeat: repeat;
  /* background-position: ; */
  /* background-attachment: ; */
}

td.content_td, body.content_td {
  padding-left: 20px;
  padding-right: 20px;
  color:#000000;
  background-color: #ffffff;
  background-image:url('');
  background-repeat: repeat;
  background-position: left top;
  background-attachment: scroll;
}

td.footer_td {
  margin:0px;
  padding:0px;
  height:18px;
  background-color:#d0cece;
  background-image:url('');
  background-repeat: repeat;
  /* background-position: ; */
  color:#000000;
  text-decoration:none;
  font-style:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:10px;
  font-weight:normal;
  border-top: 1px #d20b0c solid;
  border-left: 0px #d20b0c solid;
  border-right: 0px #d20b0c solid;
  border-bottom: 0px #d20b0c solid;
}

/* ----------------------------------------------------------------------------*/
/* Einstellungen fuer Kategoriennavigation (Left Page-Teil)                    */
/* ----------------------------------------------------------------------------*/

.kataktiv {
  color:#000000;
  font-style:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:11px; font-weight:bold;
  text-decoration:none;
}

/* Farbe und Schriftart der Links */
a.left {
  color:#000000;
  text-decoration:none;
  font-style:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:11px;
  font-weight:normal;
}

a:link.left {
  color:#000000;
  font-style:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:11px; font-weight:normal;
  text-decoration:none;
}
a:visited.left {
  color:#000000;
  font-style:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:11px; font-weight:normal;
  text-decoration:none;
}
a:hover.left {
  color:#d20b0c;
  font-style:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:11px;
  font-weight:normal;
  text-decoration:none;
}
a:active.left, a:active.kataktiv {
  color:#000000;
  font-style:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:11px;
  font-weight:normal;
  text-decoration:none;
}


/* Farbe und Schriftart fuer die Tabs (Kategorienueberschriften)               */
.tabs {
  color:#000000;
  font-style:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
}


/* ----------------------------------------------------------------------------*/
/* Einstellungen fuer Hauptnavigation (Top Page-Teil)                          */
/* ----------------------------------------------------------------------------*/
table.top {
  color:#000000;
}

/* Titel-Tag Einstellungen fuer den Shopnamen im Top-Frame                     */
td.top_titel {
  color:#000000;
  font-style:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
}

/* Titel-Tag Einstellungen fuer den Administrationsstern im Top-Frame          */
td.top_stern {
  color:#000000;
  font-style:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:11px;
  font-weight:normal;
  text-decoration:none;
}
a:link.top_stern {
  color:#000000;
  font-style:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:11px;
  font-weight:normal;
  text-decoration:none;
}
a:visited.top_stern {
  color:#000000;
  font-style:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:11px;
  font-weight:normal;
  text-decoration:none;
}
a:active.top_stern {
  color:#000000;
  font-style:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:11px;
  font-weight:normal;
  text-decoration:none;
}
a.top {
  color:#000000;
  font-style:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:11px; font-weight:normal;
  text-decoration:none;
}

/* ----------------------------------------------------------------------------*/
/* Einstellungen fuer Haupt Page-Teil (z.B. Shopartikel / PopUps)              */
/* ----------------------------------------------------------------------------*/
/* Hintergrundfarbe und Hintergrundbild                                        */
/* Wird auch fuer den Body definiert - z.B. fuer PopUps                        */
body.content {
  margin:0px;
  padding:0px;
  border-collapse: collapse;
  color:#000000;
  background-color: #ffffff;
  background-image:url('');
  background-repeat: repeat;
  /* background-position: ; */
}

a.content, tr.content, td.content, div.content, table.contenthaupt, td.contenthaupt, div.contenthaupt, td.content_box {
  color:#000000;
  font-style:normal;
  font-size:11px;
  text-decoration:none;
  font-weight:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
}


td.contenthaupt, div.contenthaupt, td.content_box {
  padding-left:15px;
}

table.content_box, p.contenthaupt {
  margin-left:15px;
}

table.advancedSearch, td.advancedSearch  {
  width:100%;
  background-color:#e7e3e3;
  background-image:url('');
  background-repeat: repeat;
  border-top: 1px solid #d20b0c;
  border-left: 0px solid #d20b0c;
  border-right: 0px solid #d20b0c;
  border-bottom: 0px solid #d20b0c;
  margin-bottom: 20px;
}

table.content_box, td.content_box  {
  background-color:#e7e3e3;
  background-image:url('');
  background-repeat: repeat;
  border-top: 1px solid #d20b0c;
  border-left: 0px solid #d20b0c;
  border-right: 0px solid #d20b0c;
  border-bottom: 0px solid #d20b0c;
}

.tellAfriend_fancybox {
    height: 430px;
}

.error {
  color:#ff0000;
  font-style:normal;
  font-size:11px;
  text-decoration:none;
  font-weight:bold;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
}

.erfolg {
  color:#00aa00;
  font-style:normal;
  font-size:11px;
  text-decoration:none;
  font-weight:bold;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
}

/* Farbe und Schriftart der Links                                              */
a:link.content {
  color:#000000;
  font-style:normal;
  font-size:11px;
  text-decoration:underline;
  font-weight:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
}
a:hover.content {
  color:#d20b0c;
  font-style:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:11px;
  font-weight:normal;
  text-decoration:underline;
}
a:visited.content {
  color:#000000;
  font-style:normal;
  font-size:11px;
  text-decoration:underline;
  font-weight:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
}
a:active.content {
  color:#000000;
  font-style:normal;
  font-size:11px;
  text-decoration:underline;
  font-weight:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
}

/* Farbe und Schriftart der Ueberschriften                                     */
h1.content,h1.content a {
  color:#000000;
  font-style:normal;
  font-size:12px;
  text-decoration:none;
  font-weight:bold;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  margin: 2px;

}
h2.content {
  color:#000000;
  font-style:normal;
  font-size:11px;
  text-decoration:none;
  font-weight:bold;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
}
h3.content {
  color:#000000;
  font-style:normal;
  font-size:12px;
  text-decoration:none;
  font-weight:bold;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
}
a.h3 {
  color:#000000;
  font-style:normal;
  font-size:12px;
  text-decoration:underline;
  font-weight:bold;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
}
h4.content {
  color:#000000;
  font-style:normal;
  font-size:11px;
  text-decoration:none;
  font-weight:bold;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
}
h5.content {
  color:#000000;
  font-style:normal;
  font-size:10px;
  text-decoration:none;
  font-weight:bold;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  padding-top:10px;
}

/* Eingabefelder benutzen ein vordefiniertes Fontset mit fester Breite, da     */
/* Netscape 4.7 sonst die Feldlaenge nicht ordungsgemaess darstellt            */
input.content, textarea.content, select.content {
  color:#000000;
  font-style:normal;
  font-size:11px;
  text-decoration:none;
  font-weight:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  border: 1px solid #d0cece;
}

textarea.tellafriend {
    resize: none;
    width: 400px;
    max-width: 400px;
    height: 150px;
    max-height: 150px;
}

/* ----------------------------------------------------------------------------*/
/* Spezielle Linkklasse, wo der Link nicht unterstrichen wird (Suchresultat)   */
/* ----------------------------------------------------------------------------*/
body.no_decoration {
  color:#000000;
  background: #ffffff;
  background-image:url('');
  background-repeat: repeat;
  /* background-position: ; */
  /* background-attachment: scroll; */
}
body.no_decoration, a.no_decoration, tr.no_decoration, td.no_decoration {
  text-decoration:none;
  color:#000000;
  font-style:normal;
  font-size:11px;
  text-decoration:none;
  font-weight:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
}
a:link.no_decoration {
  color:#000000;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:11px;
  font-weight:normal;
  text-decoration:none;
}
a:visited.no_decoration {
  color:#000000;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:11px;
  font-weight:normal;
  text-decoration:none;
}
a:active.no_decoration {
  color:#000000;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:11px;
  font-weight:normal;
  text-decoration:none;
}
h1.no_decoration {
  color:#000000;
  font-style:normal;
  font-size:12px;
  text-decoration:none;
  font-weight:bold;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
}
h2.no_decoration {
  color:#000000;
  font-style:normal;
  font-size:11px;
  text-decoration:none;
  font-weight:bold;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
}
h3.no_decoration {
  color:#000000;
  font-style:normal;
  font-size:12px;
  text-decoration:none;
  font-weight:bold;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
}
h4.no_decoration {
  color:#000000;
  font-style:normal;
  font-size:11px;
  text-decoration:none;
  font-weight:bold;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
}
h5.no_decoration {
  color:#000000;
  font-style:normal;
  font-size:10px;
  text-decoration:none;
  font-weight:bold;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
}


/* ----------------------------------------------------------------------------*/
/* Tabellenformatierung (z.B fuer Warenkorb)                                   */
/* ----------------------------------------------------------------------------*/
table.tbl {
  border-spacing:0px;
  border-collapse:collapse;
}
/* Titelzeile (Ueberschriftszeile)                                             */
td.tbl_titel {
  color:#000000;
  background-color:#f2f0f0;
  padding-left:10px;
  font-style:normal;
  font-size:11px;
  text-decoration:none;
  font-weight:bold;
}
/* Formatierung der ungeraden Zeilen (Zeile 1,3,5,7,..)                        */
td.tbl_ung {
  color:#000000;
  background-color:#f4f0f0;
  padding-left:10px;
  font-style:normal;
  font-size:11px;
  text-decoration:none;
  font-weight:normal;
}
/* Links in ungeraden Zeilen (Zeile 1,3,5,7,..)                                */
a.tbl_ung {
  color:#000000;
  background-color:#f4f0f0;
  font-style:normal;
  font-size:11px;
  text-decoration:none;
  font-weight:normal;
}
/* Formatierung der geraden Zeilen (Zeile 2,4,6,8,..)                          */
td.tbl_ger {
  color:#000000;
  background-color:#f8f6f6;
  padding-left:10px;
  font-style:normal;
  font-size:11px;
  text-decoration:none;
  font-weight:normal;
}
/* Links in geraden Zeilen (Zeile 2,4,6,8,..)                                  */
a.tbl_ger {
  color:#000000;
  background-color:#f8f6f6;
  font-style:normal;
  font-size:11px;
  text-decoration:none;
  font-weight:normal;
}
/* Formatierung der Zeilen mit speziellen Informationen                        */
td.tbl_info {
  color:#000000;
  background-color:#e7e3e3;
  padding-left:10px;
  font-style:normal;
  font-size:11px;
  text-decoration:none;
  font-weight:normal;
}
/* Formatierung fuer die Zeilen, die spezielle Informationen (z.B. Totalbetrag */
/* beinhalten                                                                  */
td.tbl_total {
  color:#000000;
  background-color:#ffffff;
  padding-left:10px;
  font-style:normal;
  font-size:11px;
  text-decoration:none;
  font-weight:normal;
}
/* Breadcrumbs */
a.breadcrumb {
  color:#000000;
  text-decoration:none;
  font-style:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:11px;
  font-weight:normal;
}

a:link.breadcrumb {
  color:#000000;
  font-style:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:11px; font-weight:normal;
  text-decoration:underline;
}
a:visited.breadcrumb {
  color:#000000;
  font-style:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:11px; font-weight:normal;
  text-decoration:none;
}
a:hover.breadcrumb {
  color:#d20b0c;
  font-style:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:11px;
  font-weight:normal;
  text-decoration:none;
}


/* ----------------------------------------------------------------------------*/
/* Link fuer Footer                                                            */
/* ----------------------------------------------------------------------------*/

/* Farbe und Schriftart der Links */
a:link.footer_td {
  color:#000000;
  font-style:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:10px; font-weight:normal;
  text-decoration:none;
}
a:hover.footer_td {
  color:#d20b0c;
  font-style:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:10px;
  font-weight:normal;
  text-decoration:none;
}
a:visited.footer_td {
  color:#000000;
  font-style:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:10px; font-weight:normal;
  text-decoration:none;
}
a:active.footer_td {
  color:#000000;
  font-style:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:10px; font-weight:normal;
  text-decoration:none;
}
a.footer_td {
  color:#000000;
  text-decoration:none;
  font-style:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:10px;
  font-weight:normal;
}

/* ----------------------------------------------------------------------------*/
/* Formatierung fuer die Informations-Boxen (ibox, Neunerbox: t,m,b - l,m,r)   */
/* ----------------------------------------------------------------------------*/
table.ibox{
  color:#000000;
  text-decoration:none;
  font-style:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:11px;
  font-weight:normal;
}

input.ibox, textarea.ibox, select.ibox, button.ibox{
  color:#000000;
  text-decoration:none;
  font-style:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
  font-size:11px;
  font-weight:normal;
}

input.ibox, button.ibox {
  background-color: #efefef;
  background-image:url('');
  background-repeat: repeat;
  border-top: 1px #d0cece solid;
  border-left: 1px #d0cece solid;
  border-right: 1px #d0cece solid;
  border-bottom: 1px #d0cece solid;
  padding:0px;
}

td.ibox_tl, td.ibox_tm, td.ibox_tr{
  color:#000000;
  font-style:normal;
  font-size:11px;
  text-decoration:none;
  font-weight:bold;
}

td.ibox_tl{
  background-color:#d0cece;
  background-image:url('');
  background-repeat: repeat;
  border-top: 1px #d20b0c solid;
  border-left: 0px #d20b0c solid;
  border-right: 0px #d20b0c solid;
  border-bottom: 0px #d20b0c solid;
  padding:2px;
}

td.ibox_tm{
  background-color:#d0cece;
  background-image:url('');
  background-repeat: repeat;
  border-top: 1px #d20b0c solid;
  border-left: 0px #d20b0c solid;
  border-right: 0px #d20b0c solid;
  border-bottom: 0px #d20b0c solid;
  padding:2px;
}

td.ibox_tr{
  background-color:#d0cece;
  background-image:url('');
  background-repeat: repeat;
  border-top: 1px #d20b0c solid;
  border-left: 0px #d20b0c solid;
  border-right: 0px #d20b0c solid;
  border-bottom: 0px #d20b0c solid;
  padding:2px;
}

/* Farbe und Schriftart der Links im Titelbereich der ibox */
a.ibox_tl, a.ibox_tm, a.ibox_tr {
  color:#000000;
  font-style:normal;
  font-size:11px;
  text-decoration:none;
  font-weight:bold;
}
a:link.ibox_tl, a:link.ibox_tm, a:link.ibox_tr {
  color:#000000;
  font-style:normal;
  font-size:11px;
  text-decoration:none;
  font-weight:bold;
}
a:visited.ibox_tl, a:visited.ibox_tm, a:visited.ibox_tr {
  color:#000000;
  font-style:normal;
  font-size:11px;
  text-decoration:none;
  font-weight:bold;
}

/* Mittlerer Bereich der ibox */
td.ibox_ml{
  background-color:#e7e7e7;
  background-image:url('');
  background-repeat: repeat;
  border-top: 0px #d20b0c solid;
  border-left: 0px #d20b0c solid;
  border-right: 0px #d20b0c solid;
  border-bottom: 0px #d20b0c solid;
  padding:2px;
}
td.ibox_mm{
  background-color:#e7e7e7;
  background-image:url('');
  background-repeat: repeat;
  border-top: 0px #d20b0c solid;
  border-left: 0px #d20b0c solid;
  border-right: 0px #d20b0c solid;
  border-bottom: 0px #d20b0c solid;
  padding:2px;
}
td.ibox_mr{
  background-color:#e7e7e7;
  background-image:url('');
  background-repeat: repeat;
  border-top: 0px #d20b0c solid;
  border-left: 0px #d20b0c solid;
  border-right: 0px #d20b0c solid;
  border-bottom: 0px #d20b0c solid;
  padding:2px;
}

/* Farbe und Schriftart der Links: left,middle,right */
a.ibox_ml, a.ibox_mm, a.ibox_mr{
  color:#000000;
  font-style:normal;
  font-size:11px;
  text-decoration:none;
  font-weight:bold;
}
a:link.ibox_ml, a:link.ibox_mm, a:link.ibox_mr {
  color:#000000;
  font-style:normal;
  font-size:11px;
  text-decoration:none;
  font-weight:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
}
a:visited.ibox_ml, a:visited.ibox_mm, a:visited.ibox_mr {
  color:#000000;
  font-style:normal;
  font-size:11px;
  text-decoration:none;
  font-weight:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
}
a:active.ibox_ml, a:active.ibox_mm, a:active.ibox_mr {
  color:#000000;
  font-style:normal;
  font-size:11px;
  text-decoration:none;
  font-weight:normal;
  font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
}

/* Unterer Bereich der ibox (Abschluss) */
td.ibox_bl{
  background-color:#e7e7e7;
  background-image:url('');
  background-repeat: repeat;
  border-top: 0px #d20b0c solid;
  border-left: 0px #d20b0c solid;
  border-right: 0px #d20b0c solid;
  border-bottom: 0px #d20b0c solid;
}
td.ibox_bm{
  background-color:#e7e7e7;
  background-image:url('');
  background-repeat: repeat;
  border-top: 0px #d20b0c solid;
  border-left: 0px #d20b0c solid;
  border-right: 0px #d20b0c solid;
  border-bottom: 0px #d20b0c solid;
}
td.ibox_br{
  background-color:#e7e7e7;
  background-image:url('');
  background-repeat: repeat;
  border-top: 0px #d20b0c solid;
  border-left: 0px #d20b0c solid;
  border-right: 0px #d20b0c solid;
  border-bottom: 0px #d20b0c solid;
}
.gruen {
  color:#00aa00;
}
.rot {
  color:#ff0000;
}
.fett {
  font-weight:bold;
}
.ul {
  text-decoration:underline;
}
.aktionspreis {
  color:#ff0000;
  font-weight:bold;
}
.osterpreis {
  color:#ff00ff;
  font-weight:bold;
}
.normalpreis {
  text-decoration:line-through;
  font-weight:bold;
}

table.paginationNavi{
    font-size:11px;
    line-height:100%;
    width:100%;
    border:0px;
    padding:3px;
}
table.paginationNavi td{
    padding:7px 1px 7px 0;
    vertical-align:middle;
    text-align:right;
}
table.paginationNavi a{
    color:#000;
    padding:2px 5px 2px 5px;
    border:#ccc 1px solid;
    background:#fff;
    margin-right:3px;
    text-decoration:none;
}
table.paginationNavi a:hover {
    border:#E7E7E7 1px solid;
    background:#E7E7E7;
}
table.paginationNavi a.active{
    background:#D0CECE;
}

#breadCrumb {
    padding:5px 15px;
}

.content .productImages img {
    border:0px;
}

.content .preview img {
    border:0;
    margin-right:5px;
}

#mainContent .textcontent h2 {
    color:#000000;
    font-style:normal;
    font-size:12px;
    text-decoration:none;
    font-weight:bold;
    font-family:Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
    margin: 15px 2px;
}

/**
***
*** buttons
***
**/
a.button {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #d20b0c;
    display:inline-block;
    color:black;
    font-family:arial;
    font-size:11px;
    font-weight:bold;
    padding:5px 10px;
    text-decoration:none;
    cursor:pointer;
}
a.button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}
a.button:active {
    position:relative;
    top:1px;
}

a.button.small {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #d20b0c;
    display:inline-block;
    color:black;
    font-family:arial;
    font-size:11px;
    font-weight:bold;
    padding:5px 10px;
    text-decoration:none;
}

span.icon_cart {
    display:block;
    padding:3px 5px 3px 35px;
    background:url(../images/shop_icons/icon_shopping_cart.png) left center no-repeat;
}

span.icon_cart_add {
    display:block;
    padding:3px 5px 3px 35px;
    background:url(../images/shop_icons/icon_shopping_cart_add.png) left center no-repeat;
}

span.icon_info {
    display:block;
    padding:3px 5px 3px 35px;
    background:url(../images/shop_icons/icon_info.png) left center no-repeat;
}

span.icon_pfeil {
    display:block;
    padding:3px 5px 3px 35px;
    background:url(../images/shop_icons/icon_pfeil.png) left center no-repeat;
}

span.icon_info.header,
span.icon_cart.header {
    width:80px;
}

ul.categoryOverview {
    float:left;
    list-style:none;
    width:33%;
    margin:0;
    padding:0;
}
/**
* Lade-Anzeige fuer die Suggest-Suche
*/
.ui-autocomplete-loading {
    background: white url(../images/ajax-loader.gif) right center no-repeat;
    background-size: 11px 11px;
}
/** Farbwahl in der linken Navigation */
.colorPicker {
    width:25px;
    height:25px;
    display:block;
    float:left;
    border: 1px solid #eeeeee;
    margin-right: 8px;
    margin-bottom: 8px;
}

/** Spinner fuer mein-konto */
.overlay {
    background: rgba(91,91,91,0.5);
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.overlay-inner-div {
    background-color: white;
    text-align: center;
    width: 150px;
    margin: auto;
    margin-top: 15%;
    padding-top: 4px;
    padding-bottom: 4px;
}
.loading-img {
    margin: auto;
    display: block;
}

/* ----------------------------------------------------------------------------*/
/* PromoBox   */
/* ----------------------------------------------------------------------------*/

.mainPage-left {
    float: left;
    max-width: 79%;
    border-right: 1px solid;
}

.mainPage-right {
    float: right;
    max-width: 20%;
    margin-top: 25px;
    overflow: hidden;
}

.crossSellingProduct {
    float: left;
    width: 25%;
    height : 250px;
}

.promoProductBox {
    text-align: center;
    font-weight: bold;
    color: black;
    max-height : 250px;
}

.promoCategoryPicture {
    align: center;
    valign: top;
}
.promoProductPicture, .promoCategoryPicture {
    width: 150px;
    max-height: 150px;
}
.promoProductPicture img, .promoCategoryPicture img {
    max-width: 150px;
    max-height: 150px;
}

.promoCategoryBox {
    text-align: center;
    font-weight: bold;
    color: black;
}
.promoProductBox hr, .promoCategoryBox hr {
     margin-top: 5px;
}

/**
* Copy from bootstap
*/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align : center;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #953b39;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

a.categoryWithSubCats{
    font-weight: bold;
}

/********
** NL Signup
********/
.nl-content {
    padding : 5px;
}
.nl-content .inline {
    display : inline;
}
div.nl-content .label {
    width : 50px;
}

/**Startseite*/
table.StartseiteGrundschriftfarbe {
    text-align: center;
    color: #000000;
}
span.StartseiteUeberschrift {
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
}
span.StartseiteZwischentext, span.StartseiteRabattstaffelUeberschrift {
    text-align: center;
    font-weight: bold;
    font-size: 13pt;
}
span.StartseiteRabattstaffelUeberschriftGruen {
    text-align: center;
    font-weight: bold;
    font-size: 13pt;
    color : #00b050;
}
span.StartseiteRabattstaffelnRot {
    text-align: center;
    font-weight: bold;
    font-size: 13pt;
    color: #ff0000;
}
span.StartseiteRabattAbzug {
    font-weight: bold;
    text-align: center;
    font-size: small;
}
span.StartseiteRueckwirkendeRabattierung {
    font-weight: bold;
    text-align: center;
    font-size: x-small;
}
div.StartseiteBankVerbindungsInfo {
    text-align: center;
}
div.StartseiteSeotext {
    text-align: center;
    color: #999999;
    font-size: xx-small;
}