 /* Links */

a:link {
        color: Aqua;
        background-color: inherit;
}

a:visited {
        color: Aqua;
        background-color: inherit;
}

a:link:hover,
a:link:active,
a:visited:hover,
a:visited:active {
        color: Olive;
        background-color: Aqua;
}

 body  {
        font-family: Arial,Helvetica,Sans-serif;
        font-size: 7;
        text-align: center;
        color: #1C35AF;
        background-color: #94ACEC;
        }

.body2 {
        background-color: #6268E9;
        text-align: left;
       }

h1 {
        font-family: Arial,Helvetica,Sans-serif;
        font-size: 24pt;
        font-weight: 100;
        font-style: italic;
        text-align: center;
        }

h2 {
        font-family: Arial,Helvetica,Sans-serif;
        font-size: 16pt;
        font-weight: 100;
        text-align: center;
        text-decoration: underline;
       }

h3 {
        font-family: Arial,Helvetica,Sans-serif;
        font-size: 12pt;
        font-weight: 100;
        text-decoration: underline;
        text-align: center;
       }


div.eingerueckt {
        margin-left: 20px;
}


div.eingerueckt1 {
        text-align: left;
        margin-left: 50px;
 }

 .links {
         text-align: left;
         font-size: 8pt;
         margin-left: 250px;
           }

 .fett {
        font-weight:bold;
        }

 .rechts {
         text-align: right;
         }

 .img {
         width: 130;
         border: 0;
         height: 45;
 }

.tab33 {
          align: middle
          width:"33%";
         }