body
{
    font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
    font-size:10px;
    background-color:#FFF;
    padding: 0;
    margin:0;
}

body *
{
    color: #000 !important;
}

h1
{
    font-size:16px;
    color: #000000;
    margin:0;
}

h2
{
    font-size:15px;
    color: #000000;
    margin:0;
}

h3
{
    font-size:14px;
    color: #000000;
    margin:0;
}

h4
{
    font-size:13px;
    color: #000000;
    margin:0;
}

h5
{
    font-size:12px;
    color: #000000;
    margin:0;
}

h6
{
    font-size:11px;
    color: #000000;
    margin:0;
}

ul, ol, p, li, span, address, a, img
{
    margin:0;
    padding:0;
}

img
{
    border:none;
}

a
{
    text-decoration:underline;
    color: #169B08;
}

a:hover
{
    text-decoration:none;
}

table, tr, td, th
{
    border-color:#D6D6D6;
    border-style:solid;
    border-width:1px;
    border-collapse:collapse;
    margin:0;
    padding:0;
}

fieldset, form
{
    border:none;
    margin:0;
    padding:0;
}

/*******************************************************************************************************/

/* Print only */
#PrintBox
{
    display: none;
}

#Page
{
    margin:0 auto;
    padding:15px 0 0 0;
}

#Page h1
{
    text-align: center;
    font-size: 14px;
    color: #0066FF;
    font-weight: normal;
    word-spacing: 10px;
}

#Page #Head
{
    font-size: 30px;
    color: #43A8ED;
    text-align: center;
    padding:5px 0;
    margin:10px 0;
    border-top:1px dashed #000;
    border-bottom:1px dashed #000;
}

/* Obsag LEVA */
#Page #ContentLeft
{
    float: left;
    width:65%;
}

#Page #ContentLeft h2
{
    font-size: 18px;
    color: #2FE420;
    font-weight: normal;
}

#Page #ContentLeft p
{
    font-size: 12px;
    color: #BDAE9D;
    margin:0 0 20px 0;
    line-height:18px;
}

#Page #ContentLeft .reference
{
    margin:10px 0;
    text-decoration: none;
    display: inline;
    line-height:18px;
    font-size: 14px;
    text-align: center;
    width:49%;
    border:1px dashed #000;
}

#Page #ContentLeft .reference img
{
    display: none;
}

#Page #ContentLeft .reference a
{
    position: relative;
    overflow: hidden;
    text-decoration: none;
    width:95%;
    height:30px;
    display: block;
    border:5px solid #FFF;
}

#Page #ContentLeft .reference span.text
{
    line-height:18px;
    text-align: left;
}

#Page #ContentLeft span.text
{
    background-color: #FFF;
    display: block;
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:26px;
    color: #FFF;
    font-size: 12px;
    cursor:pointer;
    padding:2px;
}

#Page #ContentLeft span.text span
{
    position: absolute;
    font-family: 'Lucida Console', 'Monaco CE', fixed, monospace;
    font-size: 9px;
    color: #FFF;
    top:17px;
    left:3px;
    line-height:18px;
}

/* Obsag PRAVA */
#Page #ContentRight
{
    float: right;
    width:30%;
}

#Page #ContentRight h2
{
    font-size: 18px;
    color: #2FE420;
    font-weight: normal;
    clear: both;
}

#Page #ContentRight p
{
    font-size: 12px;
    color: #BDAE9D;
    margin:0 0 20px 0;
    line-height:18px;
}

#Page #ContentRight address
{
    font-size: 12px;
    color: #BDAE9D;
    margin:0 0 20px 0;
    font-style: normal;
    line-height:18px;
}

#Page #ContentRight ul
{
    font-size: 12px;
    color: #BDAE9D;
    margin:0 0 20px 0;
    list-style-type: none;
    line-height:18px;
}

#Page #ContentRight ul acronym
{
    cursor: help;
}

#Page #ContentRight ul.vycet
{
    width:110px;
    float: left;
}

/* Paticka */
#ContentBottom
{
    clear: both;
    text-align: center;
    color: #0066FF;
    font-size: 12px;
    margin:0 0 10px 0;
}

#ContentBottom a
{
    color: #0066FF;
    font-size: 12px;
}

/*******************************************************************************************************/

.correct
{
    clear: both;
    width: 1px;
    height: 1px;
    visibility: hidden;
    display: inline;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

