

body { background-color:#ffffff; }

/* Überüberschrift */
h1 { font-size:11pt;
     font-family:verdana;
     color:#00447E;
     font-style:bold;
     letter-spacing:0.2mm;
     word-spacing:0.8mm;
   }

/* Überschrift */
h2 { font-size:10pt;
     font-family:verdana;
     color:#00447E;
     font-style:bold;
   }

/* Weisheit */
h3 { font-size:13pt;
     font-family:verdana;
     color:#00447E;
     font-style:none;
   }

/* Weisheitautor */
h4 { font-size:8pt;
     font-family:verdana;
     color:#00447E;
     font-style:none;
   }

/* Bodytext */
p  { font-size:10pt;
     font-family:verdana;
     letter-spacing:0.1mm;
     word-spacing:0.8mm;
     color:#00447E; }

/* Textlinks */
a:link { font-family:verdana; font-weight:bold; font-size:10pt; color:#00447E; text-decoration:none }
a:visited { font-family:verdana; font-weight:bold; font-size:10pt; color:#00447E; text-decoration:none }
a:hover { font-family:verdana; font-weight:bold; font-size:10pt; color:#000000; text-decoration:none }
a:focus { font-family:verdana; font-weight:bold; font-size:10pt; color:#00447E; text-decoration:none }


/* Menü */
#links {
   border-collapse:collapse;
  }
  #links a {
   letter-spacing:0.1mm;
   word-spacing:0.8mm;
   vertical-align: middle;
   text-align: center;
   background: #00447E;
   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;
  }

