
body {
    padding: 0; margin: 0;
}

div.background-fixed {
    overflow:hidden;
    position:fixed;
    top:0; left:0;
    width:100%;
    min-height:1200px;
    z-index:-1;
}

    div.background-fixed img {
        top:0; left:0;
        width:100%; min-width:960px;
        position:absolute;
        z-index:-2;
    }

ul.colums {
    list-style: none;
    list-style-image: none;
    padding: 0; margin: 0;
}

    ul.colums li.colum-1,
    ul.colums li.colum-23 {
        display: block;
        float: left;
        position: relative;
    }

    ul.colums li.colum-1 {
        padding: 0 27px 0 0;
        width: 238px;
    }

    ul.colums li.colum-23 {
        width: 695px;
    }

h1.b-logotype {
    display: block;
    padding: 0 0 24px 0;
}

    h1.b-logotype a {
        background: url("/img/logotype.png") 0 0 no-repeat;
        display: block;
        margin: 0 auto;
        text-indent: -9999px;
        width: 238px; height: 164px;
    }

div.height-30 {
    display: block;
    height: 30px;
}

.green {
    color: #78a918;
}

.gray {
    color: #d4d4d4 !important;
}

.darkgray {
    color: #767676 !important;
}

.width-10 {
    width: 10%;
}

.width-15 {
    width: 15%;
}

.width-20 {
    width: 20%;
}

.width-25 {
    width: 25%;
}

.width-30 {
    width: 30%;
}

.width-35 {
    width: 35%;
}

.width-40 {
    width: 40%;
}

.width-45 {
    width: 45%;
}

.width-50 {
    width: 50%;
}

.width-60 {
    width: 60%;
}

.width-65 {
    width: 65%;
}

.width-70 {
    width: 70%;
}

.width-75 {
    width: 75%;
}

.width-80 {
    width: 80%;
}

.width-100 {
    width: 100%;
}

.margin-auto {
    margin: 0 auto;    
}

.padding-right-12 {
    padding: 0 12px 0 0 !important;
}

.padding-right-24 {
    padding: 0 24px 0 0 !important;
}

.padding-left-24 {
    padding: 0 0 0 24px !important;
}

.blue {
    color: #0089e8 !important;
}

a.blue-dashed {
    border: 0;
    border-bottom: 1px dashed #0089e8;
    color: #0089e8 !important;
    text-decoration: none;
}

    a.blue-dashed:hover {
        border: 0;
    }

.red {
    color: #b22100 !important;
    font-weight: bold;
}

.border-left-dashed {
    border: 0;
    border-left: 1px dashed #e5e5e5 !important;
}

div.hr {
    background: url("/img/hr_v1.png") 0 0 repeat-x;
    height: 6px;
}

.relative {
    position: relative;
}

.nopadding-top {
    padding-top: 0 !important;
}

.top-12 {
    position: relative;
    top: 12px !important;
}

div.line-2 {
    background: url("/img/line-dashed-2.png") 0 0 repeat-x;
    height: 4px;
    padding: 0 0 8px 0
}

