/* Stylesheet für die Index-Seite */


/* Generelle Formatierung */
body, html { height:100%; width:100%; }
body { margin:0px; font-family:Arial; font-size:12px; background-color:#C3C3C3; text-align:center;}
body td { font-size:12px }
.nav-img { padding:1px }


/* Links einfärben */
a:link { color:#7A7A7A; text-decoration:none }
a:active { color:#FFFFFF; text-decoration:none }
a:visited { color:#7A7A7A; text-decoration:none }
a:hover { text-decoration:underline }
