

body { background-color:#6F8DB9; }

/* Menü */
h1 { font-size:10pt;
     font-family:verdana;
     color:#ffffff;
     font-style:bold;
     letter-spacing:0.2mm;
     word-spacing:0.8mm;
   }

/* Menü2 */
h2 { font-size:8pt;
     font-family:verdana;
     color:#10437E;
     font-style:bold;
   }

/* Body Überschrift */
h3  { font-size:10pt;
     font-family:verdana;
     font-style:bold;
     letter-spacing:0.1mm;
     word-spacing:0.8mm;
     color:#10437E; }

/* Bodytext */
p  { font-size:10pt;
     font-family:'Droid Sans', arial, sans-serif;
     letter-spacing:0.1mm;
     word-spacing:0.8mm;
     color:#10437E; }

/* Textlinks */
a:link { font-family:verdana; font-weight:bold; font-size:10pt; color:#ffffff; text-decoration:none }
a:visited { font-family:verdana; font-weight:bold; font-size:10pt; color:#ffffff; text-decoration:none }
a:hover { font-family:verdana; font-weight:bold; font-size:10pt; color:#6F8DB9; text-decoration:none }
a:focus { font-family:verdana; font-weight:bold; font-size:10pt; color:#6F8DB9; text-decoration:none }

a.body:link { font-family:verdana; font-weight:bold; font-size:8pt; color:#10437E; text-decoration:none }
a.body:visited { font-family:verdana; font-weight:bold; font-size:8pt; color:#10437E; text-decoration:none }
a.body:hover { font-family:verdana; font-weight:bold; font-size:8pt; color:#000000; text-decoration:underline }
a.body:focus { font-family:verdana; font-weight:bold; font-size:8pt; color:#000000; text-decoration:underline }

/* Menü */
#links {
   border-collapse:collapse;
  }
  #links a {
   letter-spacing:0.1mm;
   word-spacing:0.8mm;
   vertical-align: middle;
   text-align: center;
   background: #336666;
   color: #ffffff;
   font: bold 10px Verdana;
   margin: 0px auto;
   padding: 4px;
   text-decoration: none;
  }
  #links a:hover {
   letter-spacing:0.1mm;
   word-spacing:0.8mm;
   color: #000000;
   text-decoration: none;
  }

