/* CSS Document */
html, body {
	margin: 10px 0px 0px;
	padding: 0;
}

body {
	font: 80% Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #DDB731;
}

a, a:visited {
	text-decoration: underline;
	color: #0000CC;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

#container {
	text-align: left;
	width: 750px;
	margin: 0 auto;
	border: 2px solid #C7A221;
	background-color: #FFFFFF;
}

#hlavicka-index, #hlavicka-news, #hlavicka-sitemap, #hlavicka-404 {
	background: url(layout/hlavicka.jpg) no-repeat;
	height: 350px;
}

#hlavicka-ubytovani {
	background: url(layout/hlavicka-ubytovani.jpg) no-repeat;
	height: 350px;
}

#hlavicka-restaurace {
	background: url(layout/hlavicka-restaurace.jpg) no-repeat;
	height: 350px;
}

#hlavicka-sluzby {
	background: url(layout/hlavicka-sluzby.jpg) no-repeat;
	height: 350px;
}

#hlavicka-cenik {
	background: url(layout/hlavicka-cenik.jpg) no-repeat;
	height: 350px;
}

#hlavicka-rezervace {
	background: url(layout/hlavicka-rezervace.jpg) no-repeat;
	height: 350px;
}

#hlavicka-fotogalerie {
	background: url(layout/hlavicka-fotogalerie.jpg) no-repeat;
	height: 350px;
}

#hlavicka-rokytnice {
	background: url(layout/hlavicka-lyzovani.jpg) no-repeat;
	height: 350px;
}

#hlavicka-vylety {
	background: url(layout/hlavicka-vylety.jpg) no-repeat;
	height: 350px;
}

#hlavicka-kontakty {
	background: url(layout/hlavicka-kontakt.jpg) no-repeat;
	height: 350px;
}

/* ---- MENU ------------------------------------------------------ */

#menu {
	float: left;
	width: 200px;
	padding-top: 60px;
	margin: 0px;
}

#menu a {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-weight: bold;
}

#menu a:hover {
	color: #00CCFF;
	text-decoration: none;
}

#menu ul {
	list-style-type: none;
	padding: 0px;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#menu li {
	margin-bottom: 4px;
	margin-left: 0px;
	margin-top: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
	padding-bottom: 3px;
	padding-left: 0px;
}

#menu #hover a {
	color: #00CCFF;
}

/* ---- OBSAH ----------------------------------------------- */

#obsah {
	float: left;
	width: 490px;
	padding: 10px;
}

#obsah-1col {
	float: left;
	margin-left: 10px;
}

#obsah, #obsah-1col p {
	line-height: 150%;
	text-align: justify;
}

#obsah h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	line-height: 140%;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #003773;
	text-align: left;
}

#obsah h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
	color: #003773;
	padding: 3px;
	clear: both;
	float: none;
	text-align: left;
	line-height: 140%;
}

#obsah ul {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
}

#obsah li {
	margin-bottom: 4px;
	background-image: url(layout/list.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position: 0px 5px;
}

.vybavení {
	color: #666666;
}

.fontminus {
	font-size: 90%;
}

.video {
	text-align: center;
}

#fotogalerie img {
	border: 10px solid #e8cf76;
}

#obsah .figure {
	float: left;
	margin: 0px 4px 12px;
	background-color: #faebb4;
}

* html #obsah  .figure {
	float: left;
	margin: 0px 3px 12px;
}

#obsah .figure a img {
	border: 5px solid #e8cf76;
}

#obsah .figure a:hover img {
	border: 5px solid #a34f20;
}

#obsah .figure p {
	font-size: 85%;
	margin: 0px;
	padding: 0px 0px 3px;
	text-align: center;
}

#obsah .imgleft .figure {
	float: left;
	background-color: #faebb4;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#obsah .imgright .figure {
	float: right;
	background-color: #faebb4;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.navigace {
	color: #666666;
	font-size: 11px;
}

.navigace a {
	color: #666666;
}

