/* Vorladescript */
#css   {
        position:absolute;
        width:100%;
        height:95%;
        top:0;
        left:0;
        background-color: #efefef;
        layer-background-color: #efefef;
        font-family:arial,helvetica;
        z-index:100;
 }

/*  Beschriftungsfelder Adressdaten  */
.feldname {
        font-size: 9px;
        font-style : normal;
        font-weight: normal;
        color: #666666;
 }

.feldname2 {
        font-size: 9px;
        font-style : normal;
        font-weight: normal;
        color: #000066;
 }

/* fette hervorhebung */
.fett {
        font-weight : bold;
 }

.blue {
        font-weight : bold;
        color: #f0911d;
 }

/* class für kleine Schrift */
.small {
        font-size:7pt;
 }


/* classes für Überschriften */
.title {
        color : #2f2f2f;
        font-size : 10pt;
        font-weight : bold;
 }


/*  class für Fehlermeldungungen bzw. */
.fehler {
        font-weight : normal;
        color : red;
 }

.nofehler {
        font-weight : normal;
        color : green;
 }

.fehlersmall {
        font-weight : normal;
        color : red;
        font-size : 11px;
 }
.faq_frage {
        text-align : justify ;
        font-size : 10pt;
        font-weight : bold;
        color : #000066;
        }
.faq_antwort {
        text-align : justify ;
        font-size : 10pt;
        font-style : italic;
        background-color : #dfdfdf;
        }
/* Preisbereich bei Produkten */

.kostenlos {
        text-align : normal ;
        font-size : 9pt;
        font-style : normal;
        font-weight : bold;
        color : red;
   }

.sonderpreis {
        text-align : normal ;
        font-size : 9pt;
        font-style : normal;
        font-weight : bold;
        color : red;
   }

.goodpreis {
        text-align : normal ;
        font-size : 12pt;
        font-style : normal;
        font-weight : bold;
        color : red;
   }

.steuer {
        text-align : normal ;
        font-size : 11px;
        font-style : normal;
        font-weight : normal;
		color : #8f8f8f;

   }


/* News-bereich*/

.newslink {
        color : red;
        font-size : 11px;
        font-weight : normal;
 }

.newstitle  {
        color : #000066;
        font-size : 11px;
        font-weight : bold;
 }

.newstext  {
        color : #2f2f2f;
        font-size : 11px;
        text-align: justify;
 }

.newsline {
               background-color : #FFCC66;
 }

.newsline2 {
               background-color : #000066;
 }

.newsdatum {
        text-align : justify ;
        font-size : 8px;
        font-style : normal;
        color : #2f2f2f;
        background-color : #FFCC66;
        }
