html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, lucida, sans-serif;
  font-size: small;
  _font-size: x-small; /* IE */ 
}

body {
	_text-align: center; /* IE */
	background: #b5b5b5;
}

h1, h2, h3, h4 {
	margin: 0;
	margin: 10px 5px 0px 5px;
	text-align: left;
	color: #11457e;
  padding: 0px 0px 0px 0px;
  font-style: italic;
  }
  
h4, .hp {
  font-style: normal;
  font-weight: bold;
	color: #11457e;
	margin: 0px 5px 0px 5px;
}

a	{
	text-decoration: underline;
	font-weight: bold;
	}
a:link, a:visited, a:active {
	color: #0c3058;
	}
a:hover {
	color: #970e12;
	}

ul {
  margin: 10px 0px 0px 5px; 
  padding: 0px 0px 0px 0px;
}

li {
  margin: 0px 0px 0px 0px; 
  margin-bottom: 5px;  
  padding: 0px 0px 0px 20px;
  list-style-type: none;
  background: transparent url("img/PNGs/odr_ht1.png") no-repeat;
  background-position: 0px 0px;  
}

p {
  margin: 5px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}

img {
	border: none;
	margin: 0px 0px 0px 0px;
}

#obal_stranky {
	width: 940px;
	_width: 980px;
	height: auto;
	min-height: 100%;
	_height: 100%; /* IE */
	text-align: center;
	margin: 0 auto;
	position: relative;
 	background: transparent url("img/PNGs/poz_stin.png") repeat-y;
 	padding-left: 20px;
 	padding-right: 20px;
}

#stranka
{
padding: 0px;
padding-bottom: 50px; /* vyska paticky */
}

#hlavicka {
	width: 100%;
	margin: 0;
	position: relative;
 	background: white url("img/PNGs/poz_hl.png") no-repeat;
	min-height: 85px;
	height: auto;
	_height: 85px; /* IE */
}

#obal_paticky {
	width: 940px;
	position: absolute;
	bottom: 0px;
	left: 20px;
	height: 40px;
  background: transparent url("img/PNGs/menu_pod.png") no-repeat;
  background-position: top right;  
	font-size: 90%;
  color: #698bb0;
}

#paticka {
	text-align: right;
	padding: 10px;
}

hr.clear {
   clear: both;
   height: 1px;
   border: none;
   margin: -1em 0 0 0;
   visibility: hidden;
   }
   
/* horní menu */
#obal_menu {
  width: auto;
	min-width: 100%;
	_width: 100%;
  height: auto;
  margin: 0px;
  float: left;
  background: transparent url("img/PNGs/menu_pod.png") no-repeat;
  background-position: bottom right;  
  padding: 0px;
}

#menu {
  width: auto;
  height: auto;
  margin: 0px;
}

#menu {
  font-size: 150%;
  font-style: italic;
  font-family: Verdana, Tahoma, Arial, lucida, sans-serif;
  margin-top: 65px;
  margin-left: 70px; 
}

#menu li
{
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
  border: none;
  background: transparent;  
}
	
#menu a:link, #menu a:visited {
  float: left;
  line-height: auto;
  font-weight: normal;
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 2px 80px;
  text-decoration: none;
  color: #698bb0;
  background: transparent url("img/GIFs/logo_male_modre.gif") no-repeat;
  background-position: 0px 5px;  
}

#menu a:link.active, #menu a:visited.active {
  color: #970e12;
  background: transparent url("img/GIFs/logo_male_cerv.gif") no-repeat;
  background-position: 0px 5px;  
}

#menu a:hover {
  color: #0c3058;
  background: transparent url("img/GIFs/logo_male_cerv.gif") no-repeat;
  background-position: 0px 5px;  
}

/* tabulky */
.obal_tbl {
  width: 704px;
  height: auto;
  padding: 0px;
  margin: 4px 4px 4px 4px;
  background: transparent;
	border: solid #848484 1px;
	_border: none;
	float: left;
}

table, .tbl_detail {
	background: #f3f5f8;
	width: 704px;
	border-collapse: collapse;
	margin: 0px;
	text-align: center;
	font-size: 100%;
}

table caption {
	margin: 0px;
  font-size: 150%;
  font-style: italic;
  font-weight: bold;
  font-family: Verdana, Tahoma, Arial, lucida, sans-serif;
  color: white;
  width: 704px;
	border-bottom: solid #848484 1px;
	_border: solid #848484 1px;  /* IE */
	_border-bottom: none;        /* IE */
	text-align: left;
}

table caption img{
  margin: 0px 5px 0px 0px;
  float: left;
}

table col {
	border-right: solid #848484 1px;
}

table tr {
	border-top: solid #848484 1px;
}

