/*Body*/
        body {
                font-family:bookman old style;
                background-image:url(sharedfiles/button/bgnavigator.jpg);
                background-attachment:fixed;
                background-position:center center;
                background-repeat:no-repeat;
                background-color:#da931f;
                scrollbar-Base-color: #20c080;
                scrollbar-face-color:#ffbc20;
                scrollbar-highlight-color:#f8e9Af;
                scrollbar-shadow-color:#000000;
                scrollbar-3dlight-color:#ebc738;
                scrollbar-arrow-color:#7b3810;
                scrollbar-track-color:#808040;
                scrollbar-darkshadow-color:#d7b015;
        }
        iframe{
                width:170px;
                height:700px;
        }
/*Button-Standard*/
        a.menu{
                display:block;
                text-align:center;
                width:170px;
                border-color:#eebb3e;
                border-style:outset;
                border-width:3px;
                padding:1px;
                text-decoration:none;
        }
        a.menu:link{
                color:#000000;
                background-color:#eebb3e;
        }
        a.menu:visited{
                color:#000000;
                background-color:#eebb3e;
        }
        a.menu:hover{
                color:#0052a4;
                background-color:#63ebe4;
                }
        a.menu:active{
                color:#675023;
                background-color:#f5dca7;
        }
        a.menu:focus{
                color:#000000;
                background-color:#ffd75d;
        }
/*Button-Bilder*/
        a.menu2{
                display:block;
                text-align:center;
                width:170px;
                border-color:#cccc99;
                border-style:outset;
                border-width:3px;
                padding:1px;
                text-decoration:none;
        }
        a.menu2:link{
                color:#333300;
                background-color:#cccc99;
        }
        a.menu2:visited{
                color:#333300;
                background-color:#cccc99;
        }
        a.menu2:hover{
                color:#0052a4;
                background-color:#63ebe4;
                }
        a.menu2:active{
                color:#cccc99;
                background-color:#333300;
        }
        a.menu2:focus{
                color:#333300;
                background-color:#cccc99;
        }
/*Table*/
        #table01/*Begrüßungsseite, Links, Autor, Überarbeitung*/{
                text-align:left;
                font-style:normal;
                border-top-width:4px;
                border-left-width:4px;
                border-right-width:4px;
                border-bottom-width:4px;
                border-top-color:#ffbc20;
                border-left-color:#ffbc20;
                border-right-color:#ffbc20;
                border-bottom-color:#ffbc20;
                border-top-style:ridge;
                border-left-style:ridge;
                border-right-style:ridge;
                border-bottom-style:ridge;
                background-color:#f5dca7;
                table-layout:auto;
                width:170px;
                margin-bottom:4px;
                margin-top:7px;
        }
        #table05 /*Flaggen*/{
                text-align:center;
                border-top-width:3px;
                border-left-width:3px;
                border-right-width:3px;
                border-bottom-width:3px;
                border-top-color:#ffbc20;
                border-left-color:#ffbc20;
                border-right-color:#ffbc20;
                border-bottom-color:#ffbc20;
                border-top-style:outset;
                border-left-style:outset;
                border-right-style:outset;
                border-bottom-style:outset;
                background-color:#000000;
                table-layout:fixed;
        }
        th{
                font-family:'bookman old style', times new roman;
                font-size:10px;
                font-weight:bold;
                color:#675023;
                text-align:center;
                font-style:normal;
                width:180px;
                height:22px;
        }
        td{
                font-family:'bookman old style', times new roman;
                font-size:10px;
                font-weight:normal;
                color:#675023;
                text-align:center;
                font-style:normal;
        }
/*Linkformatierungen*/
        a:link {
                font-family:'bookman old style', times new roman;
                font-size:10px;
                font-weight:normal;
                text-shadow:none;
                color:#675023;
                font-style:normal;
                text-decoration:none;
        }
        a:visited {
                font-family:'bookman old style', times new roman;
                font-size:10px;
                font-weight:normal;
                text-align:center;
                text-shadow:none;
                color:#675023;
                font-style:normal;
                text-decoration:none;
        }
        a:hover {
                font-family:'bookman old style', times new roman;
                font-size:10px;
                font-weight:normal;
                text-align:center;
                text-shadow:none;
                color:#675023;
                font-style:normal;
                text-decoration:none;
                background-color:#20fad4;
        }
        a:active {
                font-family:'bookman old style', times new roman;
                font-size:10px;
                font-weight:normal;
                text-shadow:none;
                color:#000000;
                font-style:normal;
                text-decoration:none;
                background-color:#ffd75d;
        }
        a:focus {
                font-family:'bookman old style', times new roman;
                font-size:10px;
                font-weight:normal;
                text-shadow:none;
                color:#7B3810;
                font-style:normal;
                text-decoration:none;
        }
