
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 0 0 0;
	background: url("menub_bg.gif") repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color: #CCCC66;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
  border: 0px;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 30px 0 10px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url("menub_hover_left.gif") no-repeat left top; /*left tab image path*/
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url("menub_hover_right.gif") no-repeat right top; /*right tab image path*/
}
  
body 
{
	background:#000000 url("head_back.png") repeat-x;
	font-family:  georgia, verdana,  arial, sans-serif;
	margin:0px;
  padding-bottom: 5px;   
}

#main
{
	background-color:#333333;
	color:Black;
	width:860px;
	position:relative;
	height:auto;
	margin:auto;
	padding: 1px 0px 1px 0px;
}

#hlavicka
{
	position:relative;
	width:100%;
	height:199px;
	width:860px;
	margin:auto;
	border: 0px;
}

#logo{
  float: left;
  margin: 20px 10px 0px  20px;
}

#logo_handlova{
  position: relative;
  float: left;
  margin: 30px 0px 0px 40px;
}

#hlavicka_nadpis{
   position: relative;
   float: left;
   margin: 40px 0px 0px 10px;
}


#paticka
{
	background-color:#999999;
	font-size: 90%;
	color:white;
	text-align:center;	
}

#paticka a {
color: white;
}

#paticka a img{
  border: 0px;
  margin: 0px 5px 10px 10px;
}

#menu1 {
  float: left;
  color: yellow;
  height: 30px;
  font-size: 1.5em;
  text-align: center;
  border: 0px;
  width:860px;
}

.obsah
{
	width:820px;
	background-color:#999999;
	color:Black;
	overflow:auto;
	margin: 2px 10px 10px 10px;
	padding:10px 10px 10px 10px;
	font-size: 17px;
}


.text {
  padding: 0px 10px 0px 10px;
  line-height: 130%;
}


h1
{
  font-size: 100%;
  margin: 5px 5px 15px 5px;
	padding: 8px;
	text-align: center;
	background-color: #FFFF99;
	display: block;
	border: solid 4px white;
	text-transform: uppercase;
}

.obsah #podpis
{
	float:right;
	margin-right:40px;
	text-align:right;
}

.dokumenty_menu{
  text-align: center;
  text-transform: uppercase;
  width: 790px;
  margin-left: 5px;
}

.dokumenty_menu a{
  color: black;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}

.dokumenty_menu td{
  background-color: #ccccff;
  padding: 2px 30px 2px 30px;
  margin: 0px 0px 0px 0px; 
}

.dokumenty_menu #selected{
  background-color: #ffff99;
  font-weight: bolder;
}

.dokumenty_menu #selected a{
  font-size: 16px;
  font-weight: bolder;
}

.doc_link {
  margin: 10px 10px 10px 30px;
  display: block;
}

.doc_table tr{
  margin: 15px 0px 15px 0px;
}

.doc_table .icon {
  width: 10px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.doc_table img {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.dokumenty {
  margin: 10px 10px 15px 40px;
}

.smernice a{
  display:block;
  margin: 10px 0px 10px 0px;
}

.priloha{
  margin-left: 20px;
}

.hodiny_table
{	
	background-color: #CCCCCC;
  margin:25px 20px 30px 40px;
  padding: 0 0 0 20px;
  border: dotted white; 
  width: 500px;
}

.hodiny_table td
{
	text-align:center;
}

 tr, th, td
{
	padding:5px 20px 5px 20px;
}


.kontakt_osoby_table th
{
	text-align:left;
	width: 15em;
}


.kontakt_osoby_table
{
 	margin:15px 0px 30px 0px;
	padding: 0px 0px 0px 0px;  
	line-height: 140%;
}


.kontakt_osoby_table img {
  border: 1px dotted white;   
}

.cisla {
  font-family: verdana,  arial;
  
}

.obsah sub, .obsah sup
{
	font-size:70%;	
}
  
.obsah li
{
	margin-left: 20px;
  margin-top:8px;
	margin-bottom: 8px;
	list-style-type: square;
}

.obsah h4 a{
  display:block;
  color:black;
  padding-left: 20px;  
}

.obsah h4 a:hover{
  display:block;
  color:white;    
}

.info_table{
  font-size: 16px;
  border: 1px solid yellow;
  margin: auto;
  text-align:center;
}

.info_table td, .info_table th{
  padding: 10px 10px 10px 10px;
  border: 1px solid white;
}

.info_table th{
  background-color: gray;
  text-align: center;
  border: 1px solid white;
}


.datum{
  font-size: 100%;
  color: yellow;
  border-bottom: 2px dotted white;
}

.dateLinks{
  font-size: 15px;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
  margin: auto;
}

.dateLinks td{
  background-color: #ccccff;
  padding: 2px 5px 2px 5px;
  margin: 0px 3px 0px 3px; 
}


