/* Margin Angaben oben, rechts, unten, links in Pixel*/

        body
{
         margin:0px 0px 0px 0px ;
        background-color: #F8BE80;
        scrollbar-face-color: #F8BE80;
        scrollbar-highlight-color: #777799;
        scrollbar-3dlight-color: #000000;
        scrollbar-darkshadow-color: #000000;
        scrollbar-shadow-color: #777799;
        scrollbar-arrow-color: #777799;
        scrollbar-track-color: #F8BE80;
}

/* font-family = Schriftart fuer Textelemente */
p, h1, h2, h3, h4, h5, h6, h7, h8, ul, ol, li, div, td, th,  address, blockquote, nobr, b, i{
        color : #F3A346;
        font-family : verdana;
        }


invalid{
        color : #F3A346;
        }


h1{
        color : #A9362D;
        font-family : verdana;
        font-size : 13pt;
        }


h2{
        color : #000000;
        font-family : verdana;
        font-size : 8pt;
        }


h3{
        color : #000000;
        font-family : verdana;
        font-size : 12pt;
        }


h4{
        color : #FDF9A1;
        font-family : verdana;
        font-size : 12pt;
        }


h5{
        color : #000066;
        font-family : verdana;
        font-size : 8pt;
        }


h6{
        color : #000066;
        font-family : verdana;
        font-size : 7pt;
        }


h7{
        color : #000000;
        font-family : verdana;
        font-size : 10pt;
        }


h8{
        color : #000066;
        font-family : verdana;
        font-size : 20pt;
        }


p.8{
        color : #000000;
        font-family : verdana;
        font-size : 8pt;
        }


p.8w{
        color : #000000;
        font-family : verdana;
        font-size : 8pt;
        }


p.9w{
        color : #000000;
        font-family : verdana;
        font-size : 9pt;
        }


p.8wb{
        color : #000000;
        font-family : verdana;
        font-size : 8pt;
        font-weight : bold;
        }


p.9wb{
        color : #000000;
        font-family : verdana;
        font-size : 9pt;
        font-weight : bold;
        }


p.10{
        color : #000000;
        font-family : verdana;
        font-size : 10pt;
        }


p.14{
        color : #000000;
        font-family : verdana;
        font-size : 14pt;
        }

.button
{
        color : #ffffff;
        font-family : verdana;
        font-weight:bold;
        font-size : 8pt;
        background-color: #00CCFF;
}
/* normaler Text */
p, ul, ol, li, div, td, th, address, nobr, b, i{
        color : #A9362D;
        font-family : verdana;
        font-size : 9pt;
        }




        a:link {font-size: 10pt; font-family: arial;  color: #5B040E; text-decoration: none; font-weight:bold;}
        a:visited { font-size: 10pt; font-family: arial;  color: #5B040E; text-decoration: none; font-weight:bold;}
        a:hover  {font-size: 10pt; font-family: arial;  color: #F1B04B;  text-decoration: none; font-weight:bold; }
        a:active {font-size: 10pt; font-family: arial;  color: #F1B04B; text-decoration: none; font-weight:bold; }
