﻿/*Novinky*/
.newshead
{
    background-color: #355512;
    color: #DDDDE5;
}
.newsbody {background-color:#CCCCCC;}
.newsfooter
{
    background-color: #CAD6C0;
    padding: 3px;
    text-align: center;
    }
.blueNews
{
    height: 57px;
    width: 171px;
    background-image: url('Images/LepitkoZlute.png');
    background-repeat: no-repeat;
}

.greenNews
{
    height: 57px;
    width: 171px;
    background-image: url('Images/LepitkoZelene.png');
    background-repeat: no-repeat;
}

.yellowNews
{
    height: 57px;
    width: 171px;
    background-image: url('Images/LepitkoZlute.png');
    background-repeat: no-repeat;

}

.redNews
{
    height: 57px;
    width: 171px;
    background-image: url('Images/LepitkoCervene.png');
    background-repeat: no-repeat;
}
.menunewshead
{
    font-weight: bold;
    color: #333333;
}

.lepitko
{
    background-image: url('Images/LepitkoBack.png');
    background-repeat: repeat-y;
    width: 171px;
}

.lepitkoCont { padding-left:3px; padding-right:2px;}
.lepitkoPaticka
{
    width: 171px;
    height: 4px;
    background-image: url('Images/LepitkoPaticka.png');
    background-repeat: no-repeat;
    font-size:2px;
    margin-bottom:5px;
}
