html, body {
	height: 100%;
	padding: 0;
	margin: 0;
  font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
  font-size: small;
  _font-size: x-small; /* IE */ 
}

body {
	_text-align: center; /* IE */
	background: black;
}

#obal_stranky {
	width: 990px;
	_width: 990px;
	height: auto;
	min-height: 100%;
	_height: 100%; /* IE */
	text-align: center;
	margin: 0 auto;
	position: relative;
	background: yellow; 
 	background: #1a51b6 url("img/PNGs/bckb_rep.png") repeat-y;
 	padding-left: 0px;
 	padding-right: 0px;
}

#stranka
{
  padding: 0px;
  padding-bottom: 40px; /* vyska paticky */
 	background: transparent url("img/JPGs/bckb.jpg") no-repeat;
}

#hlavicka {
	width: 100%;
	margin: 0px;
	position: relative;
 	background: transparent;
	min-height: 80px;
	height: auto;
	_height: 80px; /* IE */
}

#obal_paticky {
	width: 990px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 40px;
  background: transparent;
	font-size: 90%;
  color: black;
}

#paticka {
  margin: 0px;
	text-align: right;
  padding: 5px;  
  background: #1a51b6;
  height: 20px;
	_height: 40px; /* IE */
  border-bottom: black 10px solid;
}

hr.clear {
   clear: both;
   height: 1px;
   border: none;
   margin: -1px 0 0 0;
   visibility: hidden;
   }
   
/* levé menu */
#obal_menu {
  width: auto;
	min-width: 100%;
	_width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px 0px 10px 0px;
  float: left;
  background: transparent;
}

#menu {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  background: #bab07f url("img/JPGs/bckmi.jpg") no-repeat;
  margin-top: 10px;
}

#menu ul {
  margin: 0px;
  padding: 0px;
}

#menu li
{
  margin: 0px;
  padding: 0px 5px 0px 5px;
  display: block;
  height: auto;
	border-bottom: 1px #bca246 solid;
  background: transparent;
  min-height: 10px;
  _height: 10px;
  width: 190px;
  _width: 200px;
	font-size: 110%;
  font-weight: bold;
}

#menu li img {
  border: none;
  margin: 0px;
}
	
#menu a:link, #menu a:visited {
  padding: 5px 5px 5px 20px;
  margin: 0px;
  text-decoration: none;
  font-style: normal;
  color: #445c7f;
  display: block;
  background: transparent url("img/GIFs/mdotu.gif") no-repeat;
  background-position: 0px 7px;  
}

#menu a:link.active, #menu a:visited.active {
  color: #12387f;
  background: transparent url("img/GIFs/mdota.gif") no-repeat;
  background-position: 0px 7px;  
}

#menu a:hover {
  color: #12387f;
  background: transparent url("img/GIFs/mdoth.gif") no-repeat;
  background-position: 2px 7px;  
}

#obal_textu_menu {
  width: 180px;
  height: auto;
  padding: 0px;
  margin: 0px;
  float: right;
	border: none;
	text-align: left; 
	background: yellow;
}


/* tabulky */
table, .sortiment_tbl {
	background: transparent;
	width: auto;
	border-collapse: collapse;
	margin: 10px 5px 10px 5px;
	text-align: center;
	font-size: 100%;
}

.sortiment_tbl {
	border-collapse: separate;
	margin: 10px 0px 10px 0px;
}

.center {
  margin-left: auto;
  margin-right: auto;	
}

table caption {
	margin: 0px 5px 0px 5px;
  font-size: 150%;
  font-style: normal;
  font-weight: bold;
  color: white;
  width: auto;
  background: #a9d854;
  text-align: center;
  padding: 5px;  
}

.caption_tmavy {
  font-size: 130%;
}

table caption img{
  margin: 0px 5px 0px 0px;
  float: left;
}

table td {
	padding-top: 5px;
	padding-bottom: 5px;
}

table .col1 {
  width: 230px;
} 

table .col2 {
  width: 240px;
} 

table .col3 {
  width: 100px;
} 

table .col4 {
  width: 50px;
} 

table .w_auto {
  width: auto;
} 

table .al_left {
  text-align: left;
  padding-left: 5px;
}

table .al_right {
  text-align: right;
  padding-right: 5px;
}

