html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	}
body {
	text-align: center;
	/*background: #437938 url('/img/hlava_podklad.gif') repeat-x top;*/
	}
/* ----- okno s obrazkom ------------------------------------------------ */
body.okno {
	background: #558a3b;
	text-align: center;
	font: normal 12px arial, sans-serif;
	}
div.linky {
	position: absolute;
	bottom: 90px;
	left: 20px;
	text-align: left;
	}
@media print {
	body { background: #fff; color: #000; }
	div.linky { display: none; }
	div.kios { display: none; }
}
body.okno table {
	border-collapse: collapse;
	table-layout: auto;
	width: 100%;
	height: 100%;
	}
body.okno table td {
	vertical-align: middle !important;
	text-align: center !important;
	}
body.okno table td.zvacsenina {
	vertical-align: middle !important;
	text-align: center !important;
	background: url('/img/zvacsenina.gif') no-repeat center center;
	}
body.okno table td.top {
	height: 42px;
	background: #1f401d;
	vertical-align: middle !important;
	text-align: center !important;
	}
body.okno table td.bottom {
	height: 78px;
	background: #1f401d;
	vertical-align: middle !important;
	text-align: center !important;
	}
td.bottom a {
	font-size: 11px;
	color: #fff;
	}
td.bottom a:hover {
	color: #fff;
	}
/* ------------------------------- layout stranky -----------------------------------------------------------------------------------------------------*/
table.layout {
	border-spacing : 0px;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	background: #437938 url('/img/hlava_podklad.gif') repeat-x top;
	}
table.layout td {
	padding: 0;
	margin: 0;
	font: normal 12px arial, sans-serif;
	color: #fff;
	}
td.stred {	
	width: 780px;
	height: 100%;
	background: url('/img/podklad.gif') repeat-y top center;
	color: #fff;
	}
td.left {
	background: url('/img/podklad_left.gif') repeat-y top right;
	}
td.right {
	background: url('/img/podklad_right.gif') repeat-y top left;
	}
td.pataleft {
	height: 20px;
	background: #437938 url('/img/pata_left.gif') no-repeat top right;
	}
td.pataright {
	height: 20px;
	background: #437938 url('/img/pata_right.gif') no-repeat top left;
	}
td.bottom {
	width: 780px;
	height: 20px;
	background: url('/img/pata.gif') no-repeat top center;
	}
td.kios {
	height: 78px;
	background: #94c645;
	text-align: center;
	vertical-align: middle;
	}
td.kios a {
	color: #000;
	font-size: 11px;
}
td.kios a:hover {
	text-decoration: underline;
	color: #5c5c5c;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
#frame {
	width: 780px;
	text-align: left;
	margin: auto;
	}
#hlava {
	position: relative;
	height: 444px;
	background: url('/img/hlava.gif') no-repeat top center;
	}
#hlavaleft {
	position: absolute;
	top: 0;
	left: -16px;
	width: 16px;
	height: 444px;
	background: url('/img/hlava_left.gif') no-repeat top right;
	}
#hlavaright {
	position: absolute;
	top: 0;
	left: 780px;
	width: 18px;
	height: 444px;
	background: url('/img/hlava_right.gif') no-repeat top left;
	}
#flash {
	position: absolute;
	top: 81px;
	left: 0;
	width: 780px;
	height: 202px;
	/*background: url('/img/flash.jpg') no-repeat top left;*/
	}
#main {
	width: 780px;
	margin: 0;
	padding: 0;
	background: url('/img/podklad.gif') repeat-y top center;
	}
#menulang {
	position: absolute;
	top: 360px;
	right: 7px;
	}
/*
#reklamnytext {
	text-align: center;
	}
*/
#menu {
	position: absolute;
	top: 284px;
	left: 0;
	}
#menu a {
	color: #fff;
	font-weight: bold;
}
#obsah {
	padding: 22px 0 20px 30px;
	}
div.textleft {
	float: left;
	width: 352px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	}
div.textright {
	float: left;
	width: 352px;
	margin: 0 0 0 28px;
	padding: 0 0 20px 0; 
	}
table {
	table-layout: auto;
	border-collapse: collapse;
	}
td { 
	vertical-align: top;
	text-align: center;
	padding: 0;
	color: #fff;
	font: normal 12px arial, sans-serif;
	}
th {
	text-align: left;
	padding: 0;
	color: #fff;
	font: normal 12px arial, sans-serif;
	}
table.form {
	table-layout: fixed;
	border-collapse: collapse;
	margin: 40px 0 20px 0;
	}
table.form td { 
	width: 237px;
	text-align: left;
	vertical-align: top;
	padding: 4px 0 4px 0;
	font: normal 12px arial, sans-serif;
	}
table.form th { 
	width: 115px;
	text-align: right;
	vertical-align: top;
	padding: 4px 8px 4px 0;
	font: normal 12px arial, sans-serif;
	}
table.form td.submit {
	text-align: right;
	vertical-align: top;
	padding: 70px 10px 0 0;
	}
table.cennik {
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0;
	}
