/* CSS Document */
body
{
  font-family: Arial;
  font-size: 12px;
  background: #FFFFFF;
}
table
{
  font-family: Arial;
  font-size: 12px;
  position: relative;
}
.hlavni
{
width: 800px;
border: 1px black solid;
border-left: 0px;
background-image: url(obrazy/bghlavni.jpg);
}
.text
{
width: 604px;
max-height: 100%;
text-align: center;
position:relative;
float:right;
}
.logo
{
width: 800px; 
height: 200px;
}
.menu
{
text-align: center;
width: 196px; 
max-height: 100%;
position:relative;
float:left;
}
.copyright
{
text-align: right;
width: 604px; 
position:relative;
float:right;
text-decoration: none;
background-image: url(obrazy/bgtext.jpg);
}
.tlacitkadiskuse 
{
background-color:#00CCFF; 
color: #000060; 
font:bold 80% Arial; 
cursor:hand; 
border-color:#c9d3eb
}
.nadpisdiskuse 
{
color:gray; 
font:bold 80% Arial; 
font-size: 25px;
}
.strankovanidiskuse 
{
color:red; 
}
a
{ 
  color: black;
  text-decoration: underline;
}
a:hover
{
  color: gray;
  text-decoration: underline;
  font: bold; 
}
h1
{
  color: gray;
  font-size: 30px;
  margin:5px;
}
h2
{
  color: black;
  font-size: 20px;
  margin:5px;
}
input 
{
  font-size: 12px;
}
select 
{
  font-size: 12px;
}