body {
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
    font-size: 12px;
    color: #404040;
    line-height: 140%;
    background: url(../graphics/bg/bg.gif);
}
input, form {
    margin: 0;
    padding: 0;
}
input, select.input {
    font-size: 12px;   
    font-family: Comic Sans MS, Verdana;
}

.input, textarea, .inputPreis, .inputGlasur {
    width: 100%;
    border: dashed 1px #85898c;
    padding: 1px 3px;
    margin: 0 0 0 0;
}
select.input {
    padding: 0;
}
.inputPreis {
    width: 30%;
}
.inputGlasur {
    width: 90%;
}

ol {
    margin: 5px 0px 0px 20px;
    padding: 0px;
}

ul, li, form {
    margin: 0px;
    padding: 0px;
}

br {
    /*clear: both; /*beendet float */
    padding: 0px;
    margin: 0px;
}

a:link, a:active, a:visited {
    color: #404040;
    text-decoration: underline;
}
a:hover {
    color: #57210A;
    text-decoration: none;
}
.fett {
    font-weight: bold;
}
.klein {
    font-size: 10px;
    color: #85898C;
    line-height: 120%;
}
.durchgestrichen {
    text-decoration: line-through;
}

/* Icons +++++++++++++++++++++++++++++++++++++++++++++ */
.smiley_traurig, .smiley_gluecklich {
    position: relative;
    float: right;
    width: 18px;
    height: 18px;
}
a.iconLoeschen, a.iconLoeschen:link, a.iconLoeschen:visited {
    background: url(../graphics/icons/loeschen.gif) no-repeat 0 0;
    float: left;
    width: 20px;
    height: 18px;
    text-decoration: none;
}
a.iconBearbeiten, a.iconBearbeiten:link, a.iconBearbeiten:visited {
    background: url(/contentSystem/graphics/icons/edit.gif) no-repeat 0 0;
    float: left;
    width: 20px;
    height: 18px;
    text-decoration: none;
}
a.iconLoeschenLink, a.iconLoeschenLink:link, a.iconLoeschenLink:visited,
a.iconAktualLink, a.iconAktualLink:link, a.iconAktualLink:visited {
    background: url(../graphics/icons/loeschen.gif) no-repeat 0 0;
    float: left;
    height: 14px;
    text-decoration: none;
    padding: 0 0 0 18px;
}
a.iconAktualLink, a.iconAktualLink:link, a.iconAktualLink:visited {
    background: url(../graphics/icons/aktualisieren.gif) no-repeat 0 0;
}

.headerLinie {
    position: absolute;
    top: 96px;
    left: 0px;
    width: 100%;
    height: 5px;
    line-height: 5px;
    background: #57210A;
    z-index: 10;
}
.footer {
    /*clear: left;*/
    float: left;
    width: 230px;
}

.gesamt {
    width: 1080px;
    float: left;
    background: url(../graphics/bg/logo.jpg) no-repeat left top;
}
.gesamtInhalt {
    float: left;
    width: 840px;
    margin-bottom: 10px;
}
.navi {
    float: left;
    width: 230px;
    padding: 100px 0px 0px 0px;
}
.inhalt {
    float: left;
    width: 570px;
    padding-top: 119px;
    overflow: hidden;
    /*background: url(../graphics/bg/inhalt.gif) repeat-y;*/
}
.werbung {
     width: 250px;
     float: right;
     padding: 100px 0 0 0;
}

