﻿/*Novinky*/
.newshead
{
    background-color: #ECCD47;
    color: #333333;
    text-transform: uppercase;
}
.newsbody
{
    background-color: #F5F5F3;
}
.newsfooter
{
    background-color: #F9DE51;
    padding: 3px;
    text-align: center;
}
.newsfooter a
{
    color: #808080;
}
.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: 50px;
    width: 212px;
    background-image: url('Images/LepitkoZlute.png');
    background-repeat: no-repeat;

}

.redNews
{
    height: 50px;
    width: 212px;
    background-image: url('Images/LepitkoCervene.png');
    background-repeat: no-repeat;
}
.menunewshead
{
    font-weight: bold;
    color: #333333;
    padding-top: 7px;
    padding-right: 10px;
    padding-left: 10px;
    text-transform: uppercase;
}

.lepitko
{
    background-image: url('Images/LepitkoBack.png');
    background-repeat: repeat-y;
    width: 212px;
}

.lepitkoCont { padding-left:10px; padding-right:10px;}
.lepitkoPaticka
{
    width: 212px;
    height: 7px;
    background-image: url('Images/LepitkoPaticka.png');
    background-repeat: no-repeat;
    font-size:2px;
    margin-bottom:5px;
}

/*Text box s hlavičkou*/
.TextTable
{
    border: 1px solid #808080;
    width: 650px;
}
.TextBoxHeader
{
    background-position: right top;
    width: 658px;
    text-align: left;
    background-color: #eaeaea;
    background-image: url('Images/HeadPeople.jpg');
    background-repeat: no-repeat;
    height:71px; 
}

.TextBoxHeader2
{
    background-position: right top;
    width: 658px;
    text-align: left;
    background-color: #eaeaea;
    background-image: url('Images/HeadKnot.jpg');
    background-repeat: no-repeat;
    height:71px; 
}

.TextBoxHeaderCont
{
    padding: 5px;
    font-size: 20px;
    text-transform: uppercase;
}

.TextBoxCont
{
    background-color: #FFFFFF; clear:both; padding-left:5px; padding-top:5px; padding-right:10px; padding-bottom:5px;
}

