body,html{
                background: #000000;
                margin: 0px;
                padding: 0px;
            }

            a:link, a:visited{
                font: bold 12px Arial;
                color: #90912d;
                text-decoration: underline;
            }

            a:hover{
                color: #728c26;
                text-decoration: none;
            }

            .main{
                width: 760px;
                height: 100%;
            }

            #top{
                width: 760px;
                height: 57px;
                background: #060902 url('img/top.gif') no-repeat;
                text-align: right;
                padding-right: 20px;
            }

            #header{
                width: 760px;
                height: 295px;
                background: #060902 url('img/header.gif') no-repeat;
            }

            #titler{
                width: 560px;
                height: 76px;
                background: #000000 url('img/bg.gif') repeat-x;
                font: 24px Arial Narrow;
                color: #728c26;
                padding-left: 20px;
            }

            #navigation{
                width: 200px;
                height: 76px;
                background: #000000 url('img/bg.gif') repeat-x;
                font: 24px Arial Narrow;
                color: #728c26;
                vertical-align: middle;
            }

            #content{
                background: #182709;
                font: 9pt Verdana;
                color: #90912d;
                padding: 20px;
                text-align: justify;
                vertical-align: top;
                line-height: 20px;
            }

            #navtable{
                width: 200px;
                background: #182709;
                border-left: dashed 2px #000000;
                vertical-align: top;
                padding-top: 15px;
            }

            #punkt{
                width: 200px;
                height: 40px;
                border-top: dashed 1px #000000;
                padding-left: 20px;
            }

            #footer_td1{
                height: 60px;
                background: #728c26;
                font: bold 9pt Verdana;
                color: #000000;
                padding-left: 20px;
            }

            #footer_td2{
                height: 60px;
                background: #305012;
                border-left: dashed 2px #000000;
                font: 24px Arial Narrow;
                text-align: center;
                color: #000000;
            }
