.captionDesign, .captionPropagace,.captionPrumysl,.captionSluzby
{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}
.captionDesign
{
    background: #1d1e46;
    background-color: rgb(250, 125, 15);
    font-family: Tahoma, Arial;
}
.captionPropagace
{
    background: #1d1e46;
    background-color: rgb(166, 194, 22);
    font-family: Tahoma, Arial;
}
.captionPrumysl
{
    background: #1d1e46;
    background-color: rgb(98, 107, 112);
    font-family: Tahoma, Arial;
}
.captionSluzby
{
    background: #1d1e46;
    background-color: rgb(81, 169, 181);
    font-family: Tahoma, Arial;
}

.captionBlack
{
    font-size:16px;
    background: #000;
    background-color: rgba(0, 0, 0, 0.4);
}
a.captionDesign, A.captionDesign:active, A.captionDesign:visited
{
    color: #ffffff;
    text-decoration: none;
}
a.captionDesign:hover
{
    color: #eb5100;
    text-decoration: underline;
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.7);
}
.bricon
{
    background: url(../img/browser-icons.png);
}