body {
	font-size: 86%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(layout/page-back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a, a:visited {
	text-decoration: underline;
	color: #06C;
}

a:hover {
	text-decoration: underline;
	color: #036;
}

hr.noscreen {
	display: none;
}

.oddel {
	clear: both;
	float: none;
}

.oddel2 {
	clear: both;
	float: none;
	margin-bottom: 20px;
}

/* ---------------------------------------------------------------- */
/* ---- HEADERS --------------------------------------------------- */
/* ---------------------------------------------------------------- */

#container {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 5px solid #FFF;
}

#header {
	background-repeat: no-repeat;
	background-position: top;
	height: 250px;
	width: 950px;
}

#header.cs {
	background-image: url(layout/hlavicka-cs.jpg);
}

#header.pl {
	background-image: url(layout/hlavicka-pl.jpg);
}

#header.en {
	background-image: url(layout/hlavicka-en.jpg);
}

#header.de {
	background-image: url(layout/hlavicka-de.jpg);
}

#header .find {
	height: 30px;
	padding-top: 55px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 280px;
}

#header .find label {
	color: #b6eaff;
}

#header .find select {
	font-size: 80%;
	padding: 2px;
}

#header .logo {
	width: 229px;
	height: 149px;
	overflow: hidden;
	position: relative;
	left: 17px;
	top: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#header .logo a span {
	background-image: url(layout/header-logo.gif);
	background-repeat: no-repeat;
	display: block;
	width: 229px;
	height: 149px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	cursor: hand;
}

#header .lang {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

#header .flash {
	width: 370px;
	height: 135px;
	position: relative;
	left: 330px;
	top: 15px;
	float: left;
	margin: 0px;
	padding: 0px;
}

/* ---------------------------------------------------------------------- */
/* ---- HORNÍ MENU ------------------------------------------------------ */
/* ---------------------------------------------------------------------- */

.header-menu {
	width: 870px;
	height: 36px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #043883;
	padding-right: 35px;
	padding-left: 35px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
}

.header-menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.header-menu li {
	float: left;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 2px;
	margin-right: 2px;
	font-family: Tahoma, Geneva, sans-serif;
}

.header-menu ul li a {
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #009ee0;
}

.header-menu ul li a:hover {
	color: #043883;
	background-color: #b6eaff;
}

.header-menu ul li#active a {
	color: #fff;
	background-color: #043883;	
}

/* ----------------------------------------------------------------- */
/* ---- OBSAH ------------------------------------------------------ */
/* ----------------------------------------------------------------- */

#obsah {
	width: 560px;
	float: left;
	margin-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#main p {
	line-height: 160%;
	color: #791c1b;
}

#main h1 {
	font-size: 190%;
	color: #ff7a00;
	font-weight: normal;
	letter-spacing: -0.07em;
}

#main h2 {
	font-size: large;
	color: #ff7a00;
	font-weight: normal;
	letter-spacing: -0.05em;
}

#main h2 a {
	color: #ff7a00;
	text-decoration: none;
}

#main h2 a:hover {
	color: #06C;
	text-decoration: underline;
}

#main h3 {
	font-size: large;
	color: #ff7a00;
	font-weight: normal;
	letter-spacing: -0.05em;
}

#main h3 a {
	color: #ff7a00;
	text-decoration: none;
}

#main h3 a:hover {
	color: #06C;
	text-decoration: underline;
}

#main ul, #main ol {
	margin-left: 15px;
	padding-left: 0px;
}

#main ul li, #main ol li {
	line-height: 160%;
	color: #791c1b;
}

a.dokument-xls {
	background-image: url(layout/ikona-xls.gif);
	background-position: 0px 0px;
	padding-left: 22px;
	background-repeat: no-repeat;
}

a.dokument-doc {
	background-image: url(layout/ikona-doc.gif);
	background-position: 0px 0px;
	padding-left: 22px;
	background-repeat: no-repeat;
}

a.dokument-ppt {
	background-image: url(layout/ikona-ppt.gif);
	background-position: 0px 0px;
	padding-left: 22px;
	background-repeat: no-repeat;
}

a.dokument-pdf {
	background-image: url(layout/ikona-pdf.gif);
	background-position: 0px 0px;
	padding-left: 22px;
	background-repeat: no-repeat;
}

a.dokument-txt {
	background-image: url(layout/ikona-txt.gif);
	background-position: 0px 0px;
	padding-left: 22px;
	background-repeat: no-repeat;
}

a.dokument-jpg, a.dokument-gif {
	background-image: url(layout/ikona-jpg.gif);
	background-position: 0px 0px;
	padding-left: 22px;
	background-repeat: no-repeat;
}

.odkaz-ext {
	background-image: url(layout/odkaz-ext.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 13px;
}

/* ---- KATALOG - SEZNAM OBJEKTŮ ------------------------------------ */

#obsah h2 {
	background-image: url(layout/h2-back.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#obsah .left-side, #katalog .left-side {
	width: 270px;
	float: left;
}

#obsah .right-side, #katalog .right-side {
	width: 270px;
	float: right;
}

