.error
{
    font-weight: bold;
    color: red;
    margin: 10px 0 10px 0;
}

.separator
{
    border-top : 1px #0099FF dotted;
    width: 100%;
    margin-top:30px;
}

.staremesto
{
    
    font-size: 14px;
}

.staremesto a
{
    color: #005D9B;
}



.staremesto_content
{
    float: left;
    width: 700px;
    
    border-right : 1px #0099FF dotted;  
    padding: 5px 0 0 0;
}

.staremesto_content h2
{
    text-align:center;
    color: #990033;
}

    .staremesto_content .dotaz
    {
        clear: both;
        
        font-size:14px;
        line-height:150%;
        
        margin: 30px 0 10px 0;
        border-bottom: #990033 1px solid;
        padding: 0 0 20px 0;
    }
        .staremesto_content .dotaz .otazka
        {
                     
            margin: 0 0 10px 0;
        }
    
    
    .staremesto_content .staremesto_clanek
    {
        clear: both;
        min-height: 250px;
        
        font-size:14px;
        line-height:150%;
    }
    
        .staremesto_content .staremesto_clanek .left
        {
            float: left;
        }
        
        .staremesto_content .staremesto_clanek .right
        {
            float: right;
            margin:0 15px 0 0;
            width:470px;
        }
        
        .staremesto_content .staremesto_clanek .perex
        {
            
            float: right;
        }
        
        .staremesto_content .staremesto_clanek .titleimage
        {
            margin: 0px 10px 10px 0;
            width: 200px;
        }
        
        .staremesto_content .staremesto_clanek .titleimagebig
        {
            margin: 15px;
            width: 300px;
        }


.staremesto_menu
{
    float: left;
    width: 250px;
    
   
    
}

    .staremesto_menu h3
    {
        background-color:#0099FF;
        color:white;
        padding:5px;
        text-align:center;
        
    }
    
    