table.cennik td {
	width: 104px;
	text-align: right;
	vertical-align: middle;
	padding: 3px 10px 3px 0;
	color: #fff;
	font: normal 12px arial, sans-serif;
	background: url('/img/podklad_cennik.gif') repeat-y top right;
	border-bottom: 3px solid #74a15c;
	border-top: 3px solid #74a15c;
	}
table.cennik th {
	width: 240px;
	text-align: left;
	vertical-align: middle;
	padding: 3px 0 3px 10px;
	color: #fff;
	font: normal 12px arial, sans-serif;
	background: url('/img/podklad_cennik.gif') repeat-y top left;
	border-bottom: 3px solid #74a15c;
	border-top: 3px solid #74a15c;
	}
form {
	margin: 0;
	padding: 0;
	}
select,input,textarea {
	background-color: #edf5fb;
	border: 1px solid #796700;
	font: bold 11px arial, sans-serif;
	color: #5b4e00;
	}
textarea {
	overflow: auto;
	}
input.submit {
	width: 100px;
	padding: 2px 0;
	font-size: 12px;
	color: #fff;
	background-color: #336633;
	border: 2px solid #254425;
	margin: 20px 0 0 0;
	}
.clear {
	clear: both !important;
	}
.floatright {
	float: right !important;
	}
.floatleft {
	float: left !important;
	}
.right {
	text-align: right !important;
	}
img {
	border: 0 none;
	}
img.foto {
	float: left;
	margin: 10px 10px 20px;
	border: 4px solid #e6c400;
	}
div.fotoobal {
	float: left;
	width: 176px;
	height: 100px;
	background: url('/img/foto_ramik1.gif') no-repeat top left;
	margin: 10px 0 10px 0;
	}
div.fotoobal img {
	width: 155px;
	height: 79px;
	margin: 8px 0 0 8px;
	}
div.fotoobal2 {
	float: left;
	width: 176px;
	height: 100px;
	background: url('/img/foto_ramik2.gif') no-repeat top left;
	margin: 20px 0 0 0;
	}
div.fotoobal2 img {
	width: 155px;
	height: 79px;
	margin: 8px 0 0 8px;
	}
img.mapa {
	width: 348px;
	border: 2px solid #e6c400;
	margin: 0 0 20px 0;
	}
.hidden {
	display: none;
	}
.chyba {
	color: #c60c00;
	}
.zvyrazni {
	color: #c60c00;
	}
p {
	margin: 10px 0;
	}
hr {	
	border: 0px solid #aac59b;
	height: 1px;
	color: #aac59b;
	background-color: #aac59b;
	margin: 20px 0 20px 0;
	}
h1, h2, h3 {
	margin: 10px 0;
	}
h1 {
	margin-top: 0;
	font-size: 120%;
/*	display: none;*/
	}
h2 {
	font-size: 100%;
	}
h2.inline {
	display: inline;
	}
h3 {
	font-size: 115%;
	margin-bottom: 0;
	}
ul {
	margin: 0 0 10px 30px;
	padding: 0;
	}
li {
	margin: 0;
	padding: 2px 0;
	list-style-type: disc;
	}
ul.lang {
	margin: 0;
	}
ul.lang li {
	display: inline;
	padding: 0 0 0 12px;
	list-style-type: none;
	}
ul.lang a {
	color: #000;
}
ul.lang a:hover {
	color: #5c5c5c;
}
a {
	color: #990000;
	text-decoration: none;
	font-size: 12px;
	}
a:hover {
	color: #990000;
	text-decoration: underline;
	}
ul.menu {
	margin: 0;
	padding: 0;
	}	
ul.menu li {
	float: left;
	display: block;
	width: 191px;
	height: 37px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
ul.menu li a {
	float: left;
	display: block;
	width: 195px;
	height: 15px;
	padding: 10px 0 10px 11px;
	border-left: 1px solid #b4ca9d;
	}
a.an1 {
	background: #6f6f23;
	text-decoration: none;
	}
a.an1:hover {
	color: #000 ! important;
	text-decoration: none;
	background: #fff226;
	}
a.aa1 {
	color: #000 ! important;
	background: #fff226;
	text-decoration: none;
	}
a.aa1:hover {
	color: #000;
	text-decoration: none;
	}
a.an2 {
	background: #893a24;
	text-decoration: none;
	}
a.an2:hover {
	color: #000 ! important;
	text-decoration: none;
	background: #ff0000;
	}
a.aa2 {
	color: #000 ! important;
	background: #ff0000;
	text-decoration: none;
	}
a.aa2:hover {
	color: #000;
	text-decoration: none;
	}
a.an3 {
	background: #394e7a;
	text-decoration: none;
	}
a.an3:hover {
	color: #000 ! important;
	text-decoration: none;
	background: #00b7f2;
	}
a.aa3 {
	color: #000 ! important;
	background: #00b7f2;
	text-decoration: none;
	}
a.aa3:hover {
	color: #000;
	text-decoration: none;
	}
a.an4 {
	background: #7b612e;
	text-decoration: none;
	}
a.an4:hover {
	color: #000 ! important;
	text-decoration: none;
	background: #996600;
	}
a.aa4 {
	color: #000 ! important;
	background: #996600;
	text-decoration: none;
	}
a.aa4:hover {
	color: #000;
	text-decoration: none;
	}