/* CSS Document */

html, body {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Verdana', sans-serif;
	font-size: 9pt;
	color: #e4c06b;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: repeat;
	text-align: center;
	line-height: 18px;
}

h1 {
  font-size: 6pt;
  text-indent: -9999px;
  overflow: hidden;
}

a {
  color: #EAD993;
  font-weight:bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline; 
}

div#container {
  width: 950px;
  margin: 30px auto;
  text-align: left;
}

div#header {
  width: auto;
  height: 65px;
  background-image: url(../images/header.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

div#menu {
  font-weight: bold;
  margin: 8px 0;
}

div#menu ul {
  list-style-type: none;
  margin: 0 14px;
  padding: 0;  
}

div#menu ul li {
  float: left;
}

* html div#menu ul li {
  height: 16px;
}

* html div#menu {
  margin-bottom: 0;
}

*+html div#menu {
  margin-bottom: 0;
}

div#menu ul li.rb { 
  float: right; 
}

div#menu ul li.rb a {
  padding: 0 0 0 26px;
}

div#menu ul li a {
  display: block;
  color: #e4c06b;
  font-size: 10pt;
  text-decoration: none;
  padding: 0 50px 0 26px;
  background-image: url(../images/menuli.gif);
  background-position: left center;
  background-repeat: no-repeat;
}

div#menu ul li a:hover {
  text-decoration: underline;
}

div#obsah {
  width: auto;
  background-image: url(../images/bgin.png);
  background-position: center top;
  background-repeat: repeat-y;
  border: 1px solid #605e34;
}

div.ods {
  width: auto;
  padding: 14px;
}

div.ods2 {
  width: auto;
  padding: 6px 0;
  text-align: center;
}

div#right object {
  display: block;
  margin: 0 auto;
}

p {
	margin: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 0;
}

h2 {
  background-image: url(../images/nadpis.jpg);
  background-position: center top;
  background-repeat: repeat-x;
  font-size: 11pt;
  padding: 8px 0 8px 14px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}

div#left {
  width: 567px;
  float: left;
}

div#right {
  width: 378px;
  float: right;
}

div#line {
  width: auto;
  height: 16px;
  background-image: url(../images/strip.jpg);
  background-position: left center;
  background-repeat: repeat-x;
  font-size: 0;
  line-height: 0;
}

div#foot {
  width: auto;
  height: 50px;
  background-image: url(../images/foot.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

div#foot address {
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 32px 0 0 8px;
  font-size: 7pt;
}
div#label {
  width: auto;
  height: 25px;
  font-size: 7pt;
  text-align:right;
  padding: 5px 8px 0 0;
}

.clear { clear: both; height: 0; font-size: 0; line-height: 0; margin: 0; padding: 0; }

