/*
     File name        : nav_style.css
     Creation Date    : 06.07.2005
     Author           : Joachim Feldmann
     Documentation    : StyleSheet fuer Navigation und Banner
*/
body {background-image:url(../images/bg_nav.gif);}
p,table,td,th
     {  font-family: Verdana, Arial, Helvetica, Sans-Serif;
        font-size: 10pt;}
.navhead {  color: #FF0000;
            font-weight: bold;
            text-decoration:underline}
a.nav:link { text-decoration: none;
             color: #000000; }
a.nav:visited { text-decoration: none;
                color: #000000; }
a.nav:hover { text-decoration: underline;
              color: #FF0000; }
a.navhead:link { text-decoration: none;}
a.navhead:visited { text-decoration: none;}
a.navhead:hover { text-decoration: underline;}
