/* CSS RESET */
body,div,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,table,form,fieldset,legend,p,address,blockquote,th,td,img{margin:0;padding:0;border:0;}
input{margin:0;text-indent:0}
address,caption,em,strong,th{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
abbr,acronym{border-width:0;font-variant:normal;}
table,input,textarea,select,span{font-family:inherit;font-size:inherit;font-weight:inherit;font-size:1em;}

li{list-style: disc;}
ol li{list-style: decimal;}
em {font-style: italic;}
strong {font-weight: bold;}
abbr, acronym {cursor: help; border-bottom-width: 1px; border-style: dotted;}

/* FONTS */
*, input, select, textarea { font-family: "Tahoma MS", Tahoma, "Verdana CE", Verdana, "Arial CE", Arial, "Lucida Grande CE", "Helvetica CE", lucida, sans-serif; }

/* ELEMENTS */
body {
	position: relative;
	font-size: 78%;
	text-align: center;
	color: #c0c0c0;
	background: #fff;
}

h1 {
	display: block;
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 233px;
	height: 64px;
	font-size: 2em;
	font-weight: 600;
	text-align: right;
	color: #185104;
	background: #fff;
	overflow: hidden;
}
h1 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 100% 100%;
}
h1 span.text {
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	width: auto;
	height: auto;
	padding: 12px;
	background: none;
}

.o-nas h1 span,
.vila-a-apartmany-blanko h1 span { background-image: url('./default/heading-o-nas.png'); }
.aktuality h1 span { background-image: url('./default/heading-aktuality.png'); }
.lokalita h1 span { background-image: url('./default/heading-lokalita.png'); }
.ubytovani h1 span { background-image: url('./default/heading-ubytovani.png'); }
.aktivity h1 span { background-image: url('./default/heading-aktivity.png'); }
.cenik h1 span { background-image: url('./default/heading-cenik.png'); }
.akcni-nabidky h1 span { background-image: url('./default/heading-akcni-nabidky.png'); }
.fotogalerie h1 span { background-image: url('./default/heading-fotogalerie.png'); }
.job h1 span { background-image: url('./default/heading-job.png'); }
.kontakty h1 span { background-image: url('./default/heading-kontakty.png'); }
.vylety h1 span { background-image: url('./default/heading-vylety.png'); }

.about-us h1 span,
.villa-and-appartments-blanko h1 span { background-image: url('./default/heading-about-us.png'); }
.news h1 span { background-image: url('./default/heading-news.png'); }
.location h1 span { background-image: url('./default/heading-location.png'); }
.accommodation h1 span { background-image: url('./default/heading-accommodation.png'); }
.activities h1 span { background-image: url('./default/heading-activities.png'); }
.prices h1 span { background-image: url('./default/heading-prices.png'); }
.packages h1 span { background-image: url('./default/heading-packages.png'); }
.photo-gallery h1 span { background-image: url('./default/heading-photo-gallery.png'); }
.contacts h1 span { background-image: url('./default/heading-contacts.png'); }
.trips h1 span { background-image: url('./default/heading-trips.png'); }

.uber-uns h1 span,
.villa-und-apartmans-blanko h1 span { background-image: url('./default/heading-uber-uns.png'); }
.aktuelles h1 span { background-image: url('./default/heading-aktuelles.png'); }
.lage h1 span { background-image: url('./default/heading-lage.png'); }
.unterkunft h1 span { background-image: url('./default/heading-unterkunft.png'); }
.aktivitaten h1 span { background-image: url('./default/heading-aktivitaten.png'); }
.preisliste h1 span { background-image: url('./default/heading-preisliste.png'); }
.kontakte h1 span { background-image: url('./default/heading-kontakte.png'); }
.ausfluge h1 span { background-image: url('./default/heading-ausfluge.png'); }

.over-ons h1 span,
.villa-en-appartementen-blanko h1 span { background-image: url('./default/heading-over-ons.png'); }
.actueel h1 span { background-image: url('./default/heading-actueel.png'); }
.locatie h1 span { background-image: url('./default/heading-locatie.png'); }
.accomodatie h1 span { background-image: url('./default/heading-accomodatie.png'); }
.activiteiten h1 span { background-image: url('./default/heading-activiteiten.png'); }
.prijzen h1 span { background-image: url('./default/heading-prijzen.png'); }
.fotogalerij h1 span { background-image: url('./default/heading-fotogalerij.png'); }
.arrangementen h1 span { background-image: url('./default/heading-arrangementen.png'); }
.contact h1 span { background-image: url('./default/heading-contact.png'); }
.uitstapjes h1 span { background-image: url('./default/heading-uitstapjes.png'); }

