@charset "utf-8";

/* CSS Document */

* {
  border: none;

  margin: 0;

  padding: 0;

 list-style: none outside none;
 }

.clear {clear:both;}

/*   MAIN BLOCKS */

body
{
  margin: 0;
/*  background: #f9d189;*/
background: #ffffcc;
/*: url(../images/bkg.gif) repeat;*/
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
	height: auto;
	padding: 0px 26px;

}

/*	ST�N PRO WRAPPER background: url(../images/stin.gif) repeat-y; */


#header {
width: 1000px;
}

#logo {
    float: right;
    height: 21px;
    padding: 1px;
    margin-top: 50px;
    
}

#h_menu {
	background: #e8e8e8;
	margin-left: auto;
    margin-right: auto;
}

#menu_1 {
	height:20px;
/*float: right;
	background: #c52c0d;*/

}

/* Obsah */

#leftbar1 {
  width: 0px;
  overflow: auto;
  min-height: 0px;
  float: left;
  background-color: #f1fcfd;
  padding-left: 0px;
}

#content1 {
  width: 926px;
/*  background-color: #fdfbaf;*/
 background-color: #ffffcc;

  overflow: auto;
  min-height: 926px;
  float: right;

}

#footer
{
	width: 1000px;
	height: 75px;
	/*background: url(../images/footer.gif) no-repeat;*/
	float: left;
	overflow: auto;
}

.tabulka {
margin: 5px; 
border-width:1px; 
border-color: #666;
border-style: solid;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
/*width: 785px;*/
}

.tabulka thead{
/* barva pozadí hlavicky tabulky */
/*background-color:#056597;*/
background-color:blue;
/* barva písma hlavicky tabulky */
color:#FFF;
/* prevod písmen v hlavicce tabulky na velká */ 
text-transform:uppercase;
/* tucný font v hlavicce tabulky */ 
font-weight:bold;
}

.tabulka th{
/* barva pozadí hlavicky tabulky */
background-color:#056597;
/* barva písma hlavicky tabulky */
color:#FFF;
/* prevod písmen v hlavicce tabulky na velká */ 
/*text-transform:uppercase;*/
/* tucný font v hlavicce tabulky */ 
font-weight:bold;
padding: 2px 2px 2px 2px;
}


.tabulka td {
padding: 2px 0px 2px 0px;
border: 1px #ddd solid;
text-align: center;
font-size: 11px;
}

.vysvetlivky {
margin: 10px 1px 42px 1px;
border-width:1px; 
border-color: #AAACC9;
border-style: solid;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:10px;
width: 150px;
background-color: #ffffff;
}
.vysvetlivky th{
/* barva pozadí hlavicky tabulky */
background-color:#056597;
/* barva písma hlavicky tabulky */
color:#FFF;
/* prevod písmen v hlavicce tabulky na velká */ 
/*text-transform:uppercase;*/
/* tucný font v hlavicce tabulky */ 
font-weight:bold;
padding: 2px 5px 2px 5px;
}


.vysvetlivky td {
border: 1px #ddd solid;
text-align: center;
padding: 2px 2px 2px 2px;
}
#oba
{
/*	background: url(../images/oba.png) top left repeat-y; */
}


xx.menu li
{
display:inline;
/*background-color: #c3d9ff;*/
/*padding-right:100px;*/
font-size:19px;
float:left;
width:5em; 
height:2em;
line-height:2em;
border-right:1px solid #bbb;
position:relative;
text-align:center;

}

xx.menu li a:hover {
border:0; 
}
xx.menu li a:hover span {
display:block;
width:5em;
height:2em;
text-align:center;
position:absolute; 
left:1px; 
top:1px; 
color:#fff; 
cursor:pointer;
}
