body, html {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 80%;
  background-color: #4B729C; 
  margin: 0;                                  
  padding: 5px 0;                            
  text-align: center;                         
  min-width: 783px;                           
}


.stranka { 
  width: 773px; 
  margin: 0 auto;                             
  border: 0px solid #ffffff; 
  padding: 0px;
  text-align: left; 
  background: #ffffff;                          
}  
 
.obsah {
  font-size: 12px;
  width: 773px;
  line-height: 1.5;
}

.paticka {
  text-align: right;
  height: 15px;
  background: #DEE6E7;
  clear: both;
  font-size: 10px;
  color: #000000;
}

h1 {
  font-weight: bold;
  font-size: 135%;
  text-align: center;
  margin: 10px;
}	

span {
  color: #006DB7;
  font-weight: bold;
}

.cervene {
  color: #FF0000;
  font-size: 14px;
  font-weight: bold;
}

.modre {
  color: #0000FF;
  font-size: 14px;
  font-weight: bold;
}

.podtrzene {
 font-weight: bold;
 text-decoration: underline;
} 

strong {
  color: #004776;
}

.img_uprostred {
  text-align: center; 
}

p {
  text-align: justify;
  margin: 10px 10px 10px 10px;
}

address {
  font-size: 12px;
  font-style: normal;
}

.pic_right {
  float: right;
  margin: 0 10px 0 10px; 
}

.pic_left {
  float: left;
  margin: 0 10px 0 10px; 
}

.img_uprostred {
  text-align: center; 
}

/***************************/
/*   ZACATEK MENU NAHORE   */
/***************************/

#nav {
	width: 773px;
	height: 25px;
	border: 1px solid #4B729C;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	background-image: url("../images/nav_bg.jpg");
}

div#nav ul {
	height: 25px;
	list-style: none;
	width: 100%;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;	
}

div#nav ul li {
	list-style: none;
	display: block;
	width: 256px;
	float: left;
	text-align: center;
	line-height: 25px;
	font-size: 13px;
	font-weight: bold;
	border-right: 1px solid #4B729C;  /* zde je barva prave cary mezi nazvy */
}

div#nav ul li a {
	width: 100%;
	height: 25px;
	display: block;
	color: black;
	text-decoration: none;
}

div#nav ul li a#aktivniodkaz{
	width: 100%;
	height: 25px;
	display: block;
	color: #000000;
	text-decoration: underline;
}

div#nav ul li a:hover {
	color: black;
	background-color: #0093DD;
}

/*************************/
/*   KONEC MENU NAHORE   */
/*************************/