table .al_just {
  text-align: justified;
  padding-left: 5px;
  padding-right: 5px;
}

table .t_bold {
  font-weight: bold;
}

table .r_linka_dole {
	border-bottom: solid #3f77c4 1px;
}

table .r_linka_dole_ie {
	_border-bottom: solid #3f77c4 1px;
}

table img {
	border: solid white 5px;
	margin: 0px;
}

table tr.zahlavi th {
  font-size: 100%;
  font-style: normal;
  font-weight: bold;
  color: white;
  text-align: center;
  background: #709334;
}

table .tm_poz {
  background: #a9d854;
}

table .tm_poz2 {
  background: #709334;
  color: #d7ff91;
}

.obal_tbl {
  margin: 10px 0px 10px 10px;
  padding: 0px;
  float: left;
  background: transparent;
  width: 250px;
}

/* divy s textem */
#obal_ss {
  width: 570px;
  height: auto;
  padding: 0px;
  padding-top: 10px;
  margin: 5px 5px 20px 5px;
  float: left;
	border: none;
	text-align: left;
  background: #a7bde4 url("img/JPGs/bckss.jpg") no-repeat;
}

#obal_ls {
  width: 200px;
  height: auto;
  padding: 0px;
  margin: 5px 0px 20px 5px;
  float: left;
	border: none;
	text-align: left; 
  background: #bab99b url("img/JPGs/bckm.jpg") no-repeat;
}

#obal_ps {
  width: 200px;
  height: auto;
  padding: 0px;
  padding-top: 10px;
  margin: 5px 0px 20px 0px;
  float: left;
	border: none;
	text-align: left; 
  background: #5684da url("img/JPGs/bckps.jpg") no-repeat;
}

#obal_ls p, #obal_ss p, #obal_ps p {
  padding: 5px 5px 10px 5px;
  margin: 0px 0px 0px 0px;
}

#obal_ps p, #obal_ls p {
  font-size: 90%;
}

#obal_ps p {
  color: white;
}

h1, h2, h3 {
	margin: 0;
  padding: 0px 0px 0px 5px;
	text-align: left;
	color: #3f77c4;
  font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
}

#obal_ss h1 {
  background: #95b6f4 url("img/JPGs/h1ss.jpg") no-repeat bottom right;
  color: #7f6612;
  padding: 0px 40px 0px 5px;
  min-height: 37px;
  _height: 37px;
}

#obal_ss h2 {
  font-size: 140%;
}

#obal_ps h1 {
  background: #3f77c4 url("img/JPGs/h1ps.jpg") no-repeat bottom right;
  color: #dfd09f;
  padding: 0px 40px 0px 5px;
  min-height: 27px;
  _height: 27px;
	font-size: 150%;
}

#obal_ls h1 {
  background: #bbb280 url("img/JPGs/h1m.jpg") no-repeat bottom right;
  color: #f7f0d9;
  padding: 0px 30px 0px 5px;
  min-height: 27px;
  _height: 27px;
	font-size: 150%;
}

p {
  margin: 0px;
  padding: 0px;
  line-height: 160%;
}

ul {
  margin: 10px 0px 0px 10px; 
  padding: 0px 0px 0px 0px;
}

li {
  margin: 0px 0px 0px 0px; 
  margin-bottom: 10px;  
  padding: 0px 0px 0px 20px;
  list-style-type: none;
  background: transparent url("img/PNGs/odr_ht1.png") no-repeat;
  background-position: 0px 0px;  
}

.t_bold {
  font-weight: bold;
}

a	
	{
	text-decoration: none;
	font-weight: bold;
	}
a:link, a:visited, a:active  
	{
	color: #12387f;
	}
a:hover
	{
	color: #7f3712;
  text-decoration: underline;
	}
	
img {
	border: solid #95b6f4 5px;
	margin: 5px;
}
	
.no_border {
	border: none;
}

/* rámy obrázků */
.img_frame, .img_tnail, .img_st_frm
	{
	float: left;
 	border-style: none;
 	padding: 0px 0px 0px 0px;
 	margin: 10px;
 	margin: "10px";
	}
	
.img_st_frm
  {
 	margin: 5px 10px 5px 5px;
 	margin: "5px 10px 5px 5px";
  }
.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: 5px;
  border-style: solid;
  border-color: #95b6f4;
  margin: 0px;
  } 	