.inhaltHeaderbild {
    display: none;
}
.logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    text-decoration: none !important;
    height: 85px;
}
.naviSchatten {
    display: none;  
}
.naviBg {
    font-family: Comic Sans MS, Verdana;
    width: 100%;
    padding-bottom: 10px; 
}
.naviBg a {
    display: block;
    text-decoration: none;
}

    
a.naviToppunkt, a.naviToppunkt:link, a.naviToppunkt:visited,
div.naviToppunktAktiv {
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0 0 0px;
    padding: 3px 0 4px 10px;
    text-decoration: none;
    color: #ffffff;
    background: #57210A;
}
a.naviHauptpunkt, a.naviHauptpunkt:link, a.naviHauptpunkt:visited,
div.naviHauptpunktAktiv {
    font-size: 16px;
    font-weight: bold;
    margin: 9px 0 3px 15px;
    padding: 0 0 0 7px;
    text-decoration: none;
    font-weight: normal;
}
a.naviUnterpunkt, a.naviUnterpunkt:link, a.naviUnterpunkt:visited, div.naviUnterpunktAktiv {
    font-family: Verdana;
    margin: 0 0 0 25px;
    padding: 0 0 0 7px;
    text-decoration: none;
}
a.naviMotiv, a.naviMotiv:link, a.naviMotiv:visited, div.naviMotivAktiv {
    font-family: Verdana;
    font-size: 11px;
    margin: 0 0 0 32px;
    padding: 0 0 0 7px;
    text-decoration: none;
}
a.naviToppunkt:hover,
a.naviHauptpunkt:hover,
a.naviUnterpunkt:hover,
a.naviMotiv:hover {
    color: #57210A;
}
a.naviToppunkt:hover {
    color: #ffffff;
}
div.naviToppunktAktiv,
div.naviHauptpunktAktiv,
div.naviUnterpunktAktiv,
div.naviMotivAktiv  {
    color: #57210A;
    background: url(/contentSystem/graphics/icons/pfeilAktiv.gif) no-repeat left center;
}
div.naviToppunktAktiv {
    color: #ffffff;
    background-color: #57210A; 
    background-position: left 10px;
}   
.loginName {
    float: left;
    width: 40%;
    font-weight: bold;
    padding-bottom: 7px;
}
.loginFeld {
    float: left;
    width: 60%;
    padding-bottom: 7px;
}

/* Runde Ecken für die HeaderBilder */
.ecke1, .ecke2, .ecke3, .ecke4 {
    display: none;
    width: 5px;
    font-size: 1px;
    height: 89px; /* hälfte der Gesamthöhe von .inhaltHeaderbild */
    line-height: 89px; /* hälfte der Gesamthöhe .inhaltHeaderbild */
}
.ecke1 {
    float: left;
    background: url(/contentSystem/graphics/bg/ecke1.gif) no-repeat;
}
.ecke2 {
    float: right;
    background: url(/contentSystem/graphics/bg/ecke2.gif) no-repeat;
}
.ecke3 {
    position: relative;
    margin: 0px 0px -5px -5px;
    float: left;
    background: url(/contentSystem/graphics/bg/ecke3.gif) no-repeat bottom;
}
.ecke4 {
    float: right;
    margin: 0px -5px -5px 0px;
    background: url(/contentSystem/graphics/bg/ecke4.gif) no-repeat bottom;
}

/* +++++++++++++++++++++++++++++++++++++++++++++
    Formular ................................... */

/* Umschließender Bereich*/    
.frmBereich {
    width: 100%;
    /*background: yellow;*/
}    

.frmName, .frmFeld, .frmFeldGeteilt {
    margin: 0;
}
.frmName {
    font-weight: bold;
    padding: 0;
    margin: 0;
    /*float: left;*/
    width: 100%;
    /*background: yellow;*/
}
.frmFeld {
    /*float: right;*/
    padding: 0;
    margin: 0;
    width: 100%;
    /*background: red;*/
}

.frmFeldInputGeteiltLinks {
    float: left;
    width: 49%;
}
.frmFeldInputGeteiltRechts {
    float: right;
    width: 49%;
}
.frmFeldInputKlein {
    float: left;
    width: 24%;
}
.frmFeldInputGross {
    float: right;
    width: 74%;
}
.frmButton {
    padding: 12px 0px 7px 0px;
    float: right;
}

.inhaltText {
    clear: both;
    margin: 0px 10px;
    padding: 15px 0px 10px 0px;
}
.inhaltText h2,
.werbung h2 {
    font-family: Comic Sans MS, Verdana;
    padding: 0px;
    margin: 0px 0px 7px 0px;
    font-size: 16px;
    color: #57210A;
    font-weight: normal;
}
h3 {
    font-family: Comic Sans MS, Verdana;
    padding: 0px;
    margin: 5px 0px 7px 0px;
    font-size: 14px;
    color: #57210A;
    font-weight: normal;
}
.neu {
    position: absolute;
    background: url(/contentSystem/graphics/icons/neu3.png) no-repeat 0px 0px;
    width: 60px;
    height: 60px;
    z-index: 50;
    margin: -4px 0 0 0px;
} 
.werbung .footerText {
    padding: 10px 5px 0 5px;
}


/* Seitenblättern .......................... */
.blaettern {
    padding: 0px 0px 0px 10px;
}
.blaettern span {
    font-size: 14px;
    font-weight: bold;
    color: #57210A;
}
.blaettern a, .blaettern a:link, .blaettern a:visited {
    text-decoration: none;
}
.blaettern a:hover {
    text-decoration: underline;
    color: #57210A;
}

