/*
----------------------------------------
www.revus.cz
media: sceen
----------------------------------------
bílá                    #ffffff;
černá                   #000000;
šedá tmavá              #666666;
šedá světlá             #b6b6b6;
šedá nejsvětlejší       #e5e5e5;
červená světlá          #cc0033;
červená tmavá           #990033;
červená nejsvětlejší    #ffcccc;
----------------------------------------
*/

body {
    color: #666666;
    font-family: Arial, Sans-Serif;
}

h1 
{
    font-size: 140%;
    color: #cc0033;
}

h2
{
    font-size: 110%;
    color: #990033;
}

h2.Clear 
{
    clear: both;
}

p 
{
    line-height: 1.6em;
}

p.Clear 
{
    clear: both;
}

p.ContactInText 
{
    color: #990033;
    background-color: #ffcccc;
    border: solid 1px #990033;
    padding: 10px;
}

p#FirmaAdresa 
{
    width: 250px;
    float: left;
}

p#ProdejnaAdresa 
{
    width: 250px;
    float: left;
}

span.Compulsory 
{
    color: #cc0033;
    font-weight: bolder;
}

a 
{
    color: #cc0033;
}

a:hover 
{
    color: #000000;
}

img 
{
    width: 220px;
    height: 165px;
    padding: 4px;
    border: solid 1px #b6b6b6;
}

img.FloatLeft 
{
    float: left;
    margin: 5px 10px 5px 0;
}

img.FloatRight 
{
    float: right;
    margin: 5px 0 5px 10px;
}

img.Logo 
{
    width: 120px;
    height: 40px;
    padding: 0;
    border-style: none;
    margin: 2px;
} 

img#LogoRevus 
{
    width: 110px;
    height: 60px;
    padding: 0;
    margin: 25px 0 0 50px;
    border-style: none;
}

div#Page
{
    width: 780px;
    margin: 20px auto;
    position: relative;
}

div#PageTopLeft 
{
    width: 200px;
    height: 90px;
    float: left;
    background-image: url(graphics/page-top-left-bg.gif);
    background-repeat: no-repeat;
}

div#PageTopCenter 
{
    width: 550px;
    height: 90px;
    float: left;
    background-image: url(graphics/page-top-center-bg.gif);
    background-repeat: repeat-x;
}

div#PageTopRight 
{
    width: 30px;
    height: 90px;
    float: right;
    background-image: url(graphics/page-top-right-bg.gif);
    background-repeat: no-repeat;
}

/* --- div#PageBody --- */

div#PageBody 
{
    width: 740px;
    padding: 0 0 0 10px;
    padding-right: 30px;
    background-image: url(graphics/page-body-bg.gif);
    background-repeat: repeat-y;
}

/* --- div#ContentLeft --- */

div#ContentLeft 
{
    width: 190px;
    height: 400px;
    background-image: url(graphics/content-left-bg.gif);
    background-repeat: no-repeat;
    /* pozicováno na div#Page */
    position: absolute;
    left: 10px;
    top: 90px;
} 

/* --- div#ContentRight --- */

div#ContentRight
{
    width: 550px;
    margin-left: 190px;
}

/* --- div#HorizontalMenu --- */

div#HorizontalMenu 
{
    width: 530px;
    height: 20px;
    padding-top: 5px;
    padding-left: 20px;
    color: #ffffff;
    font-size: 0.7em;
    font-weight: bolder;
    background-color: #666666;
    clear: both;
}

div#HorizontalMenu a 
{
    color: #ffffff;
    text-decoration: none;
}

div#HorizontalMenu a:hover 
{
    text-decoration: underline;
}


/* --- div#HorizontalSubMenu --- */

div#HorizontalSubMenu 
{
    width: 530px;
    height: 17px;
    color: #666666;
    font-size: 0.7em;
    padding-top: 3px;
    padding-left: 20px;
    border-bottom: solid 1px #b6b6b6;
    background-color: #e5e5e5;
    clear: both;
}

div#HorizontalSubMenu a 
{
    color: #666666;
    text-decoration: none;
}

div#HorizontalSubMenu a:hover 
{
    text-decoration: underline;
}

/* --- dic#RightText --- */

div#RightText 
{
    font-size: 0.8em;
    padding: 20px;
}

div#RightText div.LeftImageWithComment 
{
    width: 230px;
    height: 220px;
    float: left;
    margin-bottom: 5px;
}

div#RightText div.LeftImageWithComment span 
{
    font-style: italic;
} 

div#RightText div.RightImageWithComment 
{
    width: 230px;
    height: 220px;
    float: right;
    margin-bottom: 5px;
}

div#RightText div.RightImageWithComment span 
{
    font-style: italic;
} 

div#RightText div.ImagesInText 
{
    text-align: center;
    margin: 10px 0;
}


/* --- div#PageBottom --- */

div#PageBottom 
{
    width: 520px;
    height: 45px;
    padding: 5px 40px 0 220px;
    background-image: url(graphics/page-bottom-bg.gif);
    background-repeat: no-repeat;
    color: #000000;
    font-size: 0.7em;
    line-height: 1.4em;
    clear: both;
}

div#PageBottom a 
{
    color: #000000;
}

div#PageBottom a:hover 
{
    color: #ffffff;
}

/* --- form#ContactForm --- */

form {
    padding: 10px 0;
}

form label {
    display: block;
    margin-bottom: 2px;
}

form label.Compulsory {
    color: #cc0033;
    font-weight: bolder;
}

form#ContactForm 
{   
    width: 100%;
}

form#ContactForm div#Contact {
    width: 370px;
    text-align: right;
}

form#ContactForm div#Contact input {
    width: 240px;
    margin-left: 5px;
    border: solid 1px #666666;
}

form#ContactForm div#Contact input.Error {
    border-color: #ff0000;
}

form#ContactForm div#Requierement {
    width: 100%;
    height: 125px;
    margin: 10px 0;
    clear: both;
}

form#ContactForm div#Requierement textarea {
    width: 500px;
    height: 100px;
    border: solid 1px #666666;
}

form#ContactForm div#Submit {
    height: 25px;
    padding-top: 5px;
    text-align: center;
}

