html {
  font-family: 'Open Sans', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body
{
    margin: 0px;
    padding: 0px;
    background-color: #c6e9af;
    background-image: url(../img/bg.png);
    background-position: 50% 0%;
    background-repeat: repeat-x;
    background-attachment: fixed;
    font-size: 14px;
    color: #0e100d;
}
#root
{
    width: 982px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#container
{
    width: 982px;
    float: left;
    background-color: #b4de94;
    border: 1px solid #96c575;
}
#container_separator
{
    width: 982px;
    float: left;
    margin: 0px;
    padding: 8px;
}
    #container_separator p
    {
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        text-align: center;
        font-size: 12px;
    }
#container_partners
{
    width: 982px;
    float: left;
    background-color: #def2cf;
    border: 1px solid #96c575;
}
    #slider
    {
        width: 982px;
        margin-left: auto;
        margin-right: auto;
    }
        #slider td
        {
            height: 90px; 
            text-align: center; 
            vertical-align: middle;
        }
        #slider img
        {
            border: 0px;
            margin: 0px;
        }
#left 
{
    width: 290px;
    float: left;
    background: rgba(222,242,207,1);
    background: -moz-linear-gradient(top, rgba(222,242,207,1) 0%, rgba(181,223,149,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,242,207,1)), color-stop(100%, rgba(181,223,149,1)));
    background: -webkit-linear-gradient(top, rgba(222,242,207,1) 0%, rgba(181,223,149,1) 100%);
    background: -o-linear-gradient(top, rgba(222,242,207,1) 0%, rgba(181,223,149,1) 100%);
    background: -ms-linear-gradient(top, rgba(222,242,207,1) 0%, rgba(181,223,149,1) 100%);
    background: linear-gradient(to bottom, rgba(222,242,207,1) 0%, rgba(181,223,149,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def2cf', endColorstr='#b5df95', GradientType=0 );
}
    #left_logo
    {
        width: 290px;
        height: 297px;
        float: left;
        background-color: #ceeaba;
        padding: 0px 0px 0px 0px;
        border-bottom: 2px solid #96c575;
    }
        #left_logo a
        {
            float: left;
            width: 100%;
            text-align: center;
            color: white;
        }
    #left_menu
    {
        width: 100%;
        float: left;
        border-bottom: 0px solid #dddddd;

    }
        #left_menu ul
        {
            width: 100%;
            float: left;
            padding: 25px 0px 10px 0px;
            margin: 0px;
        }
        #left_menu li.first_level
        {
            width: 290px;
            margin: 0px 0px 0px 0px;
            list-style: none;
        }
        #left_menu li.first_level:hover
        {
            background-image: url('../img/menu_arrow_black.png');
            background-repeat: no-repeat;
            background-position: 13px 9px;
            background-color: #def2cf;
        }
        #left_menu a.first_level
        {
            width: 255px;
            display: block;
            text-decoration: none;
            font-size: 15px;
            font-weight: normal;
            padding: 7px 0px 7px 35px;
            margin: 2px 0px 2px 0px;
            color: #0e100d;
        }
        #left_menu li.second_level
        {
            width: 290px;
            margin: 0px 0px 0px 0px;
            list-style: none;
        }
        #left_menu li.second_level:hover
        {
            background-image: url('../img/menu_arrow_black.png');
            background-repeat: no-repeat;
            background-position: 13px 7px;
            background-color: #def2cf;
        }
        #left_menu a.second_level
        {
            width: 240px;
            display: block;
            text-decoration: none;
            font-size: 13px;
            font-weight: normal;
            padding: 6px 0px 6px 50px;
            margin: 2px 0px 2px 0px;
            color: #0e100d;
        }
        #left_menu a.selected
        {
            color: #ffffff;
            background-color: #e3372b;
        }
        #left_menu span
        {
            font-size: 14px;
            padding: 3px 10px 0px 15px;
            float: left;
            font-weight: bold;
        }
    #left_ostrava
    {
        float: left;
        width: 100%;
        text-align: center;
    }
    #left_news
    {
        width: 240px;
        float: left;
        padding: 15px 25px 20px 25px;

    }
        #left_news h2
        {
            margin: 0px 0px 0px 0px;
            font-size: 24px;
            font-weight: bold;
        }
        #left_news h3
        {
            margin: 15px 0px 0px 0px;
            font-size: 14px;
            font-weight: bold;
        }
        #left_news p
        {
            padding: 0px 0px 0px 0px;
            margin: 3px 0px 0px 0px;
        }
    #left_facebook
    {
        width: 240px;
        height: 345px;
        float: left;
        padding: 15px 25px 15px 20px;
    }
#right
{
    width: 692px;
    float: left;
    margin-left: 0px;
    border-left: 0px solid #dddddd;
}
    #image
    {
        width: 100%;
        height: 270px;
        float: left;
        margin: 0px;
        background-color: #fafafa;
        overflow: hidden;
    }
        #image img
        {
            width: 100%;
            float: left;
            margin: 0px;
        }
    #welcome
    {
        width: 692px;
        height: 27px;
        float: left;
        border-bottom: 2px solid #96c575;
    }
    #navigate
    {
        width: 672px;
        float: left;
        margin-top: 0px;
        padding: 0px 0px 10px 20px;
        background-color: #b4de94;
        border-bottom: 2px solid #96c575;
    }
        #navigate span
        {
            margin: 0px 0px 0px 0px;
            color: #2b2a29;
            font-size: 14px;
            font-weight: normal;
        }
        #navigate a
        {
            color: #2b2a29;
            font-size: 14px;
            font-weight: normal;
        }
#footer
{
    width: 100%;
    float: left;
    height: 100px;
}
    #footer p
    {
        margin: 10px 0px 0px 0px;
        padding: 0px;
        font-size: 11px;
    }
    #footer a
    {
        margin: 0px;
        padding: 0px;
        font-size: 11px;
    }
    

.bold
{
    font-weight: bold;
}
.normal
{
    font-weight: normal;
}
.white
{
    color: #ffffff;
}
.grey
{
    color: #4c5359;
}
.float_left
{
    float: left;
}
.float_right
{
    float: right;
}
.align_left
{
    text-align: left;
}
.align_right
{
    text-align: right;
}
.align_center
{
    text-align: center;
}
.full_width
{
    width: 100%;
}        
.link_bt
{
    font-size: 16px;
    padding: 8px 13px 8px 13px;
    text-decoration: none;
    margin-top: 15px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.link_bt:hover
{
    opacity: 0.8;
    color: #ffffff;
}
.link_bt_back
{
    font-size: 16px;
    padding: 8px 13px 8px 13px;
    text-decoration: none;
    margin-top: 15px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.link_bt_back:hover
{
    opacity: 0.8;
    color: #ffffff;
}
.link_bt_notext
{
    width: 20px;
    height: 16px;
    float: left;
    text-decoration: none;
    background-image: url('../img/go.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.link_bt_notext_back
{
    width: 20px;
    height: 16px;
    float: left;
    text-decoration: none;
    background-image: url('../img/go_back.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.img_border
{
    border: 1px solid #cccccc;
    padding: 5px;
    background-color: #ffffff;
    float: left;
    margin: 0px 8px 0px 0px;

}
.img_border_gallery
{
    border: 1px solid #cccccc;
    padding: 5px;
    background-color: #ffffff;
    float: left;
    margin: 6px 6px 6px 6px;
}
.color_01
{
    color: #e3372b;
}
.color_02
{
    color: #0689bf;
}
.bg_color_01
{
    background-color: #e3372b;
}
.bg_color_02
{
    background-color: #0689bf;
}


p
{
    color: #0e100d;
    font-size: 14px;
}
a
{
    color: #0e100d;
    font-size: 14px;
}

.fb-like
{
    float: left; 
    margin-top: 22px;
    height: 10px;
}