/* +++++++++++++++++++++++++++++++++++++++++++
Footer ................................... */
.footer div {
    display: block;
    padding: 5px 0px 0px 5px;
}
.footer a, .footer a:link, .footer a:visited  {
    font-size: 11px;
    text-decoration: none;
}
.footer a:hover {
    color: #57210A;
}
a.aktiv, a.aktiv:link, a.aktiv:visited {
   font-weight: bold;
   color: #57210A;
}



/* +++++++++++++++++++++++++++++++++++++++++++++
    Listen ..................................... */

.liste {
    display: block;
    width: 100%;
}
.listeBgHell {
    clear: both;
    width: 100%;
    display: block;
    background: #ffffff;
    padding: 4px 0px;
}
.listeBgDunkel {
    clear: both;
    width: 100%;
    display: block;
    padding: 4px 0px;
}
.listeHead {
    font-family: Comic Sans MS, Verdana;
    font-size: 14px;
    text-align: left;
    padding: 3px 0px;
}
.listeAnz, .listeArtnr, .listeBez, .listeEpreis, .listeGpreis, .listeDel {
    float: left;
}
.listeAnz {
    width: 10%;
}
.listeArtnr {
    width: 13%;
}
.listeAnz input {
    width: 90%;
}
.listeBez {
    width: 40%;
}
.listeEpreis {
    width: 17%;
    text-align: right;
}
.listeGpreis {
    width: 13%;
    text-align: right;
    float: right;
}
.listeDel {
    width: 6%;
    text-align: center;
    float: right;
}

.listeDel a, .listeDel a:link, .listeDel a:visited {
    display: block;
    width: 100%;
    height: 14px;
    line-height: 14px;
    margin: 2px 0px 0px 0px;
    background: url(../graphics/icons/loeschen.gif) no-repeat center 0px;
    text-decoration: none;
    text-align: center;
}
.listeDel a:hover {
    background-position: center -14px;
}


.listeSummeText, .listeMwstText {
    float: left;
    width: 78%;
    border-top: solid 2px #85898C;
    padding: 4px 0px;
}
.listeSummePreis, .listeMwstPreis {
    float: left;
    width: 21%;
    text-align: right;
    border-top: solid 2px #85898C;
    font-weight: bold;
    padding: 4px 0px;
}
.listeMwstText {
    border-top: solid 1px #85898C;
}
.listeMwstPreis {
    border-top: solid 1px #85898C;
    font-weight: normal;
}

.listeAktionen {
    float: left;
    width: 99%;
    border-top: dashed 1px #85898C;
    margin: 1px 0px 2px 0px;
    padding: 2px 0px;
}
/* Trenner */
.listeAktionen span {
    float: left;
    padding-right: 10px;
}

.listeBereich {
    float: left;
    width: 100%;
    border-bottom: solid 1px #57210A;
    color: #57210A;
}
/* Darstellung des vergößerten Bildes */
.bild {
    display: none;
    position: absolute;
    margin: 0px 0px 0px 0px;
    border: solid 3px #57210A;
    padding: 5px;
    background: #ffffff;
    cursor: pointer;
    z-index: 3;
}



/* ++++++++++++++++++++++++++++++++++++++++++
    Buttons ................................. */

a.buttonText, a.buttonText:link, a.buttonText:visited {
	height: 22px;
    line-height: 20px;
    font-weight: bold;
}
a.buttonText:hover {
	
}

.buttonAkt,
a.buttonAkt, a.buttonAkt:link, a.buttonAkt:visited {
	float: left;
	display: block;
	background: url(/contentSystem/graphics/buttons/icon.gif) no-repeat 0px 0px;
	height: 22px;
    line-height: 20px;
    text-decoration: none;
    padding: 0px 10px 0px 27px;
    margin: 0;
    border: 0;
    font-weight: bold;
    font-family: Comic Sans MS, Verdana;
}
a.buttonAkt:hover {
	background-position: 0px -22px;
	color: #57210A;
}


a.buttonLoeschen, a.buttonLoeschen:link, a.buttonLoeschen:visited {
	float: left;
	display: block;
	background: url(/contentSystem/graphics/buttons/iconLoeschen.gif) no-repeat 0px 0px;
	height: 22px;
    line-height: 20px;
    padding: 0px 10px 0px 27px;
    font-weight: bold;
    font-family: Comic Sans MS, Verdana;
    text-decoration: none;
}
a.buttonLoeschen:hover {
	background-position: 0px -22px;
	color: #57210A;
}


