body {
	font: small "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	background-color: #005923;
	padding-top: 20px;
	padding-bottom: 20px;
}

a, a:visited {
	text-decoration: underline;
	color: #b1c800;
}

a:hover {
	text-decoration: underline;
}

hr {
	display: none;
}

#container {
	text-align: left;
	width: 933px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(layout/cont_back.gif);
	background-repeat: repeat-y;
}

.clear {
	clear: both;
	float: none;
}

/* ---------------------------------------------------------------- */
/* ---- HLAVICKA -------------------------------------------------- */
/* ---------------------------------------------------------------- */

#hlavicka {
	background-image: url(layout/hlavicka.jpg);
	background-repeat: no-repeat;
	height: 256px;
	width: 933px;
}

#hlavicka .logo {
	width: 354px;
	height: 81px;
	overflow: hidden;
	position: relative;
	left: 18px;
	top: 0px;
	float: left;
}

#hlavicka .logo span {
	display: block;
	background: url(layout/hlavicka_logo.gif) no-repeat;
	width: 354px;
	height: 81px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	cursor: hand;
}

#hlavicka .lang {
	width: 140px;
	height: 19px;
	overflow: hidden;
	position: relative;
	left: 430px;
	top: 41px;
	float: left;
}

#hlavicka .lang img {
	margin-right: 2px;
	margin-left: 2px;
}

#hlavicka .flash {
	width: 657px;
	height: 175px;
	overflow: hidden;
	position: relative;
	left: 277px;
	top: -21px;
	float: left;
}

/* ----------------------------------------------------------------- */
/* ---- OBSAH ------------------------------------------------------ */
/* ----------------------------------------------------------------- */

#obsah {
	width: 642px;
	float: right;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 0px;
}

#obsah p {
	text-align: justify;
	margin-bottom: 3%;
	color: #ffffff;
}

#obsah a:hover {
	color: #FFFFFF;	
}

#obsah h1 {
	font-size: xx-large;
	color: #b1c800;
	font-weight: normal;
}

#obsah h2 {
	font-size: x-large;
	font-weight: normal;
	color: #b1c800;
}

#obsah h2 a {
	color: #b1c800;
	text-decoration: none;
}

#obsah h3 {
	font-size: large;
	font-weight: normal;
	color: #b1c800;
}

#obsah h3 a {
	color: #b1c800;
	text-decoration: none;
}

#obsah ul {
	margin-left: 17px;
	padding-left: 0px;
	list-style-type: none;
}

#obsah ul li {
	line-height: 160%;
	background-image: url(layout/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
	color: #FFFFFF;
}

#obsah ol {
	margin-left: 25px;
	padding-left: 0px;
}

#obsah ol li {
	line-height: 160%;
	color: #FFFFFF;
}

.odkaz {
	background-image: url(layout/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
}

.odkaz-ext {
	background-image: url(layout/odkaz-ext.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 13px;
}

#obsah .navigace {
	font-size: 86%;
	color: #339933;
}

#obsah .navigace a {
	color: #339933;
}

#obsah address {
	font-style: normal;
	font-size: medium;
}

.cistvice {
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(layout/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

/* ---- ROZDĚLENÍ APARTMÁNŮ ---------------------------------- */

#obsah .rozdeleni-1 ul li {
	font-size: medium;
	background-image: url(layout/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 11px;
	padding-left: 20px;
}

#obsah .rozdeleni-2, #obsah .rozdeleni-3 {
	float: none;
	clear: both;
	margin-bottom: 20px;
	padding: 20px;
	background-image: url(layout/cont_rozdeleni.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#obsah .rozdeleni-2 img {
	float: left;
	margin-right: 20px;
}

#obsah .rozdeleni-3 img {
	float: right;
	margin-left: 20px;
}

#obsah .rozdeleni-2 h2, #obsah .rozdeleni-3 h2 {
	margin-top: 0px;
	padding-top: 0px;
}

#obsah .rozdeleni-2 a img, #obsah .rozdeleni-3 a img {
	border: 2px solid #b1c800;
}

#obsah .rozdeleni-2 a:hover img, #obsah .rozdeleni-3 a:hover img {
	border: 2px solid #FFFFFF;
}

a.objednat {
	font-size: medium;
	font-weight: bold;
	color: #ffffff;
	background-color: #CC0000;
	padding: 5px;
	text-transform: uppercase;
	text-decoration: none;
	float: right;
	border: 2px solid #ffffff;
}

a:hover.objednat {
	background-color: #b1c800;
	border: 2px solid #000000;
}

/* ---- OBRÁZKY ---------------------------------------------- */

#obsah .figure {
	background-color: #00501f;
	margin: 5px;
	text-align: center;
	padding: 5px;
}

