/* CSS-Einstellungen fuers Seitenmenue 01-04-03 */

/* Normaler Text #FFFF00orange */
body {
        background-color:#0070C0;
        font-family : VERDANA ,Arial , Serif;
        font-size: 10pt;
        color: #FFFFFF;
        font-weight : normal;
     }
td,a {font-family : VERDANA ,Arial , Serif;
        font-size : 10pt;
        font-weight:bold;
        color: #FFFFFF;
        text-decoration : none;}

/* noch nicht besuchte Ziele "weiss*/
a:link { font-size : 10pt;
        font-weight:bold;
        color: #FFFFFF;
        text-decoration : none;
        }

/* besuchte Ziele "weiss" */
a:visited {
        font-size : 10pt;
        font-weight:bold;
        color: #FFFFFF;
        text-decoration : none;
        }

/* Verweise bei "MouseOver"  "gelb" */
a:hover {
        font-size : 10pt;
        font-weight:bold;
        color: #FFFF66;
        text-decoration : underline;
        }

/* Angeklickte Verweise "weiss" */
a:active {
        font-size : 10pt;
        font-weight:bold;
        color: #FFFFFF;
        text-decoration : none;
        }

/* Verweise, die Fokus erhalten "weiss" */
a:focus {
        font-size : 10pt;
        font-weight:bold;
        color: #FFFFFF;
        text-decoration : none;
        }


