﻿/*------------------*/
/*------ BODY ------*/
body
{
    background-color: #333333;
    margin-top: 1em;
    font-family: "Trebuchet MS" , Tahoma, Verdana, "Geneva CE" , lucida, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    color: white;
}

.top
{
    background-image: url(images/top.png);
    height: 82px;
}


.border
{
    width: 1000px;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

.border a
{
    color: #999999;
}

.banner
{
    background-image: url(images/bannerBack.png);
    height: 253px;
    border-bottom: 0px;
    margin: 0px;
    padding: 0px;
}

.bannerIn
{
    background-image: url(images/banner.png);
    height: 253px;
}


.page
{
    text-align: left;
    color: #999999;
    min-height: 400px;
}

.menu
{
    height: 82px;
    font-family: "Myriad Pro";
    float: right;
    font-size: 1.1em;
}

.menuItem
{
    border-left: 2px solid white;
    padding: 0px 5px;
}

.menu a
{
    color: White;
}

.menu a:hover
{
    color: #999999;
}

.menu .aNow
{
    color: #003366;
}




h1
{
    font-family: Impact;
    color: white;
    font-weight: normal;
}

h2
{
    color: White;
}

.rozpisBrusleniMainPage
{
    float: right;
    width: 250px;
}

.rozpisBrusleniMainPage table
{
    width: 250px;
}

.rozpisBrusleniMainPage th
{
    text-align: left;
}

.rozpisBrusleniMainPage td
{
    text-align: right;
}

.footer
{
    clear: both;
    background: black url(images/footer.png) repeat-x top;
    padding: 0;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 15px;
    color: white;
    font-size: 0.7em;
    font-style: italic;
}

.footer .border
{
    text-align: center;
}

a
{
    color: White;
}



