<style>
<!--
/* Definitionen für die Menüs */

body {
             background-image: url('../images/menu-back.jpg'); 
             background-color: #006E9B; 
             }

#hinter {
             background-image: url('../images/menu-back.jpg'); 
             background-color: #006E9B; 
             }

p, h1, h2, h3, div, body, table {
             font-family: Arial;
             font-size: 9pt;
             color: #CCE8FA;
             }

/* Definition für Links */
a:link       { color: #CCE8FA; text-decoration:none; font-size: 9pt;  }
a:visited    { color: #CCE8FA; text-decoration:none; font-size: 9pt;  }
a:hover      { color: #FFFF00; text-decoration:none; font-size: 9pt; font-weight: bold}
a:active     { color: #CCE8FA; text-decoration:none; font-size: 9pt;  }

-->
</style>

