/* AD-Nett (oben) */



BODY {
        background-repeat: repeat;
        background-color: #000060;
        background-position:center 0 cm;
        }

h1,h2,p,h3,li,ul,a {
        font-family: Arial, Helvetica, sans-serif; margin-left:3px;
        margin-right:10px; margin-bottom:0px;  margin-top:0;
        text-align: justify;
        }

h1
        {
        margin-top:  16pt;
        margin-left: 16pt;
        }
table
        {
        margin-left:16px;
        margin-top:  10px;
        }

img {
        margin: 0;
        }

p {
        font-family: Arial,Helvetica,sans-serif; margin-left:3px; margin-right:10px;
        margin-bottom: 0px; margin-top:0px;
        font-size: 10px;
        color: #000000;
        text-indent: 7.5mm;
        }
        /*normaler Text*/

h1 {
        font-size: 20pt;
        color: #000080;
        font-weight: normal;
        text-align : left;
        }
        /*fette grosse Überschrift dunkelblau*/

h2 {
        font-size: 12pt;
        color: #000080;
        font-weight: bold;
        }
        /*Text fett dunkelblau*/

.kleinlink {
        font-size: 8pt;
        color: #C0C0C0;
        font-weight: normal;
        margin: 2px;
        text-decoration: none;
        }
        /*kleine Schrift im frame */

.kleinlink-aktiv {
        font-size: 8pt;
        color: #FBF800;
        font-weight: normal;
        margin: 2px;
        text-decoration: none;
        }
        /*kleine Schrift im frame */

.grosslink {
        font-size: 10pt;
        color: #c0c0c0;
        font-weight: bold;
        text-decoration: none;
        }
        /*fette Schrift im frame*/

.grosslink-aktiv {
        font-size: 10pt;
        color: #FBF800;
        font-weight: bold;
        text-decoration: none;
        }
        /*fette Schrift im frame*/

.linkunten {
        font-size: 8pt;
        color: #008000;
        font-weight: normal;
        text-decoration: none;
        }
        /*grüner link unten*/

li, ul {
        font-size: 10pt;
        color: black;
        font-weight: normal;
        margin-left: 20 pt;
        }

A:HOVER {
        font-family : Arial, Helvetica, sans-serif;
        color : #FBF800;
        }