body {
        margin: 0px;
        padding: 0px;
        width: 100%;
}

div, td, font {
        font-size: 10pt;
        font-family: Verdana, Arial, Times New Roman;
}

div.container {
        width: 1020px;
        height: 560px;
        overflow: hidden;
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        left: 50%;
        margin-left: -510px;

}

div.logo {
        position: absolute;
        left: 0px;
        top: 0px;
}

div.header {
        position: absolute;
        left: 286px;
        top: 0px;
}

div.menu {
        position: absolute;
        top: 114px;
        left: 0px;
        background: #972036 url(images/left.jpg) no-repeat left top;
        width: 286px;
        height: 370px !important;
        height: 570px;
        padding-top: 15px;
        color: white;
}

div.menu a {
        color: white;
        text-decoration: none;
}


div.adres {
        font-size: 8pt;
        padding-left: 90px;
        padding-top: 55px;
        line-height: 14px;
}

a.menu {
        display: block;
        text-align: right;
        color: white;
        text-decoration: none;
        padding: 2px;
        padding-right: 20px;
}

div.content {
        position: absolute;
        top: 114px;
        left: 286px;
        background-color: #DEDEDE;
        padding: 20px;
        height: 333px !important;
        height: 570px;
        width: 738px;
        overflow: auto;
}

div.bar {
        position: absolute;
        background-color: #D86D03;
        width: 100%;
        height: 12px;
        top: 549px;
        font-size: 1pt;
}


div.belmij {
   width: 100%;
   height: 100%;
   background: url(/images/dark_bg.gif);
   top: 0px;
   left: 0px;
   position: absolute;
   z-index: 9;
   visibility: hidden;
}

div.innerbelmij {
   border: solid 3px white;
   background-color: #F3F3F3;
   width: 450px;
   height: 300px;
   left: 50%;
   margin-left: -225px;
   top: 50%;
   margin-top: -200px;
   position: absolute;
   overflow: auto;
   padding: 15px;
   z-index: 10;
}