/* ---- KATALOG - SEZNAM OBJEKTŮ ------------------------------------ */

#katalog {
	width: 920px;
	float: none;
	margin-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#katalog .kategorie {
	font-size: 110%;
	font-weight: bold;
}

#katalog .mesta {
	background-color: #FFFFCE;
	padding: 5px;
}

#katalog .kategorie a, #katalog .mesta a {
	text-decoration: none;
}

#katalog .kategorie a:hover, #katalog .mesta a:hover {
	text-decoration: underline;
}

#katalog span.pocet {
	font-size: small;
	color: #666;
}

#katalog span.lomitko {
	color: #999;
}

#katalog .seznam-objektu {
	float: left;
	width: 420px;
	margin: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(layout/seznam-objektu-back.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#katalog .seznam-objektu .nahled {
	float: left;
	margin-right: 20px;
}

#katalog .seznam-objektu .nahled img {
	border: 5px solid #FFD8A4;
}

#katalog .seznam-objektu .nahled a:hover img  {
	border: 5px solid #f90;
}

#katalog .seznam-objektu h2 {
	font-size: medium;
	text-align: center;
	letter-spacing: -0.05em;
}

#katalog .seznam-objektu h2 a {
	color: #791c1b;
	background-color: #FFF7EA;
	padding: 4px;
	display: block;
}

#katalog .seznam-objektu h2 a:hover {
	color: #FFF;
	background-color: #F90;
	text-decoration: none;
}

#katalog .seznam-objektu .introtext {
	font-size: 85%;
	float: left;
	width: 230px;
}

#katalog .seznam-objektu img.piktogram {
	margin-right: 2px;
	margin-left: 2px;
	width: 25px;
	height: 25px;
	border: none;
}

#katalog .seznam-objektu .termin {
	text-align: center;
	font-weight: bold;
	background-image: url(layout/termin_lastminute.png);
	background-repeat: no-repeat;
	color: #FFF;
	background-position: center;
	height: 23px;
	width: 245px;
	margin-bottom: 10px;
	padding-top: 7px;
	float: left;
	font-size: 92%;
}

#katalog .seznam-objektu .vice {
	font-size: 85%;
	float: right;
	text-align: center;
}

#katalog .seznam-objektu .vice a {
	color: #000;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(layout/seznam-objektu-vice-back.png);
	background-repeat: no-repeat;
	width: 120px;
	display: block;
}

#katalog .seznam-objektu .vice a:hover {
	background-image: url(layout/seznam-objektu-vice-hover-back.png);
}

/* ---- KATALOG - DETAIL  ------------------------------------------- */

#katalogdetail {
	width: 560px;
	float: left;
	margin-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#katalogdetail h2 {
	background-image: url(layout/h2-back.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#katalogdetail .vlastnosti {
	width: 150px;
	float: left;
	margin-left: 10px;
}

#katalogdetail .objednavka {
	float: right;
	font-weight: bold;
	width: 230px;
	height: 40px;
}

#katalogdetail .objednavka a {
	color: #fff;
	text-decoration: none;
	display: block;
	text-align:center;
	background-image: url(layout/objednavka-back.jpg);
	background-repeat: no-repeat;
	width: 230px;
	height: 40px;
	padding-top: 10px;
}

#katalogdetail .objednavka a:hover {
	background-image: url(layout/objednavka-hover-back.jpg);
}

#katalogdetail .piktogramy img {
	margin-right: 3px;
	margin-left: 3px;	
}

/* ---- FINDMORE_MODUL ---------------------------------------------------- */

#obsah .findmore {

}

#obsah .findmore h2, #katalog .findmore h2 {
	background-image: url(layout/h2-back.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}

#obsah .findmore table td {
	padding: 2px;
}

#obsah .findmore {
	line-height: 110%;
}

#obsah .findmore form {
	margin-bottom: 20px;
}

#obsah .findmore fieldset {
	padding: 0px;
	margin-bottom: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #043883;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#obsah .findmore legend {
	font-size: medium;
	background-color: #043883;
	color: #fff;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}

#obsah .findmore label {
	text-align: right;
	width: 200px;
	padding-top: 5px;
	float: left;
}

#obsah .findmore.pole {
	border: 1px solid #791c1b;
	padding: 2px;
}

#obsah .findmore input.button {
	color: #FFF;
	background-color: #043883;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	cursor: hand;
}

/* ---- OBRÁZKY ---------------------------------------------------- */

#main img.obrazek {
	border: 2px solid #fff;
}

#main a:hover img.obrazek {
	border: 2px solid #efa159;
}

#main img.obr-left {
	float: left;
	margin-right: 20px;
	border: 2px solid #fdd59a;
}

#main img.obr-right {
	float: right;
	margin-left: 20px;
	border: 2px solid #fdd59a;
}

#main a:hover img.obr-left, #main a:hover img.obr-right {
	border: 2px solid #efa159;
}

#main .fotogalerie {
	text-align: center;
	margin-top: 10px;
}

#main .fotogalerie img {
	border: 2px solid #fff;
	margin-right: 3px;
	margin-bottom: 12px;
	margin-left: 3px;
}

