/*  ......................................

--- MANUAL ---

barvy:
    modra = #0080c3
    seda = #b0b0b0
    cervena = #ff3030
    svetla = #e0e0e0 (formulare)

pisma:
    standard = 12px
    h1 = 20px
    h2 = 16px
    h3 = 14px
    mini = 10px
 ....................................... */

#frame
    {
    position:absolute;
    left:52px;
    top:110px;
    width:970px;
    border-left: 2px solid #b0b0b0;
    margin-bottom: 300px;
    }

#content {
    width: 973px;
    margin: 10px 10px 10px 10px;
}


#bluehead
    {
    position: absolute;
    left:53px;
    top:91px;
    } 

#stripe
    {
    position: absolute;
    left:56px;
    top:111px;
    }    

#bluetail
    {
    position: absolute;
    left:-2px;
    top:auto;
    height: 20px;
    }    

.bluebar
    {
    position: absolute;
    background-color: #0080c3;
    height: 19px;
    color: white;
    }
       
.bluebar .path
    {
    position: absolute;
    top: 3px;
    left: 10px;
    font-size: 10px;
    font-weight: bold;
    }    
    
.bluebar .menu 
    {
    border-left: solid 5px #ff3030;
    border-right: solid 5px #0080c3;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    padding-top: 3px;

    color: white;
    }    

.bluebar a
    {
    color: white;
    }    

.bluebar a:hover {
    color: white;
    text-decoration:none;
    }


    
#foot
    {
    position:relative;
    width: 992px;
    border-top: solid 2px #b0b0b0;
    }
    
#foot .logos
    {
    position:absolute;
    top: 8px;
    left:-2px;
    height: 100px;
    }

#foot .texts
    {
    position:absolute;
    font-size: 10px;
    top: 8px;
    left:45px;
    }


