/* COMMON STYLES */
body {
	font: 70%/1.4 Verdana, sans-serif;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	background: url('/img/bgr-body.jpg') repeat-x /* fixed */ top left;
	/* when using fixed background it is very slow in IE during scrolling */
}

input, textarea {
	font-family: Arial, sans-serif;
}

td, th, input, textarea {
	font-size: 100%;
	_font-size: 75%;
	_f\ont-size/**/: 100%;
}

h1 {
  font: 140%/1.4 Georgia, serif;
	margin-top: 0;
	color: #903833;
	margin: 20px 0 12px 0;
  font-style: italic;
  font-weight: bold;
  font-size: 170%;
}

h1:first-letter {
  text-transform: uppercase;
  font-size: 130%;
}

h1 span, a span {
	display: none;
}

h2 {
  font-size: 130%;
  margin-bottom: 5px;
  padding: 0;
}

a {
	color: #a78654;
}

a:hover {
	color: black;
}

a img {
  border: none;
}

th, td {
	text-align: left;
}

input, select, textarea {
  width: 180px;
  margin-bottom: 0.4em;
  border: 1px solid #bcb49d;
  background: #fcefe6;
  padding: 2px;
}

fieldset {
  background: url('/img/bgr-fieldset.jpg') no-repeat top left;
  margin: 1em 0;
  padding: 10px 20px 10px 60px;
  border: 1px solid #bcb49d;
}

.label {
  float: left;
  width: 100px;
  margin-right: 1.5em;
}

.submit {
  text-align: center;
  margin-top: 10px;
}

.submit input {
  width: 176px; height: 30px;
  background: url('/img/btn-odeslat.jpg');
  border: 0;
	cursor: pointer;
}

address {
  font-style: normal;
  margin: 15px 0 25px 20px;
}

/* COMMON CLASSES */
.center {
  text-align: center;
}

.hidden, .dyspln {
  display: none;
}

.oki, .err {
  border: 1px solid #bcb49d;
  background: #ece1c5;
  padding: 15px;
  text-align: center;
}

div.img {
  width: 150px;
  padding: 5px 0;
  border: 1px solid #bea876;
  margin: 0 10px 5px 0;
  text-align: center;
  line-height: 1px;
  font-size: 1px; 
  background: #fcf2e8;  
}

div.hr {
  clear: both;
  height: 21px;
  margin: 0; padding: 0;
  margin-bottom: 20px;
  border: 0;
  background: url('/img/bgr-hr.jpg') no-repeat 50% 50%;
}

div.hr hr {
  display: none;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

img.fleft {
  margin: 0 10px 10px 0;
}

img.fright {
  margin: 0 0 10px 10px;
}

/* DEFAULT ENGINE */
#screen {
	position: relative;
	width: 689px; 
	text-align: left;
	margin: 0 auto;
	background: url('/img/bgr-screen.jpg') repeat-y top left;
	border-bottom: 1px solid  #bcb49d;
}

#main {
  float: right;
  width: 416px;
  margin-top: 146px;
  background: url('/img/bgr-main.jpg') no-repeat top left;
  position: relative; 
  left: -11px;  
}

#main div.box {
  margin-right: 12px; 
}

/* IMAGE HEADLINES */

h2#naposledy-pridane, h2#aktualne, h2#popis, h2#napiste-nam {
  width: 195px; height: 40px;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0;
}

h2#naposledy-pridane span, h2#aktualne span, h2#popis span, h2#napiste-nam span  {
  width: 100%; height: 100%;
  position: absolute;
  top: 0; left: 0;
  display: block;
  background: url('/img/h2-naposledy-pridane.jpg') no-repeat top left;
}

h2#aktualne span {
  background-image: url('/img/h2-aktualne.jpg');
}

h2#popis span {
  background-image: url('/img/h2-popis.jpg');
}

h2#napiste-nam span {
  background-image: url('/img/h2-napiste-nam.jpg');
}

h2#napiste-nam {
  width: 360px;
  clear: both; 
}

h2#popis {
  margin-top: 15px;
}

/* HEADER */
#header {
  width: 100%; height: 146px;
  position: absolute;
  top: 0; left: 0;
  background: url('/img/bgr-header.jpg') no-repeat top left;
}

#logo {
  position: absolute;
  left: 0; top: 0;
}

#logo, #logo span {
	width: 183px; height: 50px;
	position: absolute;
	display: block;
	left: 0; top: 0;
}

#logo {
  top: 79px; left: 446px;
}

#logo span {
  background: url('/img/logo.jpg') no-repeat top left;
}

/* LEFT */
#left {
  float: left;
  width: 262px;
  padding-top: 262px;
  margin-top: 146px;
  background: url('/img/bgr-left.jpg') no-repeat top left;
  font-size: 110%;
}

#left-content {
  background: url('/img/bgr-menu-line.jpg') no-repeat top right;
  padding-left: 20px;
  padding-top: 10px;
  margin-right: 18px;
}

h2#nase-nabidka, h2#vyhledavani, h2#kontakt {
  width: 170px; height: 37px;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 0 0 25px;
}

h2#nase-nabidka span, h2#vyhledavani span, h2#kontakt span {
  width: 100%; height: 100%;
  position: absolute;
  top: 0; left: 0;
  display: block;
  background: url('/img/h2-nase-nabidka.jpg') no-repeat top left;
}