#main .fotogalerie a:hover img {
	border: 2px solid #efa159;
}

/* ---- TABULKY ----------------------------------------------- */

#main .cenik table {
	border-collapse: collapse;
	border: 1px solid #efa158;
	line-height: 160%;
	color: #791c1b;
	font-size: 86%;
	background-color: #fff4ce;
	width: 100%;
}

#main .cenik td {
	padding: 5px;
	text-align: center;
	border: 1px solid #efa158;
}

#main .cenik th {
	padding: 5px;
	background-color: #fbe69d;
	border: 1px solid #efa158;
	text-align: center;
}

#rezervace table {
	border-collapse: collapse;
	border: 1px solid #fff;
	line-height: 160%;
	color: #791c1b;
	font-size: 86%;
	background-color: #fff4ce;
	width: 100%;
	margin-top: 20px;
}

#rezervace td {
	padding: 5px;
	text-align: left;
	border: 1px solid #fff;
	width: 70%;
}

#rezervace th {
	padding: 5px;
	background-color: #fbe69d;
	border: 1px solid #fff;
	text-align: right;
	width: 30%;
}

/* ---------------------------------------------------------------- */
/* ---- RIGHT SIDE ------------------------------------------------ */
/* ---------------------------------------------------------------- */

#rightside {
	float: right;
	width: 297px;
	background-color: #fff0db;
	background-image: url(layout/rightside-back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 15px;
	padding-bottom: 45px;
	padding-left: 15px;
}

/* ---- DOPORUČUJEME ------------------------------------------------ */

#rightside .seznam-objektu {
	width: 267px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(layout/doporucujeme-back.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 20px;
}

#rightside .seznam-objektu .nahled {
	float: left;
	margin-right: 10px;
}

#rightside .seznam-objektu .nahled img {
	border: 5px solid #FFD8A4;
}

#rightside .seznam-objektu .nahled a:hover img  {
	border: 5px solid #f90;
}

#rightside .seznam-objektu h3 {
	font-size: medium;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.05em;
	margin-top: 0px;
}

#rightside .seznam-objektu h3 a {
	color: #791c1b;
	text-decoration: none;
}

#rightside .seznam-objektu h3 a:hover {
	color: #FFF;
}

#rightside .seznam-objektu .introtext {
	font-size: 85%;
	float: left;
	width: 140px;
}

#rightside .seznam-objektu .introtext ul {
	margin-top: 0px;
	padding-top: 0px;
}

#rightside .seznam-objektu .termin {
	text-align: center;
	font-weight: bold;
	background-image: url(layout/termin.png);
	background-repeat: no-repeat;
	font-size: large;
	color: #FFF;
	background-position: center;
	height: 50px;
	margin-bottom: 10px;
	padding-top: 5px;
}


#rightside .seznam-objektu .vice {
	font-size: 85%;
	float: right;
	text-align: center;
}

#rightside .seznam-objektu .vice a {
	color: #000;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(layout/seznam-objektu-vice-back.png);
	background-repeat: no-repeat;
	width: 120px;
	display: block;
}

#rightside .seznam-objektu .vice a:hover {
	background-image: url(layout/seznam-objektu-vice-hover-back.png);
}

/* -------------------------------------------------------------------------------- */
/* ---- ODKAZY -------------------------------------------------------------------- */

#rightside h2 {
	color: #009ee0;
	font-size: x-large;
	font-weight: normal;
	letter-spacing: -0.05em;
}

#rightside h2 a {
	color: #009ee0;
	text-decoration: none;
}

/* ----------------------------------------------------------------- */
/* ---- FORMULÁŘ --------------------------------------------------- */
/* ----------------------------------------------------------------- */

#rezervace p {
	line-height: 110%;
}

#rezervace form {
	margin-bottom: 20px;
}

#rezervace fieldset {
	padding: 0px;
	margin-bottom: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #043883;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#rezervace legend {
	font-size: medium;
	background-color: #043883;
	color: #fff;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}

#rezervace label {
	text-align: right;
	width: 150px;
	float: left;
	padding-top: 5px;
}

#rezervace input.pole, #rezervace textarea {
	border: 1px solid #791c1b;
	padding: 2px;
}

#rezervace input.button {
	color: #FFF;
	background-color: #043883;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	cursor: hand;
}

#rezervace .povinne {
	color:#F00;
}

#rezervace .formatdatum {
	color:#999;
	font-size: 86%;
}

/* ----------------------------------------------------------------- */
/* ---- PATA ------------------------------------------------------- */
/* ----------------------------------------------------------------- */

#bottom {
	width: 960px;
	height: 40px;
	background-image: url(layout/bottom-back.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer {
	width: 950px;
	height: 60px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(layout/footer-back.png);
	background-repeat: no-repeat;
	background-position: top;
}

#footer .text {
	padding-top: 15px;
	padding-left: 20px;
}

#footer .text p {
	font-size: 86%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#footer .text p a {
	text-decoration: none;
}

#footer .text p a:hover {
	text-decoration: underline;
}
