body
{
    background-color:rgb(102,0,153);
    background-image:url("img/bg.jpg");
    background-repeat:repeat;
}

h1
{
    font-size: 20pt;
    color: #CE0000;
    text-decoration:none;
    font-weight:bold;
    font-family: Verdana, "Arial CE", sans-serif;
    margin: 0px 50px 20px;
    text-align:center;
}

a
{
    color: #CE0000;
    text-decoration:none;
    font-weight:bold;
    font-family: Verdana, "Arial CE", sans-serif;
    text-align:center;
}

.vse 
{
    position: relative; 
    top: 40px; 
    left: 50%; 
    margin-left: -450px;  
    width:900px;
    margin-bottom: 40px;  
    border-style:outset;
    border-width:1px;
    border-color:rgb(124,153,193);
}

.nadpis 
{
    position:relative;
    top:0px; 
    left:0px; 
    width:100%; 
    height:173px; 
    text-align:center;
    background-color: #CCD4C9;
}

.nadpis a
{
    color:white;
    font-size: 12px;
}

.odkazy
{
    position:relative; 
    top:0px; 
    left:0px; 
    width:100%; 
    height:35px;
    background-color: #CCD4C9;
    background-image:url("img/menu.jpg");
    background-repeat:repeat-x;
}

.odkazyRadek
{
    position:relative; 
    top:7px; 
    text-align:center;
}

.odkazyRadek a
{
    font-family: Verdana, Arial, sans-serif;
    font-weight:bold;
    font-size:13px;
    color:rgb(23,64,18); 
}

.hlavni
{
    position:relative;
    top:0px;  
    font-family: Verdana, Arial, sans-serif;
    font-size:12px;
    text-align:center; 
    width:100%;
    min-height: 300px; /* pro standardní prohlížeče */
    _height: 300px; /* pro Internet Explorer, který to chápe jako min-height*/
    background-color: #CCD4C9;
    background-image:url("img/text.jpg");
    background-repeat:no-repeat;
    background-position:left top;
    background-attachment:scroll;
}

.zapati
{
    position:relative;
    font-family: Verdana, Arial, sans-serif;
    font-size:9px;
    text-align:center; 
    top:0px;  
    height: 29px; 
    width:100%;
    background-color: #CCD4C9;
    background-image:url("img/zapati.jpg");
    background-repeat:repeat-x;
}

.tabulka
{
    text-align:left; 
}

.listtable 
{
    width: 820px;
    margin: 10px 40px 10px 40px;
    border-spacing:0px;
    border:3px solid black;
    border-collapse: collapse;
}

.listtable th
{
    border:1px solid black;
    background-color:rgb(166,166,166);
}
.listtable td
{
    border:1px solid black;
    background-color:rgb(238,238,238);
}



a:hover
{
    text-decoration:underline;
}

