﻿
/*#content-container > div:nth-child(2n)
{
    background-color:#eff3fa;
    background-color:#f3f3f3;
}*/

.content-container
{
    position:relative;
    width:100%;
    /*margin:0 auto 0 auto;*/
    /*min-width:1280px;*/
    /*background-color:#f7f7f7;*/
}

.content-container-middle
{
    position:relative;
    width:1180px;
    margin:0 auto 0 auto;
    min-height:300px;
    /*background-color:#f7f7f7;
    background-color:#f9f9f9;*/
}

.content-panel
{
    position:relative;
    margin:0 auto 0 auto;
    width:1180px;
    height:100%;
    border:0px solid #000;
    font-size: 14px;
    color:#373b44;
    text-align:justify;
}

.content-headline
{
    position:relative;
    margin:0 auto 0 auto;
    width:1180px;
    height:270px;
    border:0px solid #000;
    font-size: 60px;
    line-height: 270px;
    color:#373b44;
    text-align:center;
}

.content-panel-section
{
    position:static;
    float:left;
    /*background-color:#808080;*/
    width:50%;
    height:260px;
    /*background-color:antiquewhite;*/
    /*border:1px solid #000;*/
}

.content-panel-section .accomodation
{
    width:100%;
    height:100%;
}

.image-text
{
    position:absolute;
    left:5%;
    top:45%;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    font-family: 'Kaushan Script', cursive;
    font-size:52px;
    color:#fff;
    width:auto;
    height:45px;
    line-height:45px;
}