﻿@font-face {
    font-family: 'DBOzoneXRegular';
    src: url('fonts/db_ozone_x-webfont.svg#DBOzoneXRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body 
{
    margin: 0px;
    background: url('images/Cloud.png') repeat-x 0px 150px;
    font-family: Tahoma, Arial;
    color: #58595B;
}

img {
    border-width: 0px;
}
.web-container {
    width: 980px;
    margin: 0px auto;
    margin-top: 50px;
    background-color: white;
    text-align: center;
    display:table;
}
.shadow-left {
    width: 19px;
    height: 326px;
    margin-top: 10px;
    margin-left: -19px;
    float: left;
    background: url('images/Shadow_Banner_left.png') no-repeat;
}
.shadow-right {
    width: 19px;
    height: 326px;
    margin-top: 10px;
    margin-right: -19px;
    float: right;
    background: url('images/Shadow_Banner_right.png') no-repeat;
}
.center-content
{
    padding: 0px 50px;
}
.content-text
{
    margin-top: 30px;
    text-align: center;
    line-height: 30px;
}
.underconstuction-image
{
    margin: 0px auto;
    margin-top: 40px;
    width: 783px;
}
.underconstuction-line
{
    margin: 50px 30px;
    float:left;
}
.underconstuction-item
{
    float:left;
}
.social-row
{
    margin-top: 10px;
}
.social-row.mail
{
    width: 250px;
    margin: 20px auto; 
    line-height:22px;
}
.copyright
{
    font-family: DBOzoneXRegular;
    text-align: center;
}
.dash-line
{
    border-top: 1px dashed #939598;
}
.dash-line.middle-text
{
    float: left;
    width: 300px;
    height: 20px;
    margin-right:20px;
    margin-top:14px;
}
.clearboth
{
    clear: both;
}