/* DATEI: formate.css */

body {
     background-color:#CCCCFF;
     color:#000033;
     font-family:Helvetica,Arial,sans-serif;
     margin-left:35px;
     margin-right:35px; }

h1 {
   text-align:center;
   font-weight:bold;
   }

p {
  text-align:left;
  text-decoration:none;
  font-family:Helvetica,Arial,sans-serif;
  font-size:10pt;
  }

p.zentriert {
  text-align:center;
  }

p.rechts {
  text-align:right;
  }

td {
   vertical-align:top;
   }

td.obenlinks {
             vertical-align:top;
             text-align:left;}

td.obenrechts {
              vertical-align:top;
              text-align:right;
              }

img {
    border-style:none;
    border-width:0;
    }

img.links {
           float:left;
           }

img.rechts {
           float:right;
           }

a:link {
       background-color:#CCCCFF;
       color:#000099;
       text-decoration:none;
       font-weight:bold; }

a:visited {
          background-color:#CCCCFF;
          color:#9900CC;
          font-weight:bold;
          text-decoration:none; }

/* a:hover {
        background-color:#3333FF;
        color:#CCCCFF;
        text-decoration:none; } */

a:hover {
        background-color:#CCCCFF;
        color:#CC3333;
        font-weight:bold; }