/* CSS (c) by Christian Benz, 2003-09-11, v1.1 style.css*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BODY */
body {
     background-image:url(papier.gif);
     scrollbar-arrow-color:#FFFFFF;
     scrollbar-base-color:#0080FF;
     font-family:Verdana,"Times New Roman",Arial,Helvetica;
     font-size:10pt;
     color:#000000;
     }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Überschriften */

h1 {
   font-family:Arial;
   font-size:24pt;
   font-style:italic;
   color:#FC42C5;
   text-align:center;
   }

h2 {
   font-family:Arial;
   font-size:18pt;
   color:#0000DF;
   text-align:center;
   }

h3 {
   font-family:Arial;
   font-size:13pt;
   color:#000000;
   text-align:left;
   }

h4 {
   font-family:Arial;
   font-size:11pt;
   color:#000000;
   text-align:left;
   }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LINKS */
a:link { text-decoration:underline; color:#0080FF; }    /* unbesucht blau   */
a:visited { text-decoration:underline; color:#0080FF; } /* besucht   grün   */
a:active { text-decoration:underline; color:#FF0000; }  /* aktiv     rot    */
a:hover { text-decoration:underline; color:#AF00FF; }   /* hover     h-grün */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SMALL */
small { font-size:80%; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SPAN */
span.imp {                                               /* Layout Impressum */
         font-family:Arial;
         font-size:8pt;
         color:#0080FF;
         }

span.open {
          font-family:Arial;
          font-size:10pt;
          color:#000000;
          }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TABLE */
table.katalog {
              border-width:1px;
              border-style:solid;
              border-color:#000000;
              }

td.head {
        font-family:Verdana,"Times New Roman",Arial,Helvetica;
        font-size:10pt;
        color:#000000;
        font-weight:bold;
        }

td.content {
           font-family:Verdana,"Times New Roman",Arial,Helvetica;
           font-size:10pt;
           color:#7F7F7F;
           font-weight:bold;
           }

td {
   font-family:Verdana,"Times New Roman",Arial,Helvetica;
   font-size:10pt;
   color:#000000;
   font-weight:normal;
   }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DIV */
div {
    font-family:Verdana,"Times New Roman",Arial,Helvetica;
    font-size:10pt;
    font-weight:normal;
    }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ IMG */
img.kleid {
          border-style:solid;
          border-color:#FF00FF;
          }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dropdown-Navigation */
option { font-family:Arial; font-size:10pt; color:#800000; background-color:#DFDFDF; }
option.line { font-family:Arial; font-size:10pt; color:#000000; background-color:#DFDFDF; }
option.descr { font-family:Arial; font-size:10pt; color:#000000; background-color:#DFDFDF; }