.odkaz-ext {
	background-image: url(layout/odkaz-ext.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 14px;
}

.odkaz {
	background-image: url(layout/odkaz.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: 0px 5px;
}

address {
	font-style: normal;
}

.address {
	background-color: #faebb4;
	padding: 10px;
	width: 225px;
	float: left;
	margin-bottom: 30px;
}

.mapa {
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	float: none;
}

/* ---- POPISKA -------------------------------------------------- */

#language {
	float: right;
	text-align: right;
	padding-top: 331px;
	margin-right: 36px;
}

* html #language {
	float: right;
	text-align: right;
	padding-top: 331px;
	margin-right: 18px;
}

#language img {
	margin-right: 5px;
	margin-left: 5px;
}

#language a img {
	border: 1px solid #793917;
}

#language a:hover img {
	border: 1px solid #ffffff;
}

/* ---- CENÍK ----------------------------------------------- */

#obsah table {
	border-collapse: collapse;
	border: 1px solid #999999;
	width: 100%;
	margin-bottom: 20px;
}

#obsah table td {
	padding: 0px;
	border: 1px solid #DDB731;
	text-align: center;
	font-size: 11px;
}

#obsah table th {
	padding: 0px;
	border: 1px solid #DDB731;
	background-color: #e8cf76;
	text-align: center;
	font-size: 11px;
}

.tb_1 {
	background-color: #B9EEFF;
}

.tb_2 {
	background-color: #FFFFA4;
}

.tb_3 {
	background-color: #BEEFCE;
}

.tb_4 {
	background-color: #FFBC79;
}

/* ---- RIGHT BOX ----------------------------------------------- */

#rightbox {
	float: right;
	width: 240px;
}

#rightbox h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	line-height: 140%;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #990000;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

#rightbox h3 {
	font-weight: bold;
	font-size: 120%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#rightbox ul {
	margin-left: 0px;
	padding-left: 15px;
}

#rightbox li {
	margin-bottom: 4px;	
}

#rightbox .figure {
	margin: 10px 0px;
	background-color: #faebb4;
	text-align: center;
}

#rightbox .figure a img {
	border: 4px solid #e8cf76;
}

#rightbox .figure a:hover img {
	border: 4px solid #a34f20;
}

#rightbox .figure p {
	font-size: 85%;
	margin: 4px 0px;
	padding: 0px;
	text-align: center;
}

.box {
	float: none;
	border: 2px solid #e8cf76;
	padding: 7px;
	background-color: #faebb4;
	margin: 10px;
}

.box p {
	line-height: 1.4;
	margin: 0px 0px 10px;
	padding: 0px;
}

/* ---- NOVINKY -------------------------------------------------- */

.novinky {
	margin-bottom: 8px;
	padding-bottom: 13px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e8cf76;
}

.novinky h3 {
	margin-bottom: 8px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.novinky p {
	margin-top: 4px;
	margin-bottom: 4px;
}

#obsah .datum {
	background-image: url(layout/kalendar.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0px 3px;
	color: #666666;
	margin-top: 15px;
}

/* ---- PATA ----------------------------------------------- */

#footer {
	text-align: center;
	width: 754px;
	margin: 5px auto 10px;
}

#footer p {
	margin: 0;
	padding: 5px 10px;
	font-size: 85%;
	text-align: center;
}

/* ---- ODDELENI 1 ----------------------------------------------- */

.oddel {
	clear: both;
	width: 100%;
	background-color: #FFFFFF;
}

.cleaner {
	display: none;
}

/* ---- FORMULAR ------------------------------------------ */

form {
	margin-bottom: 20px;
}

fieldset {
	padding: 5px;
	border: 2px solid #e8cf76;
	margin-top: 15px;
	margin-bottom: 15px;
}

legend {
	padding: 7px;
	font-weight: bold;
	background-color: #e8cf76;
}

label {
	text-align: right;
	margin-right: 0.5em;
	width: 150px;
	float: left;
}

.povinne {
	font-weight: bold;
	color: #CC0000;
}