﻿body 
{
    margin: auto;
    padding: auto;
    text-align: center;
    background: #f8f8f8;
    font-size: 12px;
    font-family: Verdana,arial,helvetica,sans-serif;
}

.divPageContainer
{
    margin: auto; margin-top: 50px;
    text-align: center;
    width: 920px;
}

.divHeader
{
    width: 100%;
    height: auto;
}

.divLogo
{
    float: right;
    margin-right: 55px;
}
.divUserFunctions
{
    float: right;
    width: 100px;
    padding-top: 70px;
    margin-right: 30px;
}

.imgFlag
{
    margin-bottom: 5px;
}
.divNav
{
    float: left; clear: none;
    width: 180px;
}

.divMain
{
    float: right; clear: none;
    width: 660px;
    text-align: left;
    padding: 10px 30px 10px 20px;
    background: url(../img/body_background.jpg) no-repeat top left;
    min-height: 400px;
}

a.nav
{
    display: block;
    width: 180px;
    float: left;
    height: 24px; line-height: 28px;
    color: #999;
    text-decoration: none;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    border: solid 1px #f8f8f8;
    border-bottom: dotted 1px #f0f0f0;
}

a.nav:hover, a.nav:active, a.nav:focus
{
    color: #fff;
    background: url(../img/navHover.png) repeat-x;
    border: solid 1px #999;
}

.divUrVandaHeadline
{
    font-size: 15px;
    letter-spacing: 8px
}

.divUrVandaHeadlineEnglish
{
    font-size: 15px;
    letter-spacing: 9px
}


.divUrVandaHeadline2
{
    margin: auto;
    padding: 11px 0 12px 0;
    width: 320px;
    font-family:Impact, Arial Black;
    font-size: 36px !Important;
    font-weight: bold;
    border-bottom: solid 10px #ed1c24;
}

.divUrVanda
{
    margin: auto;
    padding: 11px 0 11px 0;
    background: #ed1c24;
    width: 320px;
    color: #fff;
    font-family:Impact, Arial Black;
    font-size: 36px !Important;
    font-weight: bold;
}

.divFooter
{
    margin-top: 20px;
    float: left; clear: left;
    width: 180px;
    background: #fff;
    border: solid 1px #f0f0f0;
    padding: 3px;
}

.divPhone
{
    background: url(../img/navHover.png) repeat-x;
    font-size: 18px;
    height: 28px; line-height: 28px;
    color: #fff; font-weight: bold;
    width: 160px;
    border: solid 1px #666;
    margin: auto; margin-top: 10px;
    text-align: center;
}

.bHeadline
{
    color: #cc0000;
    font-size: 18px;
}
a
{
    color: #666;
}

a:hover
{
    color: #ff0000;
}

.footerBorder
{
    border-bottom: solid 10px #ed1c24;
}