BODY
{
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #ffffff;
    font-size: 10pt;
    font-family: Arial;
}

H1
{
}

DIV.MainBody
{
    background-color: #ffffff;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    border: 0px;
}

DIV.ContentBody1
{
    padding-top:10px;
    float: left;
    width: 218px; 
    border: 0px;
}
DIV.ContentBody2
{
    padding-top:10px;
    float: left;
    width: 600px;  
    border: 0px;  
    padding-left:15px;    
    padding-right:5px; 
}
DIV.MainLeft
{
    float: left;
    width: 72px;
    background-image: url("images/leftbot.jpg");
    background-repeat: repeat-y;
    height:2100px;
    border: 0px;
}

DIV.MainRight
{    
    float: left;
    width: 90px;
    background-image:url("images/rightbot.jpg");
    background-repeat: repeat-y;
    height:2100px;
    border: 0px;
}

DIV.MainTop
{
    margin-right: auto;
    margin-left: auto;    
    width: 1000px;
    border: 0px;
    height: 216px;
}

DIV.MainBottom
{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: center;
    display: block;
}

P.Nadpis
{
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 12pt;
    text-decoration: underline;
    text-transform: uppercase;
}
P.Obsah
{    
    font-size: 10pt;
    margin-top: 0px;
    margin-bottom: 20px;        
}