html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background: #519224 url("/images/bg.gif");
	color: #fff;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.bg-head {
}

div#center {
	border-left: 4px #3e8225 solid;
	border-right: 4px #3e8225 solid;
	background-color: #fff;
	color: #000;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
}


div#head_pages {
	height: 96px;
	background: url("/images/head2-bg.jpg") no-repeat bottom;
}

div#head_box {	height: 60px;
}

a#logo {
	background: url("/images/logo.gif") no-repeat;
	display: block;
	width: 194px;
	height: 59px;
	margin-left: 40px;
}

div#jazyk {	float: right;
	padding-top: 6px;
	margin-right: 15px;
	color: #6daa24;
	font-size: 11px;
}

div#jazyk a {
	color: #6daa24;
}

div#jazyk a:hover {
	color: #328925;
}

div#jazyk ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#jazyk ul li {
	display: inline;
	padding-right: 6px;
}

div#head2 {
	background: url("/images/head2-bg.jpg") no-repeat top;
	height: 50px;
}

div#byty {
	position: relative;
	background: url("/images/head3-bg2.jpg") no-repeat top;
	height: 417px;
}

div#head {
	position: relative;
	background: url("/images/head1-bg2.jpg") no-repeat top;
	height: 308px;
}

div#head a.text {	display: block;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 230px;
	top: 247px;
	width: 540px;
	color: #fff;
	font-size: 26px;
	text-align: center;
	text-decoration: none;
}

div#head div.img1, div#head div.img2, div#head div.img3 {
	position: absolute;
	width: 293px;
	height: 190px;
	top: 38px;
}

div#head div.img1 {
	left: 35px;
	background: url("/upload/head/img1.jpg") no-repeat;
}

div#head div.img2 {
	left: 355px;
	background: url("/upload/head/img2.jpg") no-repeat;
}

div#head div.img3 {
	left: 672px;
	background: url("/upload/head/img3.jpg") no-repeat;
}


div#menu {
	background: #6daa24 url("/images/menu-bg.gif") repeat-x top;
	height: 32px;
}

div#menu ul {
	padding: 0px;
	margin: 0px 5px;
	list-style: none;
}

div#menu ul li {
	display: block;
	float: left;
	text-align: center;
}

div#menu ul li strong {	display: block;
	padding-top: 10px;
}

div#menu ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 110px;
	height: 32px;
}

div#menu ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

div#menu ul li a.select {
	display: block;
	width: 110px;
	height: 32px;
	background: #fff url("/images/menu-box.gif") no-repeat top;
	color: #266d25;
	text-decoration: underline;
}

div#menu ul li a.select:hover {
	color: #266d25;
}

#obsah {
	margin: 0px;
	padding: 40px 90px;
}

div#zapati {	background: url("/images/footer-bg.png") no-repeat top;
	height: 200px;
	font-size: 11px;
	text-align: center;
	color: #fff;
}

div#zapati ul {
	padding: 90px 0px 0px 0px;
	margin: 0 auto;
	list-style: none;
}

div#zapati ul li {
	display: inline;
	padding-right: 20px;
}

div#zapati a {
	color: #fff;
	text-decoration: underline;
}

div#zapati a:hover {
	color: #fff;
	text-decoration: underline;
}



.clear {
	clear: both;
}

a img {
    border-width: 0px;
}

a {
    color: #2e7425;
    text-decoration: underline;
}

a:hover {
    color: #6daa24;
    text-decoration: underline;
}

td {
    font-size: 12px;
}

hr {
    color: #dedede;
    height: 1px;
    border-width: 0px 0px 0px 0px;
    background-color : #dedede;
}

h1 {
    font-size: 22px;
	font-weight: normal;
}

h2 {
    font-size: 18px;
    font-weight: normal;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 13px;
}

h5 {
    font-size: 12px;
}

h1, h2, h3, h4, h5 {
    color: #6daa24;
	background: url("/images/odrazka.gif") no-repeat center left;
    padding-left: 15px;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
}

p {
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0px;
}

form {
    margin: 0px;
}

input, textarea, select {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}


div#zoom {
	background: url("/images/overlay.png");
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	cursor: pointer;
    text-align: center;
	z-index: 90000;
}

* html div#zoom {
	background: url("/images/overlay.gif");
}

div#zoom div#zoomdiv {	position: absolute;
	text-align: center;
}

div#zoom div#zoomdiv.detail {
	background-color: #fff;
    border: 10px solid #fff;
}

div#zoom div#zoomdiv div.close {	margin-top: 6px;
	font-size: 12px;
	font-weight: bold;
}

div#zoom span#zoomprev {	padding-right: 20px;
	display: none;
}

div#zoom span#zoomnext {
	padding-left: 20px;
	display: none;
}


div#dum_1A, div#dum_1B, div#dum_2A, div#dum_2B, div#dum_3A, div#dum_3B {	position: absolute;
	width: 110px;
	color: #000;
}

div#dum_1A {
	left: 48px;
	top: 45px;
}

div#dum_1B {
	left: 238px;
	top: 45px;
}

