            body, html{
                margin: 0px;
                padding: 0px;
                background: #7fb439 url('img/bg.jpg');
            }

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

            a:hover{
                text-decoration: none;
            }

            .main{
                width: 760px;
                height: 100%;
                border-left: solid 3px #3c4d11;
                border-right: solid 3px #3c4d11;
                background: #ffffff;
            }

            #logo{
                width: 760px;
                height: 250px;
                background: #ffffff url('img/logo.jpg') no-repeat left;
                text-align: left;
                vertical-align: middle;
                padding: 20px;
                font: italic 32px Arial Narrow;
                color: #ffffff;
            }

            #menu{
                width: 250px;
                height: 100%;
                vertical-align: top;
                background: #edffd6;
                border-right: solid 3px #3c4d11;
            }

            #content{
                width: 510px;
                font: 12px Arial;
                color: #000000;
                text-align: justify;
                padding: 20px;
                vertical-align: top;
            }

            .menu{
                width: 250px;
            }

            #punkt_td1{
                height: 40px;
                padding-left: 20px;
                border-bottom: dashed 1px #3c4d11;
                font: 14px Arial Narrow;
                color: #000000;
            }

            #punkt_td2{
                height: 40px;
                background: #7fb439 url('img/bg.jpg');
                padding-left: 20px;
                border-bottom: dashed 1px #3c4d11;
            }

            #titler{
                height: 40px;
                background: #91ba2c;
                font: bold 14px Arial Narrow;
                color: #000000;
                padding-left: 20px;
                border-top: solid 1px #3c4d11;
                border-bottom: solid 1px #3c4d11;
            }

            #footer_td1{
                height: 60px;
                background: #7fb439;
                border-right: solid 3px #3c4d11;
                border-top: solid 1px #3c4d11;
            }

            #footer_td2{
                height: 60px;
                background: #91ba2c;
                font: 12px Arial;
                color: #000000;
                padding-left: 20px;
                border-top: solid 1px #3c4d11;
            }