td.header1 {
                        font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
                        font-size: 16px;
                        font-weight: bold;
}
td.nav1
{
                        background-image: url(background/orange_button2.gif);
                        background-repeat: no-repeat;
}
a.nav1 {
                        font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
                        font-size: 12px;
                        \\font-weight: bold;
                        display:block;
                        \\ margin-top:5px;
                        \\ margin-left:18px;
                        text-align:left;
                        width:198px;
                        height:18px;
                        \\border-style:solid;
                        border-width:0px;
                        \\ padding:1px;

                        background-repeat : no-repeat;
                }
                a.nav1:visited {
                        color:blue;
                        text-decoration:none;
                        background-image: url(background/orange_button.gif);
                }
                a.nav1:link {
                        color:blue;
                        text-decoration:none;
                        background-image: url(background/orange_button.gif);
                }
                a.nav1:hover {
                        color:#FF0000;
                        text-decoration:none;
                        background-image: url(background/orange_button2.gif);
                }
                a.nav1:active {
                        color:blue;
                        text-decoration:none;
                        background-image: url(background/orange_button2.gif);
                };

a.nav2 {
                                font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
                                font-size: 14px;
                                \\font-weight: bold;
                                display:block;
                                \\ margin-top:0px;
                                \\ margin-left:0px;
                               text-align:center;
                                width:150px;
                                height:25px;
                                \\border-style:solid;
                                border-width:0px;
                                padding:3px;
                                background-repeat : no-repeat;
                        }
                        a.nav2:visited {
                                color:blue;
                                text-decoration:none;
                                background-image: url(background/gelb_button.jpg);
                        }
                        a.nav2:link {
                                color:blue;
                                text-decoration:none;
                                background-image: url(background/gelb_button.jpg);
                        }
                        a.nav2:hover {
                                color:#FF0000;
                                text-decoration:none;
                                background-image: url(background/gelb_button2.jpg);
                        }
                        a.nav2:active {
                                color:blue;
                                text-decoration:none;
                                background-image: url(background/gelb_button2.jpg);
                        }