div#dum_2A {
	left: 407px;
	top: 285px;
}

div#dum_2B {
	left: 557px;
	top: 285px;
}

div#dum_3A {
	left: 721px;
	top: 247px;
}

div#dum_3B {
	left: 870px;
	top: 247px;
}




div#dum_1A a, div#dum_1B a, div#dum_2A a, div#dum_2B a, div#dum_3A a, div#dum_3B a {
	color: #276c29;
	font-weight: bold;
}

div#dum_1A div, div#dum_1B div, div#dum_2A div, div#dum_2B div, div#dum_3A div, div#dum_3B div {
	font-size: 11px;
	padding-top: 6px;
}

div#dum_1A strong, div#dum_1B strong, div#dum_2A strong, div#dum_2B strong, div#dum_3A strong, div#dum_3B strong {
	color: #276c29;
	font-size: 12px;
	padding-bottom: 6px;
	display: block;
}

div#dum_1A label, div#dum_1B label, div#dum_2A label, div#dum_2B label, div#dum_3A label, div#dum_3B label {
	padding-right: 10px;
}


div.bytyform {	margin: 14px 0px 20px 0px;
	width: 850px;
	height: 70px;
	background: #f4eedc url("/images/bytyform.gif") no-repeat;
}

div.bytyform table {	margin: 0 auto;
	margin-top: 6px;
	width: 830px;
}

div#searchres {
	width: 850px;
}

div#searchres table {	width: 100%;
	margin-bottom: 10px;
}

div#searchres table tr th {
	text-align: center;
	background-color: #b09373;
	color: #fff;
}

div#searchres table tr td {
	text-align: center;
	border-bottom: 2px #f4f0d9 solid;
}

div#searchres table tr td.cislo {
	text-align: right;
	border-bottom: 2px #f4f0d9 solid;
}


div.detail-leva {	float: left;
	width: 440px;
	padding-right: 30px;
}

div.detail-prava {
	float: right;
	width: 350px;
}


div.zpet {
	text-align: right;
	margin-bottom: 20px;
}

div.detail-leva ul li {
	padding-bottom: 10px;
}


#detail-tab {	width: 350px;
}

#detail-tab table {
	width: 100%;
}

#detail-tab table tr th {
	text-align: left;
	background-color: #b09373;
	color: #fff;
}

#detail-tab table tr th.cislo {
	text-align: right;
}


#detail-tab table tr td {
	border-bottom: 2px #f4f0d9 solid;
}

#detail-tab table tr td.cislo {
	text-align: right;
}

a.nopdf, a.pdf {	display: block;
	padding: 7px 0px 7px 25px;
}

a.pdf {
	background: url("/images/pdf.gif") center left no-repeat;
}

.pudorys {	margin: 30px 0px;
}


table.tabulka tr th {
	text-align: center;
	background-color: #b09373;
	color: #fff;
}

table.tabulka tr td {
	border-bottom: 2px #f4f0d9 solid;
}


ul.nolist, ul.list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.nolist li {
	padding-top: 4px;
}

ul.list li {
	background: url("/images/green-dot.gif") no-repeat left center;
	padding: 7px 0px 7px 15px;
}

ol.list li {
	padding: 7px 0px;
}


div.foto div {	float: left;
	text-align: center;
	width: 205px;
	height: 170px;
}

div.foto img {	border: 2px #fff solid;
	padding: 1px;
	margin: 0 auto;
	display: block;
	margin-bottom: 6px;
}

div.foto img:hover {
	border: 2px #ed820e solid;
}



div.newsfoto img {
	border: 2px #fff solid;
	padding: 1px;
}

div.newsfoto img:hover {
	border: 2px #ed820e solid;
}


span.datum {	color: #999;
}

div.news_item {	clear: both;
	padding-bottom: 20px;
}

div#kontakt {	background: url("/images/kontakt-bg.gif") no-repeat;
	width: 400px;
	height: 340px;
	margin-top: 10px;
}

div#kontakt table {
	padding: 10px;
}

div#kontakt span {
	color: #d20000;
}

p.err {
	color: #d20000;
}



div#db_page {
	clear: both;
	padding: 10px 0px 30px 0px;
	font-size: 11px;
}

div#db_page ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#db_page ul li {
	float: left;
	display: block;
	width: 20px;
	height: 14px;
	margin-right: 6px;
}

div#db_page ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
}

div#db_page ul li a.normal {
	border: 1px solid #cab89d;
	background-color: #f4efdb;
	color: #000;
}

div#db_page ul li a.normal:hover {
	background-color: #ac9173;
	color: #fff;
}

div#db_page ul li a.active {
	border: 1px solid #cab89d;
	background-color: #ac9173;
	color: #fff;
}


div#fotolist ul {
	margin: 0px;
	padding: 20px 0px;
	list-style: none;
}

div#fotolist ul li {
	display: inline;
	padding-right: 6px;
}

div#prodano {
	background: url("/upload/image/banner_sold.png") no-repeat;
	width: 380px;
	height: 90px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	padding-top: 25px;
}
