/* Abstaende */
body { margin-top:3px; }
body { margin-bottom:4px; }
body { margin-left:8px; }
body { margin-right:0px; }
table { margin-top:0px; }

/* Farben - Schriften - Größen */
/* p,td,li,h1,h2,h3,h4,h5 { color:#666666 */
body { background-color:#FFFFFF; }
p, td, li, h1, h2, h3, h4, h5 { color:#000000; }
p, td, li, h1, h2, h3, h4, h5 { font-family: Arial, Helvetica, Verdana; }
p, td, li { font-size:15px; font-weight:normal; }
h1 { font-size:22px; font-weight:bold; }
h2 { font-size:20px; font-weight:bold; }
h3 { font-size:18px; font-weight:bold; }
h4 { font-size:16px; font-weight:bold; }
h5 { font-size:14px; font-weight:bold; }
/* td.klein { font-size:11px; } */
/* td.farbe { background-color:#FF0066; font-size:11px;  color: White;  padding: 1px 5px; */
}

/* Hyperlinks */
a:link { color:#0000FF; text-decoration:underline; font-weight:bold;  }
a:active { color:#FFFFFF; text-decoration:underline; font-weight:bold;  }
a:visited { color:#666666; text-decoration:underline; font-weight:bold; }
a:hover { color:#FF0066; text-decoration:underline; font-weight:bolder; }
