body {
  font-family: Tahoma, "Arial CE", Arial, "Helvetica CE", helvetica, sans-serif;
  font-size: 98%;
  margin: 0px;
  padding: 0px;
  background: #C0C0C0 url(images/mainbg.png) top center;
  text-align:center;
}
.page {
  margin: auto;
  text-align: left;
  position: relative;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  width: 776px;
  /*width: 100%;*/
  background: #F9F8D1;
}
.top {
  background: #E9E98E;
  height: 6px;
  border-bottom: 1px solid #80804E;
}
.favourite {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 26%;
  background: #E9E98E url(images/fav.gif) no-repeat top left;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  text-align: center;
}
.dvere {
  position: absolute;
  right: 0px;
  top: 28px;
  width: 26%;
  text-align: center;
  background: transparent;
}
/* Non-IE fix*/
html>body .dvere {
  right: 10px;
} 
.header {
  background: #629EBB url(images/bg.gif) repeat-x;
}
.menu {
  color: #000000;
  font-weight: bold;
  font-size: 13px;
  background: #E9E98E;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-left: 0px;
  height: 23px;
  line-height: 23px;
}
.menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.menu ul li img {
  margin-top: 3px;
}

.menu ul li {
  margin: 0px;
  float: left;
  padding: 0px;
}
a.link, .menu a {
  display: block;
  color: #000000;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 4px;
}
a.link:hover, .menu a:hover {
  color: #000000;
  background: #E5E576;
  /*background: #F7F798;*/
  text-decoration: underline;
}

.submenu {
  position: absolute;
  overflow: hidden;
  top: 123px;
  background: #E9E98E;
  border: 1px solid #000000;
  display: none;
  /*
  filter:alpha(Opacity=80);
 	-moz-opacity:0.8;
	opacity: 0.8;
*/
  width: 130px; 
	z-index: 2;
}

.submenu a {
  display: block;
  font-size: 13px;
  text-decoration: none;
  padding: 0px 5px 0px 5px;
  color: #000000;
  white-space: nowrap;
  width: 130px;
}

.submenu a:hover {
  /*background: #E5E7B2;*/
  color: #000000;
}

.footer {
  clear: both;
  color: #000000;
  font-weight: bold;
  font-size: 13px;
  background: #E9E98E;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 0px 8px 0px 8px;
  height: 23px;
  line-height: 23px;
}
.footer img {
  vertical-align: top;
  border: 0px;
}
.footer a {
  color: #000000;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none; 
  padding-left: 20px;
}
.footer a:hover {
  color: #000000;
  text-decoration: underline;
}
a.home {
  background: url(images/home.gif) no-repeat left center;
}
a.map {
  background: url(images/map.gif) no-repeat left center;
}
a.email {
  background: url(images/email.gif) no-repeat left center;
}
a.print {
  background: url(images/print.gif) no-repeat left center;
}
a.fav {
  color: #000000;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none; 
  background: url(images/star.gif) no-repeat left center;
  padding-left: 25px;
}
a.fav:hover {
  color: #000000;
  text-decoration: underline;
}
.content {
  /*margin: 0px 27% 10px 10px;*/
  margin: 0px 215px 10px 10px;
  padding: 0px;
}
.info {
  float: right;
  background: #EDF4FD;
  /*width: 26%;*/
  width: 202px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 60px 8px 10px 8px;
  font-size: 80%;
  margin-bottom: 20px;
}
.info h3 {
  background: transparent url(images/arrow.gif) no-repeat left center;
  padding-left: 20px;
  color: #000000;
  font-weight: bold;
  font-size: 110%; 
  margin: 0px;
  margin-bottom: 3px;
}
.delim {
  clear: both;
  height: 2px;
  background: transparent url(images/delim.gif);
  margin: 7px 3% 7px 3%;
  text-align: center;
}

a {
  color: #0000FF;
}
a:hover {
  color: #000090;
  text-decoration: none;
}
h1.title {
  display: block;
  position: relative;
  color: #0000FF;
  font-size: 22px;
  font-weight: bold; 
  margin: 10px 0px 0px 0px;
  text-shadow: black 0px 0px 5px;

}
p {
  margin-top: 8px;
}
.button {
  text-align:center;
  margin-bottom: 10px;
}
.mainflash {
  margin: 8px 0px 20px 0px; 
  text-align:center;
}
.red {
  color: #FF0000;
}
.atyp {
  float: right;
  text-align:center;
  margin: 0px 0px 15px 10px;
}
.center {
  text-align:center;
}
ul.seznam {
  list-style-type: square;
}
ul.seznam li {
  padding-top: 2px;
  padding-bottom: 2px;  
}
.thumbs, .thumbsnoborder {
	font-size: 10px;
	font-weight: bold;
  /*font-size:0.8em;*/
}
.thumbs img, .thumb img {
	border: 1px solid #000000;
	margin-bottom: 5px;
	clear: both;
}
.thumbsnoborder img {
	border: 0px;
	margin-bottom: 5px;
	clear: both;
}
.logo {
  float: right;
  margin: 15px 5px 5px 5px;

}
.otevreno {
  background: #FFFFFF;
  margin: 20px 10px 0px 10px;
  border: 2px #0000FF solid;
  text-align: center;
  font-weight: bold;
}
.img {
  border: 1px #000000 solid;
}
.thumb {
	float: left;
  font-size: 10px;
	font-weight: bold;
  margin: 10px;
  text-align: center;
  clear: none;  
}
ul.katalogy {
  list-style-type: none;
  list-style-image: url(images/pdf.gif);
}
ul.katalogy li {
  padding-left: 10px;
  margin-bottom: 5px;
}

table.informace th {
  text-align: left;
  font-size: 80%;
}
.uvod a {
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}
.uvod a:hover {
  text-decoration: underline;
  color: #0000FF;
}

table.nabidka {
  font-size: 90%;
  border-collapse: collapse;
  border: 1px solid #000000;
  text-align: center;
}
table.nabidka th {
  font-weight: bold;
  color: #FFFFFF;
  background: #487CD7;
  border: 1px solid #000000;
}
table.nabidka td {
  border: 1px solid #000000;
}
