body {
   margin: 0 auto;
   color: #000000;
   background-color: #e5e5e5;
   font-family: Arial;
   font-size: 11px;
}  
   
   
#ciary {
  background-image: url(/design/ciari.png);
  background-repeat: repeat-x;
  width: 100%; 
  height: 40px;
}
  
#body   {
  background-image: url(/design/background.png);
  display: block;
  width: 100%;
  height: 768px;
  background-repeat: repeat-x;
}  

#menu {
  width : 100%;
  padding-top: 12px;
  text-align: center;
  font-size: 14px;
  color: #777676;
}  

#header {
  width: 100%;
  background-image: url(/design/header.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 207px;
}  

#form {
  width: 100%;
  height: 400px;
  text-align: center;
  vertical-align: middle;
}  

#footer { 
  font-size: 11px;
  color: #878585;
  text-align: center;
  width: 100%;
} 

#lang {
  text-align: left;
  width: 600px;
  margin: 0 auto;
}  
  

.button {
  background-image: url(/design/button.png);
  cursor: pointer;
  display: block;
  width: 99px;
  height: 35px;
  background-repeat: no-repeat;
  border: 0px;
  font-size: 12px;
  background-color: #ffffff;
  color: #ffffff;
}  


.button:hover {
  background-image: url(/design/button_2.png);
  cursor: pointer;
  display: block;
  width: 99px;
  height: 35px;
  background-repeat: no-repeat;
  border: 0px;
  background-color: #ffffff;
}  

a.menu { 
  color: #777676;
  font-size: 14px;
  text-decoration: none;
}

a.menu:hover { 
  color: #777676;
  font-size: 14px;
  text-decoration: underline;
}  

div.obsah {
  background-color: #f3f1f1;
  border: 1px solid #bdbdbd;
  font-size: 11px;
  font-family: Arial;
}  

td.obsah {
  background-color: #f3f1f1;
  border: 1px solid #bdbdbd;
  font-size: 11px;
  font-family: Arial;
} 
