/* Allgemein */
         body
                 {
                 font-family:Verdana, Tahoma, sans-serif;
                 font-size:70%;
                 color:#000;
                 background-color:#FFF;
                 margin:2% auto;
                 width:60%;
                 }

/* Text */
         h1
                 {
                 font-size:130%;
                 font-weight:bold;
                 line-height:normal;
                 margin-top:0%;
                 }

         h2
                 {
                 font-size:120%;
                 font-weight:bold;
                 margin-top:0%;
                 }
         .fett
                 {
                 font-weight:bold;
                 }

         .kursiv
                 {
                 font-style:italic;
                 }

         /* Liste */
         li
                 {
                 margin-bottom:2%;
                 }

         li span
                 {
                 font-weight:bold;
                 }

         /* Zitat */
         blockquote
                 {
                 background:url(../images/zitat.gif) no-repeat;
                 padding:1em 0em 1em 1em;
                 margin:0;
                 }

         blockquote p
                 {
                 font-size:105%;
                 font-variant:small-caps;
                 color:#ADC817;
                 }

         blockquote div
                 {
                 font-style:italic;
                 font-variant:small-caps;
                 }

         /* Bildunterschrift */
         dl.bild
                 {
                 width:400px;
                 }

         dd.bild
                 {
                 background-color:#E6F3A0;
                 font-size:90%;
                 font-weight:bold;
                 padding:2px;
                 margin:0px;
                 }

         dt.bild img
                 {
                 vertical-align:bottom;
                 }

         /* Hinweisbox */
         .hinweis
                 {
                 background-color:#E2FFDB;
                 border:1px #2CDB00 dashed;
                 padding:3px;
                 }

         /* Infobox */
         a.info:hover
                 {
                 cursor:help;
                 }

         a.info span
                 {
                 visibility:hidden;
                 position:absolute;
                 right:20%;
                 margin-top:20px;
                 padding:3px;
                 background-color:#F2F9CD;
                 border:1px solid #E6F3A0;
                 color:#000;
                 text-decoration:none;
                 }

         a.info:hover span
                 {
                 visibility:visible;
                 }

/* Links */
         a
                 {
                 color:#000;
                 text-decoration:none;
                 }

         a:hover
                 {
                 color:#F98207;
                 text-decoration:underline;
                 }

         a.extern:hover
                 {
                 color:#000;
                 text-decoration:underline;
                 }

/* Bilder */
         img
                 {
                 border:none;
                 }

         img.logo
                 {
                 width:177px;
                 height:125px;
                 }

         img.slogan
                 {
                 width:322px;
                 height:93px;
                 }

         img.produkt
                 {
                 width:250px;
                 height:239px;
                 padding-right:10px;
                 }

         img.bullet
                 {
                 width:8px;
                 height:8px;
                 }

         img.info
                 {
                 width:12px;
                 height:11px;
                 }

         img.bestellung
                 {
                 width:16px;
                 height:16px;
                 }