#obsah .figure img {
	margin:	0px;
	border: 2px solid #b1c800;
}

#obsah .figure a:hover img {
	border: 2px solid #ffffff;
}

#obsah .figure p {
	margin-top: 5px;
	padding-top: 0px;
	font-size: 85%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #ffffff;
	text-align: center;
}

#obsah .figure-right .figure {
	float: right;
	margin-left: 15px;
}

#obsah .figure-left .figure {
	float: left;
	margin-right: 15px;
}

.obr-right img {
	float: right;
	margin-left: 10px;
	border: 2px solid #CCCCCC;
}

#obsah .fotogalerie {
	background-color: #00501f;
	text-align: center;
	padding: 10px;
	float: none;
}

#obsah .fotogalerie a img {
	border: 2px solid #b1c800;
}

#obsah .fotogalerie a:hover img {
	border: 2px solid #FFFFFF;
}

/* ---- TABULKY ----------------------------------------------- */

.tabulka table {
	border-collapse: collapse;
	margin-bottom: 20px;
	border: 1px solid #b1c800;
	font-size: small;
}

.tabulka td {
	padding: 8px;
	border: 1px solid #b1c800;
	color: #FFFFFF;
	text-align: center;
}

.tabulka th {
	padding: 8px;
	border: 1px solid #b1c800;
	color: #FFFFFF;
	background-color: #003300;
	text-align: center;
}

.rezervace table {
	width: 100%;
	border: none;
}

.rezervace td {
	padding: 5px;
	height: 100%;
}

.rezervace th {
	padding: 5px;
}


/* ---------------------------------------------------------------- */
/* ---- RIGHTSIDE ------------------------------------------------- */
/* ---------------------------------------------------------------- */

#rightside {
	float: left;
	width: 246px;
	padding: 15px;
	background-image: url(layout/left_back.gif);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 336px;
}

#rightside .menu {
	padding-top: 2px;
	padding-bottom: 2px;
}

#rightside .menu ul {
	margin-left: 15px;
	padding-left: 0px;
	margin-right: 15px;
	padding-right: 0px;
	margin-top: 10px;
	list-style-type: none;
}

#rightside .menu ul li {
	line-height: 160%;
	background-image: url(layout/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 15px;
	font-size: medium;
	font-weight: bold;
}

#rightside .menu ul li a {
	color: #ffffff;
	text-decoration: none;
}

#rightside .menu ul li a:hover {
	text-decoration: underline;
}

#rightside .menu ul li#activ a {
	text-decoration: none;
	font-weight: bold;
	color: #b1c800;
}

/* ---- RIGHTSIDE - NOVINKY ----------------------------------------- */

#rightside .novinky h2 {
	border-bottom: 2px solid #1c71b4;
	font-size: large;
	padding-bottom: 5px;
	font-weight: normal;
}

#rightside .novinky h2 a {
	color: #1c71b4;
	text-decoration: none;
}

#rightside .novinky h3 {
	margin-bottom: 0px;
}

#rightside .novinky h3 a {
	text-decoration: none;
	color: #1c71b4;
}

/* ---- RIGHTSIDE - ODKAZY ----------------------------------------- */

#rightside .odkazy {
	padding: 10px;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 7px;
	margin-left: 7px;
}

#rightside .odkazy h2 {
	font-size: small;
	margin-top: 0px;
	margin-bottom: 20px;
}

#rightside .odkazy ul {
	margin-left: 15px;
	padding-left: 0px;
	margin-bottom: 0px;
}

#rightside .odkazy ul li {
	font-size: 85%;
	line-height: 160%;
}

#rightside .odkazy ul li a {
	color: #CCCCCC;
	text-decoration: none;
}

#rightside .odkazy ul li a:hover {
	text-decoration: underline;
}

#rightside .odkazy p {
	font-size: 85%;
	line-height: 160%;
}

/* ---- PATA ----------------------------------------------- */

#footer {
	text-align: left;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 100px;
	background-image: url(layout/footer_back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer p {
	font-size: 85%;
	text-align: center;
	color: #339933;
}

#footer p a {
	color: #339933;
}

#footer p a:hover {
	color: #b1c800;
}

/* ---- FORMULAR ------------------------------------------ */

form {
	margin-bottom: 20px;
}

fieldset {
	padding: 5px;
	border: 2px solid #b1c800;
	margin-bottom: 15px;
}

legend {
	padding: 7px;
	font-weight: bold;
	background-color: #b1c800;
	color: #FFFFFF;
}

label {
	text-align: right;
	margin-right: 0.5em;
	width: 120px;
	float: left;
	margin-top: 0.0em;
}

.povinne {
	font-weight: bold;
	color: #b1c800;
}
