/* Style für http://www.konstantin-winter.de, erstellt von Konstantin Winter.
   jegliche Verbreitung dieser Datei ist strengstens untersagt
   URL für CSS Hilfe im Internet: http://www.css4you.de/Texteigenschaften/textproperty.html */

/* BODY */

body {
 background-color: #ffffff;
 overflow: scroll;
     }

/* ---------
   SCHRIFTEN
   --------- */

.headline {
 font-family: Arial;
 font-size: 12pt;
 font-weight: bold;
          }

.menu {
 font-family: Arial;
 font-size: 10pt;
 font-weight: bold;
 color: #FFFFFF;
 htext: #FFFFFF;
 text-decoration: none;
      }

.normaltext {
 font-family: Arial;
 font-size: 12pt;
 text-align: justify;
            }

.footer {
 font-family: Arial;
 font-size: 8pt;
 font-weight: bold;
 color: #000000;
 htext: #000000;
 text-decoration: none;
        }

 .smallfont {
  font-family: Arial;
  font-size: 8pt;
            }

/* ------
   RAHMEN
   ------ */

table {
 border-style: none;
 cellpadding=0;
      }

td {
 border-style: none;
 cellpadding=0;
   }

tr {
 border-style: none;
 cellpadding=0;
   }
