            html,body{
                margin: 0px;
                padding: 0px;
                background: #005ba1 url('img/bg.jpg');
            }

            a:link, a:visited{
                font: 12px Arial;
                color: #000000;
                text-decoration: underline;
            }

            a:hover{
                color: #c50000;
                text-decoration: none;
            }

            .main{
                width: 760px;
                height: 100%;
                background: #ffffff;
                border-left: solid 3px #000000;
                border-right: solid 3px #000000;
            }

            #top{
                height: 250px;
                background: #000000 url('img/logo.jpg') no-repeat;
                padding: 20px;
                text-align: right;
                font: italic 32px Arial Narrow;
                color: #ffffff;
            }

            #titler{
                height: 40px;
                background: #000000;
                padding-left: 20px;
                font: 12px Arial;
                color: #ffffff;
            }

            #menu{
                width: 250px;
                height: 100%;
                vertical-align: top;
            }

            #content{
                font: 12px Arial;
                color: #000000;
                text-align: justify;
                vertical-align: top;
                padding: 20px;
            }

            .menu{
                width: 250px;
            }

            #punkt_td1{
                height: 40px;
                padding-left: 20px;
                border-bottom: dashed 1px #000000;
                background: url('img/p1.jpg') no-repeat right;
            }

            #punkt_td2{
                height: 40px;
                padding-left: 20px;
                border-bottom: dashed 1px #000000;
                background: #f7f7f7 url('img/p2.jpg') no-repeat right;
            }

            #footer_td1{
                height: 80px;
                background: #000000;
            }

            #footer_td2{
                height: 80px;
                background: #000000;
                text-align: right;
                padding-right: 20px;
                font: 12px Arial;
                color: #ffffff;
            }