table td {
	padding-top: 5px;
	padding-bottom: 5px;
	_border: solid #848484 1px; /* IE */
}

table .col1, table .col2 {
  width: 80px;
} 

.tbl_detail .col1 {
  width: 30px;
	border-right: none;
} 

.tbl_detail .col2 {
  width: 120px;
} 

.tbl_detail .col3 {
	border-right: none;
} 

table .col4{
  width: 124px;
} 

table .col5 {
  width: 112px;
	border-right: none;
}

table .al_left {
  text-align: left;
  padding-left: 5px;
}

table .al_right {
  text-align: right;
  padding-right: 5px;
}

table .t_bold {
  font-weight: bold;
}

table .t_popis {
  font-weight: bold;
  color: #0c3058;
}

table tr.zahlavi th {
  font-size: 110%;
  font-style: normal;
  font-weight: bold;
  color: #0c3058;
  text-align: center;
  background: transparent url("img/PNGs/poz_zt12.png") repeat-x;
  height: 32px;
	_border: solid #848484 1px; /* IE */
}

table .caption_modre {
  background: transparent url("img/PNGs/poz_ht1.png") repeat-y;
}

table .caption_cerv {
  background: transparent url("img/PNGs/poz_ht2.png") repeat-y;
}

table .caption_sede {
  background: transparent url("img/PNGs/poz_ht4.png") repeat-y;
}

table .wo_mp {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/* divy s textem */
#obal_ps {
  width: 212px;
  height: auto;
  padding: 0px 0px 0px 0px;
  margin: 4px 4px 4px 4px;
  float: right;
	border: solid #848484 1px;
	text-align: left;
}

#obal_ls {
  width: 704px;
  height: auto;
  padding: 0px;
  margin: 4px 4px 4px 4px;
  float: left;
	border: solid #848484 1px;
	text-align: left; 
}

.bcks {
  background: #ececec;
}

.bckm {
	background: #f3f5f8;
}

#obal_ls p, #obal_ps p {
  padding: 5px 5px 5px 5px;
  margin: 0px 0px 0px 0px;
}

#obal_ls p, #obal_ls li {
  line-height: 180%;
}

#obal_ps li {
  font-weight: bold;
}

#obal_ps li p {
  padding: 0px 0px 5px 0px;
  font-weight: normal;
  font-size: 85%;
}

#obal_ps ul {
  margin: 5px 0px 0px 5px; 
}

.hlavicka_ts {
  width: 100%;
	border-bottom: solid #848484 1px;
  font-size: 150%;
  font-style: italic;
  font-weight: bold;
  font-family: Verdana, Tahoma, Arial, lucida, sans-serif;
  color: white;
	border-bottom: solid #848484 1px;
	text-align: left;
	height: auto;
	min-height: 30px;
}

.hlavicka_ks_bck {
  background: transparent url("img/PNGs/poz_ht3.png") repeat-y;
}

.hlavicka_ds_bck {
  background: transparent url("img/PNGs/poz_ht4.png") repeat-y;
}

.hlavicka_dsm_bck {
  background: transparent url("img/PNGs/poz_ht1.png") repeat-y;
}

.hlavicka_dsc_bck {
  background: transparent url("img/PNGs/poz_ht2.png") repeat-y;
}

.hlavicka_ts img {
  float: left;
}

.hlavicka_bt {
	border-top: solid #848484 1px;
}

/*
h1, h2, h3 {
	margin: 0;
	margin: 0px 0px 0px 0px;
	text-align: left;
	color: #727EA3;
  padding: 0px 0px 0px 0px;
}

p {
  margin: 5px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}

li {
  margin: 0; 
  margin-bottom: 5px;  
  padding: 0;
  list-style-type: none;
  padding-left: 10px;
  border-left: solid #FF9900 5px;
}

#hlavni {
	padding: 10px;
	padding-bottom: 40px;
}
#hlavni img {
	float: right;
	border: solid #405080 1px;
	margin: 5px 0px 5px 10px;
}
*/

.img_frame, .img_tnail, .img_st_frm
	{
	float: left;
 	border-style: none;
 	padding: 0px 0px 0px 0px;
 	margin: 5px 5px 5px 5px;
 	margin: "5px 5px 5px 5px";
	}
	
.img_st_frm
  {
 	margin: 5px 10px 5px 10px;
 	margin: "5px 10px 5px 10px";
  }
	
.img_tnail
  {	
	width: 100px;
	}
	
.img_frame p, .img_tnail p
  {
 	padding: 2px 5px 2px 5px; 
  text-align: center;
  }
  
.img_frame a img, .img_frame img, .img_tnail a img, .img_st_frm img
  {
  border-width: 1px;
  border-style: solid;
  border-color: #0c3058;  
  } 	

