/* CSS Document */

/* Eigenschaften der verschiedenen Bodies */
body {
background:#000022 ; color: FFFFCC; 
font-family: Book Antiqua , Arial, sans-serif; font-size:15pt;
  scrollbar-base-color:#FFFFCC;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-arrow-color:#000000;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#FFFFCC;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#6699CC;
}

body.navi {background:#000022; color: FFFFCC; font-family: Arial, Book Antiqua , Arial, sans-serif; font-size:12pt; }
body.top {background:#000022; color: FFFFCC;}

/* Formatierung der Tags */
h1 {font-family: Book Antiqua , Arial, sans-serif; font-size:30pt;}
h2 {font-family: Book Antiqua , Arial, sans-serif; font-size:18pt;} 
p {font-family: Book Antiqua, Arial, sans-serif; font-size:12pt;}
ul {font-family: Book Antiqua , Arial, sans-serif; font-size: 12p;}
p.footer {font-family: Book Antiqua, Arial, sans-serif; font-size:9pt;}
table {font-family: Book Antiqua, Arial, sans-serif; font-size: 12p;}
th {font-family: Book Antiqua, Arial, sans-serif; font-size: 14p; font-weight: bold;}
hr {color: #FFFFCC}

/* Formatierung der Links */
A:link {color: FFFFCC;}
A:visited {color: FFFFF0;}
A:hover {text-decoration: none; color: FFFFEE;}
A:active {text-decoration: none; color: FFFFEE;}