/* +++++++++++++++++++++++++++++++++++++++++++++
    Links ................................... */
.linkTitel {
    display: block;
    width: 100%;
    padding-left: 5%;
    border-bottom: solid 1px #85898C;
}
.linkTitel a {
}

/* Artikel bearbeiten*/
.linkGross, .unsichtbar {
    display: none;
}

.einruecken {
    clear: both;
    display: block;
    padding-left: 18px;
}



.artHauptkategorien {
    width: 100%;
    border-top: solid 2px #57210A;
    font-weight: bold;
    padding: 5px 0px 2px 0px;
    margin: 10px 0px 0px 0px;
}
.artHauptkategorien span {
    font-weight: normal;
    font-size: 10px;
}
.artUnterkategorien {
    border-top: solid 1px #85898C;
    padding: 5px 0px 2px 20px;
}
.artMotiv {
    border-top: solid 1px #85898C;
    padding: 0px 40px;
    background: #;
}

.artBackground {
    clear: both;
    border-top: solid 1px #85898C;
}
.artBackground span {
    padding: 0px 60px;
}
.artBackgroundDetail1 {
    padding: 5px 0px;
    display:none;
}
.artBackgroundDetail2 {
    padding: 5px 0px;
    display:none;
}
.shopBild {
    float: left;
    width: 10%;
}
.shopBeschreibung {
    float: right;
}

.smiley_traurig {
    background: url(/contentSystem/graphics/icons/smiley_traurig.gif) no-repeat top right;
}
.smiley_gluecklich {
    background: url(/contentSystem/graphics/icons/smiley_gluecklich.gif) no-repeat top right;
}