h2 {
	margin: 1.33em 0 0.33em 0;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #185104;
}

h3 {
	margin: 12px 0 2px 0;
	font-size: 1.25em;
	font-weight: bold;
	color: #404040;
}

a {
	color: #404040;
	text-decoration: underline;
}
a:hover {
	color: #185104;
}
a.mul,
#right .news a,
#right h2 a,
address a {
	text-decoration: none;
}
#right .news a:hover,
#right h2 a:hover,
address a:hover {
	text-decoration: underline;
}

address {
	margin: 0.25em 0;
}

p {
	margin: 0.25em 0;
}
p.news {
	margin: 0.25em 0 1em 0;
}

table {
	margin: 0.25em 0;
	color: #000;
	border-collapse: collapse;
}
td { padding: 0.25em; }
th { padding: 0.25em 0.5em }
table.outline, table.outline tr, table.outline td, table.outline th {
	border: 1px outset #808080;
	border-spacing: 2px;
}
table.outline th {
	font-weight: bold;
	text-align: center;
	border-color: #404040;
}


dl {
	margin: 0.25em 0;
}
dt {
	margin: 1em 0 0 0;
	font-weight: bold;
	color: #185104;
}

#content ul li {
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url('./default/plus.gif');
}


#main {
	margin: 12px auto 6px auto;
	width: 758px;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: left;
	color: #000;
	border: 1px solid #efefef;
	overflow: visible;
}
#main[id] {
	width: 756px;
}

#main-in {
	position: relative;
	margin: 12px 13px;
	overflow: visible;
}


#head {
	position: relative;
	top: 3.2em;
	margin-top: 18px;
	height: 330px;
	background: #efefef url('./default/head-bg.jpg') 50% 50% no-repeat;
	border-top: 1px solid #185104;
}

#head.aktuality,
#head.news,
#head.aktuelles,
#head.actueel
{ background-image: url('./default/head-aktuality_bg.jpg'); }
#head.lokalita,
#head.location,
#head.lage,
#head.locatie
{ background-image: url('./default/head-lokalita_bg.jpg'); }
#head.ubytovani,
#head.accommodation,
#head.unterkunft,
#head.accomodatie
{ background-image: url('./default/head-ubytovani_bg.jpg'); }
#head.aktivity,
#head.activities,
#head.aktivitaten,
#head.activiteiten
{ background-image: url('./default/head-aktivity_bg.jpg'); }
#head.cenik,
#head.prices,
#head.preisliste,
#head.prijzen
{ background-image: url('./default/head-cenik_bg.jpg'); }
#head.fotogalerie,
#head.photo-gallery,
#head.fotogalerij
{ background-image: url('./default/head-fotogalerie_bg.jpg'); }
#head.akcni-nabidky,
#head.packages,
#head.arrangementen
{ background-image: url('./default/head-akcni-nabidky_bg.jpg'); }
#head.job
{ background-image: url('./default/head-job_bg.jpg'); }
#head.kontakty,
#head.contacts,
#head.kontakte,
#head.contact
{ background-image: url('./default/head-kontakty_bg.jpg'); }

#logo {
	display: block;
	position: absolute;
	top: -8px;
	left: 460px;
	width: 80px;
	height: 134px;
	background: #e7bd29 url('./default/blanko.png') 50% 100% no-repeat;
}

#slider {
	position: absolute;
	top: 0;
	margin-top: -32px;
	left: 460px;
	width: 80px;
	height: 30px;
	background: #e7bd29;
}


#navigation {
	position: relative;
	top: -336px;
	height: 3.2em;
	text-transform: uppercase;
	color: #fff;
	background: #185104;
}
#navigation-in {
	font-size: 0.9em;
}

#navigation a {
	padding: 2px 3px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#navigation a.active {
	font-weight: normal;
}

#navigation ul {
	clear: both;
	overflow: visible;
}

#navigation li {
	display: inline;
	list-style: none;
}

#navigation .languages ul {
	float: right;
}

#navigation .menu {
	position: absolute;
	left: 0;
	bottom: 0;
}


#content {
	display: inline;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 730px;
	border-top: 2px solid #c0c0c0;
	overflow: hidden;
}

#contentIn {
	background: url('./default/content_bg.png') 100% 3px repeat-y;
	border-top: 3px solid #fff;
}

#left {
	display: inline;
	float: left;
	padding-top: 5px;
	width: 452px;
}
#right {
	display: inline;
	float: right;
	padding: 0 12px;
	width: 266px;
	background: #ddd;
}
#right[id] {
	width: 242px;
}

#left, #right {
	padding-bottom: 10003px;
	margin-bottom: -10000px;
}

