
html,body {
  margin: 0;
  padding: 0;
}

body {
  font: 76% georgia;    
  text-align: center;     
}

div#navigator {
  font-weight: bold;
}

div#page {
  width: 950px;
  margin: 0 auto;
  text-align:left;
}

div#hlavicka {
  border-top: 1px solid white;
  background: url('../obr/hlavicka.gif');  
	height: 100px;  
}

div#paticka {
  background: url('../obr/paticka.gif');
  clear:left;  
	height: 100px;                 
}

div#pozadi {
  background: url('../obr/stred.gif');
  width: 100%;  
}

div#obal {
  float:left;
  width:100%;
}

div#obsah {
  margin-left:130px;
  text-align: left;      
  width: 510px;
  position:relative; 
  margin-top: -40px;   
  
  text-align: justify;                        
}

div#obsah h1 {
  text-align: center;    
}

div#obsah h3 {
  font-size: 80%;
  text-align: left;
  padding-left: 10px;    
}

div#sloupec_right {
  float:left;
  width:200px;
  margin-left:-232px;  
}

div#logo {
  position:relative;
  float: right;          
  width: 200px;              
  margin-top: -60px;
  height: 130px;
  margin-right: -10px;   
  margin-bottom: 10px;   		      
}

/*Vsechny obrazky na strance*/
img {
  border: 0 none;
}

.panel {
  float: right;          
  width: 200px; /*IE width*/              
  text-align: right;  			
  height: auto; 
  border: 2px solid #505050;
  margin-bottom: 10px;	      
}

.panel a {
  padding-right: 5px;
}

.panel h3 {
  font-size: 100%;
	color: #f0f0f0;
	background-color: #505050;
	margin: 0;
	text-align: center;	
}

.search {
  margin-top: 10px;
  border: 1px solid #505050;
  background-color: #f0f0f0;
  display: inline;
}

.search:hover {
  border: 1px solid #505050;
  background-color: white;
}

.search:focus {  
  border: 1px solid #505050;
  background-color: white;
}

a {
  color: #000033;	
  text-decoration: none;
}

a:hover {
  color: #000033;  
  text-decoration: underline;      
}

/*Chybova hlaska*/
.chyba {
  text-align: center;
  color: red;
}

table.tab {
  border-width: 0px;
  border-style: solid;
}

table.tab td {
  border-width: 0px;
  border-style: solid;    
}

table.tab tr:hover {
  cursor:pointer
}

table.tab .tab_nadpis {
  background: url('../obr/pozadi.gif');
}

table.tab .tab_zprava {
  cursor:pointer;
  border-width: 0px;
  border-style: solid;
  background-color: #f0f0f0;
  font-size: 80%;
}

table.tab .tab_zprava_selected {
  border-width: 0px;
  border-style: solid;
  background-color: #dfdfdf;
}

table.tab .tab_mezera {
  font-size: 40%;
  background: url('../obr/pozadi.gif');
}

table.tab .tab_popis {
  font-style: italic;
  border-width: 0px;
  font-size: 70%;
  border-style: solid;
  background-color: #f0f0f0;
}

/*PAGER*/
.Pager {
  font-size: 150%;
  color: black;
  text-align: center;
}

.Pager_numbers {
  color: black;
}

.Pager_current {
  color: #a0522d;
}

.Pager_first {
  color: black;
}

.Pager_last {
  color: black;
}

.Pager_next {
  color: black;
}

.Pager_prev {
  color: black;
}

/*Napoveda*/
a.help {
  display: inline;
  color: white;
  font-size: 85%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: help;
  color: #000033;
}

.help-style {  
  border: solid black 3px; 
  background: url('../obr/pozadi.gif');
  padding: 4px;
}

/*inputy, textboxy*/
.ohraniceni {
  border: 1px solid #505050;
  background-color: #f0f0f0;
}

.ohraniceni_readonly {
  border: 1px solid #505050;
  background-color: #afafaf;
}

.ohraniceni_hand {
  cursor:pointer;
  border: 1px solid #505050;
  background-color: #f0f0f0;
}

.ohraniceni_no_hover {
  border: 1px solid #505050;
  background-color: #f0f0f0;
}

.ohraniceni:hover {
  border: 1px solid #505050;
  background-color: white;
}

.ohraniceni_hand:hover {
  cursor:pointer;
  border: 1px solid #505050;
  background-color: white;
}

.ohraniceni:focus {  
  border: 1px solid #505050;
  background-color: white;
}

.text_marked {
  color: red;
  display: inline;  
}

.poznamka {
  padding-top: 15px;
  font-size: 0.9em;
  color: red;
}

.reakce_napsal {
  margin: 10px;
  background-color: #dcdcdc;
}
