/* <style> */

#body {
    background-color: #877D83;
}

#header-back {
    position: absolute; 
    z-index: 1; 
    left: 0px; 
    top: 0px; 
    width: 100%; 
    height: 114px; 
    margin: 0px; 
    padding: 0px;
    background-color: #877D83;
}

#header-box {
    position: relative;
    height: 86px;
    border: 2px solid #FFFFFF;
    margin: 12px 36px 0 228px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    
    box-shadow: 0 0 3px #333;
    -moz-box-shadow: 0 0 3px #333;
    -webkit-box-shadow: 0 0 3px #333;
    
    background: #D7D4D6; /* Old browsers */
    background: -moz-linear-gradient(left, #D7D4D6 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#D7D4D6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #D7D4D6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #D7D4D6 0%,#ffffff 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(left, #D7D4D6 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(left, #D7D4D6 0%,#ffffff 100%); /* W3C */
}

div.col {
    color: #333;
    width: 170px;
    height: 56px;
    margin: 20px 0 0 20px;
    line-height: 1.3;
    float: left;
    position: relative;
}

.logout {
    background: transparent url(/include/images/logout.png) no-repeat left center;
    padding: 5px 30px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
}

.logo-timm4 {
    width: 220px;
    text-align: center;
    padding-top: 6px;
    float: left;
}

.logo-cms {
    position: absolute;
    top: 10px;
    right: 30px;
}

a {
    color: #333 !important;
    text-decoration: none;
}

.admin-bt {
    padding: 1px;
    display: block;
    text-decoration: none;
    float: left;
    margin-right: 6px;
    white-space: nowrap;
}

.admin-bt:hover{
    color: #FFF !important;
    background-color: #f89702;
}

.admin-bt-2{
    float:left;
    margin-right: 4px;
}