/* Linien +++++++++++++++++++++++++++++++++++++++++++++++++ */
.linieFett {
    width: 100%;
    border-top: solid 2px #57210A;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 5px 0px;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

/* Abstände +++++++++++++++++++++++++++++++++++++++++++++++ */
.abstanObenUnten {
    margin-top: 7px;
    margin-bottom: 7px;
}

/* Medungen ++++++++++++++++++++++++++++++++++++++++++++++++ */
.meldung {
    clear: both;
    margin: 0px 10px;
    padding: 15px 0px 10px 30px;
}

.fehler, .ok {
    font-weight: bold;
    font-size: 10px;
    padding: 3px 3px 4px 40px;
    margin: 3px 0px 7px 0px;
    line-height: 130%;
}
.fehlerIcon {
    display: none;
    position: absolute;
    width: 32px;
    height: 32px;
    margin: -2px 0px 0px -2px;
    background: url(/contentSystem/graphics/icons/fehler.gif) no-repeat 0px 0px;
    z-index: 1;
}
.fehler {
    border: 1px solid #991734;
    background: #FAF4ED;
    color: #991734;
}
.fehler span,
.fehlerFormular span {
    letter-spacing: 0.1em;
    color: #991734;
}
.fehlerFormular {
    font-size: 10px;
    margin: 3px 0px 0px 0px;
    line-height: 130%;
    color: #991734;
}

.okIcon {
    display: none;
    position: absolute;
    width: 38px;
    height: 28px;
    margin: -5px 0px 0px -2px;
    background: url(/contentSystem/graphics/icons/ok.gif) no-repeat 0px 0px;
}
.ok {
    border: 1px solid #0a573d;
    background: #F3FAED;
    color: #0a573d;
    z-index: 1;
}
.ok span {
    letter-spacing: 0.1em;
    color: #0a573d;
}

.hervorgehoben {
    color: #57210A;
    font-weight: bold;
}

/* Allgemeiner Button mit änderbarem Text und fixer Breite */
a.button, a.button:link, a.button:visited, input.button,
a.buttonSchmal, a.buttonSchmal:link, a.buttonSchmal:visited, input.buttonSchmal {
	float: right;
	display: block;
	background: url(../graphics/buttons/button.gif) no-repeat 0px 0px;
	width: 130px;
    height: 22px;
    line-height: 20px;
    font-size: 12px;
    color: #57210A;  
    text-decoration: none;
    font-family: Comic Sans MS, Verdana;
    text-align: left;
    padding: 0 0 0 7px;
    margin: 0;
    border: 0;
}
a.buttonSchmal, a.buttonSchmal:link, a.buttonSchmal:visited, input.buttonSchmal {
	background: url(../graphics/buttons/button-schmal.gif) no-repeat 0px 0px;
	width: 68px;
}
input.button,
input.buttonSchmal {
    padding-bottom: 3px;
}
a.button:hover, input.button:hover,
a.buttonSchmal:hover, input.buttonSchmal:hover {
	background-position: 0px -22px;
}

.warenkorb {
    position: absolute;
    margin: -110px 0 0 0;
    height: 95px;
    width: 230px;
    background: url(../graphics/icons/warenkorb.gif) no-repeat 20px 30px;
    padding: 0;
}
.warenkorb b,
.meinKonto b {
    font-family: Comic Sans MS, Verdana;
    font-size: 14px;
    font-weight: normal;
    display: block;
    color: #ffffff;
    background: #57210A;
    padding: 2px 5px; 2px 5px;
    margin: 0 0 5px 0; 
}
.warenkorb i {
    font-weight: bold;
    font-style: normal; 
}
.warenkorb span {
    display: block;
    margin-left: 70px;
}
.warenkorbSumme {
    display: block;
    margin-left: 70px;
    border-top: 1px solid #57210A;
}
.warenkorb a, .warenkorb a:link, .warenkorb a:visited {
    clear: both;
    margin-top: 7px;
} 
.meinKonto {
    position: absolute;
    text-align: right;
    margin: -110px 0 0 -130px;
    width: 120px;
    overflow: hidden;
}   
.meinKonto span {
    font-weight: normal;
}

.endeFloat {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}
/*
    Spaltenformatierung
*/
.sp5, .sp10, .sp15, 
.sp20, .sp25, .sp30, .sp35, .sp45, 
.sp50, .sp55, .sp60,  
.sp70, .sp80 {
    float: left;
}
.sp5 {
    width: 5%;
}
.sp10 {
    width: 10%;
}
.sp15 {
    width: 15%;
}
.sp20 {
    width: 20%;
}
.sp25 {
    width: 25%;
}
.sp30 {
    width: 30%;
}
.sp35 {
    width: 35%;
}
.sp45 {
    width: 45%;
}
.sp50 {
    width: 50%;
}
.sp55 {
    width: 55%;
}
.sp60 {
    width: 60%;
}
.sp70 {
    width: 70%;
}
.sp80 {
    width: 80%;
}
.sp100 {
    width: 100%;
}

.flussLinks {
    float: left;
}
.flussRechts {
    float: right;
}

.rechts {
    text-align: right
}

.abstandOben {
    margin-top: 10px;
}
.abstandRechts {
    margin-right: 10px;
}
.sp12, .sp22 {
    float: left;
    width: 50%;
    padding-bottom: 10px;
}
.sp12Innen {
    padding-right: 5px;    
}
.sp22Innen {
    padding-left: 5px;
}
        
/* +++++++++++++++++++++++++++++++++++++++++++++++++++
        Breadcrumb ....................................... */
.breadcrumb {
    padding: 0px 0px 5px 10px;
}
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited {
    font-size: 11px;
    text-decoration: none;
    padding: 0px 7px;
    background: url(/contentSystem/graphics/icons/pfeil.gif) no-repeat left center;
}
.breadcrumb a:hover {
    color: #57210A;
}
.breadcrumb span  {
    font-size: 11px;
    color: #57210A;
    padding: 0px 7px;
    background: url(/contentSystem/graphics/icons/pfeilAktiv.gif) no-repeat left center;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++
    Artikel .......................................... */
.artikel br, .liste br, .frmBereich br, .reiterInhalt br, .inhaltText br {
    clear: both; /*beendet float */
    padding: 0;
    margin: 0;
    font-size: 1px;
    line-height: 7px;
    height: 7px;
}
.inhaltText span br {
    clear: none;
}
.artikel {
    /*border-top: solid 1px #57210A;*/
    padding: 10px 0px 10px 0px;
    background: url(../graphics/bg/linie.gif) no-repeat top center;/**/
}

/* Bilderrahmen mit runden Ecken für Bild */
.artikelBildrahmen {
    position: absolute;
    width: 156px;
    height: 153px;
    margin: 0px;
    background: url(../graphics/bg/rahmenBild.gif) no-repeat 0px 0px;/**/
    z-index: 1;
}
.artikelLupe {
    position: absolute;
    display: block;
    text-decoration: none !important;
    width: 13px;
    height: 13px;
    margin: 138px 0px 0px 6px;
    background: url(../graphics/icons/artikelLupe.gif) no-repeat 0px 0px;
    z-index: 10;
}

.artikelBildrahmen a, .artikelBildrahmen a:link, .artikelBildrahmen a:visited, .artikelBildrahmen a:hover {
    display: block;
    width: 100%;
    height: 153px;
    text-decoration: none;
}

.artikelBilder {
     float: left; 
     width: 170px;
}
/* Bild mit fixem Darstellungsbereich */
.artikelBild {
    /*clear: both;*/
    float: left;
    width: 163px;
    height: 153px;
    margin: 0px 10px 0px 0px;
    background-repeat: no-repeat;
    background-position: center center;
}   
.bilderVorschauKlein, a.bilderVorschauKlein, a.bilderVorschauKlein:link, a.bilderVorschauKlein:visited {
    float: left;
    border: solid 1px #57210a;
    position: relative;
    width: 35px;
    height: 35px;    
    margin: 5px 5px 0 0;    
    background-repeat: no-repeat;
    background-position: center;    
    text-decoration: none;                                            
}
.artikelText {
    float: right;
    width: 340px;
}
/* Bezeichnung des Artikels */
.artikelTitel {
    display: block;
    float: left;
    font-family: Comic Sans MS, Verdana;
    margin: 0px 0px 7px 0px;
    color: #57210A;
    font-weight: normal;
    font-size: 16px;
}
.artikelPreis {
    float: right;
    height: 20px;
    background: #57210A;
    color: #ffffff;
    text-align: right;
    padding: 0 3px;       
}
.artikelPreis b {
    height: 20px;
    line-height: 20px;
    padding: 0;
    font-weight: normal;
}
/* Nähere Details zum Artikel */
.artikelDetails {
    float: right;
    width: 71%;
    padding: 5px 0px 10px 0px;
    line-height: 130%;
}

/* Bereich für Preis, Warenkorb */
.artikelKaufen {
    float: right;
    width: 81%;
    padding: 0;
    margin: 0;
}
/* Anzahl Feld */
.artikelAnz {
    margin: 5px 5px 0 0px;
    float: left;
    width: 30px;
}
.artikelAnz input {
    text-align: center;
}
/* Glasur Feld */
.artikelGlasur {
    margin: 5px 0 0 0;
    width: 55%;
    float: left;
    overflow: hidden;
}
.artikelAnz input,
.artikelGlasur input {
    margin: 0;
 }
/* Warenkorb */
.artikelWarenkorb {
    float: left;
    margin: 5px 0 0 0px;
    width: 60%;
}
.artikelWarenkorb a, .artikelWarenkorb a:link, .artikelWarenkorb a:visited {
    float: left;
}
/* Märkte */
.spMarktDatum {
    float: left;
    padding: 7px 0px;
    margin: 0px;
}
.spMarktTitel {
    float: right;
    width: 78%;
    padding: 7px 0px;
    margin: 0px;
}

#marktHervorgehoben {
    background-color: #faffad;
}
.marktDetail {
    display: none;
}
.spMarktDetailTitel {
    clear: both;
    float: left;
    width: 23%;
    text-align: right;
    padding-right: 5px;
    /*background: red;*/
}
.spMarktDetailText {
    float: left;
    width: 68%;
    /*background: yellow;*/
}

.marktLinie, .linie {
    clear: both;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    background: #85898C;
}
.marktLinieMonat{
    clear: both;
    font-size: 1px;
    height: 2px;
    line-height: 2px;
    background: #57210a;
}

/*
    Rabatt Aktionen
*/
.rabattAktion {
    background: #f8e7bc;
}
.preisRabatt {
    line-height: 16px; 
    position: absolute; 
    text-align: right; 
    margin: -65px 0 0 -100px;
    padding: 2px;
    border: solid 1px #ADC273;
    background: #E0F2CB;
}
.preisRabatt .klein {
    color: #737C52;
}

/*
    Tagcloud
*/
ul.tagcloud {
    list-style-type:none; 
    padding: 0px;
    margin: 0;
    line-height: 160%;
}
ul.tagcloud li {
    display: inline; 
    margin: 0px; 
    padding: 0px;
}   









.artikelText small {
    display: none;
}
.artikelText {
    width: 370px;
}
.artikelBilder {
     background: url('../graphics/bg/bgBild.gif') no-repeat 9px 5px;
}
.artikelBild {
    width: 156px;
} 
.artikelDetails {
    width: 300px;
}
.listeBgDunkel, .listeBgHell {
    background-color: transparent;
}

.fehler, .ok {
    padding: 3px 3px 4px 6px;
}
