/* CSS Document */
body 
{
text-align: center;
border: 0px none; 
margin: 0px; 
padding: 0px; 
font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif !important; 
font-size: small !important; 
} 

p, img, table, tr, th, h1, h2, h3, h4, h5 
{ 
text-align: left;
border: 0px none; 
margin: 0px; 
padding: 0px; 
} 

td
{ 
margin: 0px; 
padding: 0px; 
font-size: 95%;
} 

#cas_porad
{
font-weight: bold;
color: darkblue;
}

#popis_porad
{
font-size: 90%;
}

#nazev_porad
{
color: darkblue;
}

#nazev_stanice
{
font-weight: bold;
color: darkblue;
font-size: 110%;
}

#bodyhlavicka 
{
background-color: #ffffcc; 
} 

#bodypaticka 
{ 
background-color: #ffffcc; 
} 

#strankahlavicka 
{ 
background-color: rgb(245,245,245);
} 

#aktporad
{ 
text-align: center;
background-color: silver;
font-weight: bold;
color: red;
} 

#strankaobal 
{
width: 750px; 
margin: 0px auto 0px auto; 
} 

#levypanelobal 
{ 
width: 250px;
text-align: left;
float: left;
margin-left: 2px; 
font-size: 95%; 
} 

#pravypanelobal 
{ 
text-align: left;
width: 250px;
float: right;
margin-right: 2px;
font-size: 95%;  
} 


#hlavnipanelobal 
{ 
text-align: left;
font-size: 95%;  
} 

input.zobraz{
border-bottom : 1px solid Silver;
border-top : 1px solid Silver;
border-left : 1px solid Silver;
border-right : 1px solid Silver;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 95%;
padding : 1px 5px 1px 5px;
background-color : powderblue;
color : black;
text-decoration : none;
}
a.tlacitko:hover{
border-bottom : 1px solid Black;
border-top : 1px solid Black;
border-left : 1px solid Black;
border-right : 1px solid Black;
}
