/* IE FONTS START */

@font-face {
    font-family: "DINProLight";
    src: url("/fonts/DINPro-Light.eot");
}

@font-face {
    font-family: "DINPro";
    src: url("/fonts/DINPro-Regular.eot");
}

@font-face {
    font-family: "DINProBold";
    src: url("/fonts/DINPro-Bold.eot");
}

/* IE FONTS END */

@font-face {
    font-family: "DINProLight";
    src: url("/fonts/DINPro-Light.otf");
}

@font-face {
    font-family: "DINPro";
    src: url("/fonts/DINPro-Regular.otf");
}

@font-face {
    font-family: "DINProBold";
    src: url("/fonts/DINPro-Bold.otf");
}


html, body {
    background-color: #000;
}

div.wrapper {
    width: 980px;
    margin: 0 auto;
}

div.top {
    height: 257px;
    background-image: url('/images/layout/top.png');
    background-repeat: no-repeat;
    background-position: 65px 0;
}

div.middle {
    width: 980px;
    min-height: 777px;
}

div.bottom {
    clear: both;
    min-height: 180px;
    background-image: url('/images/layout/bottom.png');
    background-repeat: repeat-y;
    background-position: 390px 0;
}

div.menu {
    float: left;
}

div.content-top {
    height: 100%;
    min-height: 777px;
    background-image: url('/images/layout/content-top.png');
    background-repeat: no-repeat;
    background-position: top;
}

div.content {
    width: 655px;
    min-height: 777px;
    height: 100%;
    background-image: url('/images/layout/content.png');
    background-repeat: repeat-y;
    float: right;
    margin-right: 20px;
}

div.content-bottom {
    height: 100%;
    min-height: 777px;
    padding: 98px 35px 60px 35px;
    background-image: url('/images/layout/content-bottom.png');
    background-repeat: no-repeat;
    background-position: bottom;
}

a.home {
    position: absolute;
    display: block;
    width: 550px;
    height: 230px;
    margin: 27px 0 0 55px;
}

ul {
/*    list-style-image: url('/images/bullet.gif');*/
    list-style-position: inside;
}

.frame {
    padding: 10px;
    margin: 10px 0;
}

.pager {
    padding-top: 50px;
    text-align: center;
    font-size: 12pt;
}

.pager span {
    text-decoration: underline;
    color: #999;
}

.logoutbtn {
    margin: 30px 0 0 2px;
}