h2#vyhledavani span {
  background-image: url('/img/h2-vyhledavani.jpg');
}

h2#kontakt span {
  background-image: url('/img/h2-kontakt.jpg');
}

#search {
  margin: 15px 28px 15px 15px;
  text-align: right;
}

#search_value {
  margin: 5px 0;
  width: 160px;
}

#search_section {
  width: 80px;
}

.submit-search {
  width: 176px; height: 30px;
  cursor: pointer;
  background: url('/img/btn-vyhledat.jpg') no-repeat top left; 
  border: 0;
  margin-top: 10px;
}

#small-corner {
  position: absolute;
  top: 334px; left: -5px;
  width: 5px; height: 38px;
  background: url('/img/bgr-left-small-corner.gif') no-repeat top left;
}

/* MENU */
#menu {
	margin: 15px 0 20px 15px;
  padding: 0;
}

#menu li {
  list-style: none;
  margin: 0.5em 0;
}

#menu li a {
  background: url('/img/bgr-btn-menu.jpg') no-repeat top left;
  padding-left: 40px;
  text-decoration: none;
}

#menu li a:hover, #menu li a.set {
  background-position: 0 -50px;
  color: black;
}

#menu li ul li a {
  background: none;
}

#menu li ul li a:hover, #menu li ul li a.set {
  text-decoration: underline;
}

#menu li ul li {
  margin: 0.3em 0;
}

#topmenu {
  margin: 0; padding: 0;
  text-align: center;
  line-height: 30px;
  font-size: 110%;
  font-weight: bold;
}

#topmenu li {
  display: inline;
  list-style: none;
}

#topmenu a {
  color: #903833; 
  text-decoration: none;
  margin: 0 0.5em;
}

#topmenu a:hover {
  text-decoration: underline;
}

/* NABÍDKY */
#nabidky-list {
  margin: 0;
  padding: 0;
}

#nabidky-list li {
  list-style: none;
  border-bottom: 1px solid #bea876;
  margin: 5px 0;
  padding: 5px 0;
  clear: both;
  background: #FCEFE6;
  _height: 1%;
}

#nabidky-list li div.img {
  float:left;
  margin-right: 15px;
  margin-bottom: 4px;
}

#nabidky-list li h2 {
  margin: 0;
  padding: 0;
  font-size: 120%;
  color: #554f4f;
}

#nabidky-list li h2 a {
  color: #903833; 
}

#nabidky-list li h2 a:hover {
  color: black; 
}

#nabidky-list li p {
  padding-top: 0.3em;
  padding-right: 1em;
  margin-top: 0;
  text-align: justify;
}

#nabidky-list li .cena {
  float: left;
}

.vice-info {
  text-align: right;
  clear: both;
  padding-top: 0;
  margin-top: 0;
  background: #ece1c5;
  padding: 2px 5px;
}

.page-nav {
  font-size: 120%;
  text-align: center;
  margin-top: 20px;
  border: 
}

.pc {
  font-size: 80%;
  margin: 0.3em 0;
  color: #888;
}


/* DETAIL NABÍDKY */
#detail-left {
  width: 243px;
  float: left;
}

.desc {
  text-align: justify;
  margin-top: 0.3em;
}

.img-main {
  border: 1px solid #bea876;
  background: #FCF2E8;
  padding: 5px;
  line-height: 1px;
  font-size: 1px; 
  text-align: center;
}

.back-url, .page-nav {
  padding: 5px;
  margin-bottom: 10px;
  border-top: 1px solid #bea876;
  border-bottom: 1px solid #bea876;
}

h2#need-more-info {
  clear: both;
  font-size: 120%;
  color: #903833;
}

#detail-left .cena {
  font-size: 120%;
  margin: 0.5em 0;
  padding: 0.3em 0;
  text-align: right;
  border-top: 1px solid #bea876;
  border-bottom: 1px solid #bea876;
}

#detail-left .cena strong {
  color: #8a3634;
}

/* IMGS */
.imgs {
  margin: 0;
  padding: 0;
  margin-left: 250px;
  /* width: 170px; */
}

.imgs li {
  list-style: none;
  width: 150px;
  padding: 5px 0;
  margin: 0 0 5px 0;
  text-align: center;
  line-height: 1px;
  font-size: 1px; 
  background: #FCF2E8;
  border: 1px solid #bea876;
}
	
/* FOOTER */
#footer {
  clear: both;
	text-align: center;
	margin: 0;
	padding: 0 10px;
	background: url('/img/bgr-footer.jpg') no-repeat top left;
	line-height: 32px;
}

#footer li {
	list-style: none;
	display: inline;
}

/* CONTACT FORM */
.asterisk {
  color: red;
  font-size: 120%;
  font-weight: bold;
}

.required {
  font-size: 90%;
}

/* NEWS */
.news {
  clear: both;
  margin-bottom: 5px; 
}

.news .img {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  margin-right: 0;
}

.news p {
  margin: 0;
  padding: 0;
  text-align: justify;
}

.news-head {
  background: #ece1c5;
  padding: 4px 5px;
  text-align: right; 
  margin-bottom: 5px;
  height: 1.5em; 
}

.news-head h3 {
  padding: 0;
  margin: 0;
  float: left;
  font-size: 110%;
}

.news-head span {
  font-size: 90%;
  color: #68635D;
}