#left .wHalfAlpha,
#left .wHalfOmega {
	width: 220px;
}
#left .wHalfAlpha { margin-right: 5px; }
#left .wHalfOmega { margin-left: 5px; }

#foot {
	clear: both;
	color: #c0c0c0;
	background: #fff;
	border-top: 3px solid #fff;
	border-top: 2px solid #c0c0c0;
}

#footlinks a, #foot a {
	color: #c0c0c0;
	text-decoration: underline;
}
#footlinks a:hover, #foot a:hover {
	color: #808080;
	text-decoration: none;
}

#foot ul {
	display: block;
}
#foot li {
	display: inline;
	list-style: none;
}

#foot .menu {
	margin-bottom: 6px;
	padding: 3px 0;
	font-size: 0.9em;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 2px solid #c0c0c0;
}
#foot .menu li {
	padding: 0 3px;
}
#foot .menu a {
	text-decoration: none;
}

#foot .languages ul {
	display: inline;
	font-weight: bold;
}
#foot .languages li {
	padding: 0 1px;
}

#footlinks {
	margin: 3px auto;
	width: 730px;
	font-size: 0.8em;
	line-height: 1.4em;
}
#footlinks a {
	text-decoration: none;
}

.gallery {
	margin-right: -10px;
}
.gallery .image a {
	display: inline;
	float: left;
	width: 140px;
	margin: 0 10px 0 0;
	padding: 0 0 5px 0;
	text-align: center;
	text-decoration: none;
	color: #000;
	background: #fff;
}
.gallery .image a.wide {
	width: 449px;
	margin-right: 0;
}
.gallery .image img {
	border: 5px solid #fff;
}
.gallery .image a:hover img {
	border-color: #ddd;
}

.partners {
	text-align: center;
}
.partners img {
	margin-top: 8px;
}

.thumbgallery img,
.thumb {
	border: 5px solid #fff;
}

.thumbgallery a:hover img,
a:hover .thumb {
	border-color: #ddd !important;
}

#right .thumb {
	border-color: #fff;
}
#right a:hover .thumb {
	border-color: #808080 !important;
}

.fr .thumb {
	margin-top: 5px;
	margin-left: 1em;
}
.fl .thumb {
	margin-top: 5px;
	margin-right: 1em;
}

.paginator {
	margin-top: 5px;
}

#content .paginator li {
	float: left;
	margin: 0;
	list-style: none;
}
#content .paginator a {
	display: inline-block;
	margin: 0;
	width: 1.6em;
	height: 1.6em;
	text-align: center;
	vertical-align: middle;
	border: 1px solid white;
}
#content .paginator a.wa {
	width: auto;
	padding: 0 0.5em;
}
#content .paginator li.active a {
	font-weight: bold;
	border-color: #808080;
}
#content .paginator a:hover {
	border-color: #185104;
}

#randomImageSlideshow {
	display: block;
}

.layoutFeature,
.interactiveMap {
	margin: 1em 0;
}

.printControl {
	clear: both;
	margin-top: 1em;
	text-align: right;
	text-indent: 0;
}
.printControl * {
	vertical-align: middle;
}
.printControl a {
	color: #808080;
}
.printControl a:hover {
	color: #185104;
}

.meta {
	margin: -0.25em 0 0.75em 0;
	font-size: 0.9em;
	color: #404040;
}


.hoteltime a {
	position: relative;
	display: block;
	width: 248px;
	height: 162px;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.3em;
	text-transform: lowercase;
	text-decoration: none;
	color: #121212;
	background: #c0c0c0 url("./default/hoteltime.jpg");
}
.hoteltime a:hover {
	color: #185104;
}

.hoteltime a span {
	position: absolute;
	bottom: 12px;
	left: 10px;
}



/* HELPERS */
.w25 { width: 25%; }
.w50 { width: 50%; }
.w100 { width: 100%; }

.plsmall { padding-left: 0.25em; }
.psmall { padding: 0.25em; }

.flash {
	margin: 10px 0;
	padding: 3px;
	border: 1px solid #CCC;
	background: #fafafa;
}
.error { color: red; }
.notice { color: #ff8000; }
.success { color: green; }
.flash.error { border-color: red; }
.flash.notice { border-color: #ff8000; }
.flash.success { border-color: green; }

.ns, hr { display: none; }
.ni { text-indent: 0 !important; }
.cb { clear: both; }
.cl { clear: left; }
.cr { clear: right; }
.center { margin-left: auto; margin-right: auto; text-indent: 0 !important; text-align: center !important; }
.fl { float: left; }
.fr { float: right; }
.tac { text-align: center !important; }
.tar { text-align: right !important; }
.tal { text-align: left !important; }
.taj { text-align: justify !important; }
.mul span { text-decoration: underline; }
