@import url("./main.css");

body {
	margin: 0; padding: 0; 
	color: #1D1919;
	font-size: 12px; 
	font-family: 'Arial', 'Helvetica', sans-serif;
	line-height: 1.5em;
}
input, textarea, select, option { font-family: 'Arial', 'Helvetica', sans-serif; font-size: 12px; }
#root { width: 100%; position: relative; }
#main { width: 995px; margin: 0 auto; position: relative; background: transparent url('./images/bg_sidebar.png') 0 160px no-repeat; }
#header {
	height: 375px;
	position: relative;
	background: transparent url('./images/bg_header.jpg') 0 0 no-repeat;
}
#header #main-menu { width: 716px; height: 70px; margin-left: 36px; position: absolute; left: 0; bottom: 40px; }
#header #main-menu ul { margin: 0; padding: 0; height: 70px; list-style-type: none; }
#header #main-menu ul li { margin: 0; padding: 0; float: left; margin-right: 1px; }

#logo { }
#logo strong { font-size: 16px; }

#header #siteSearch { margin: 0; padding: 0; position: absolute; top: 67px; right: 20px; text-align: right; }
#header #siteSearch fieldset { margin: 0; padding: 0; width: 100%; }
#header #siteSearch fieldset label { width: auto; margin: 0 10px 0 0; padding: 0; float: left; color: #8E9195; }
#header #siteSearch input { width: 120px; margin: 0 10px 0 0; padding: 1px 2px; border: 0; border-top: 1px solid #5B83BE; float: left;  }
#header #siteSearch .button { cursor: pointer; width: auto; background: #D90405; color: #FFF; font-weight: bold; margin: 0; padding: 0 1px 1px; float: left; border: 0; text-decoration: none; }

#header #slider {
	width: 760px; height: 260px;
	position: absolute; bottom: 0; left: 0;
	z-index: 999;
	overflow: hidden;
}
#header #slider ul { margin: 0; padding: 0; }
#header #slider ul li { margin: 0; padding: 0;float: left; list-style-type: none; }
#header #slider .control { 
	width: 58px; height: 113px; padding: 0; position: absolute; top: 110px; left: 0;
	text-decoration: none; text-align: center; 
	opacity: .3;
}
#header #slider .control:hover { 
	opacity: 1;
}
#header #slider #next.control { right: 0; left: auto; }

#flags { margin: .2em .5em 0 0; padding: 0; text-align: right; }
#flags img { vertical-align: -2px; }

#content { width: 760px; float: right; }
#content .text { padding: 10px 15px 10px; font-size: 13px; line-height: 1.5em; }
#content .text .hp_perex { font-size: 20px;  }
#content .text img { max-width: 730px;  }
#content .text ul { margin: 0; padding: 0; }
#content .text ul li { margin: 0 0 5px 0; padding: 0 0 0 16px; background: transparent url('./images/bg_li.png') 0 5px no-repeat; list-style-type: none;  }
#content .text ul li ul { margin: 5px 0 0 0; padding: 0; }
#sidebar { width: 228px; float: left; }
#sidebar .inside { margin-right: 36px; }

#footer { margin-top: 40px;height: 40px; clear: both; color:#8E9195; border-top: 1px solid #E7F3FF }
#footer:hover { color:#333; }
#footer a { color: #DF6F71; }
#footer:hover a { color: #D90405; }
#footer .inside { font-size: 11px; line-height: 40px; padding: 0; }
#footer .inside span { float: right; }

a { color: #D90405;
	font-weight: bold;
	text-shadow: none;
	filter: none;
}
a:hover { color: #000; text-decoration: underline; }

img.fs_icon { vertical-align: -15%; margin-right: 3px; }

h1, h1 a,.title { 
	margin: 15px 0 5px 0; padding: 0 0 10px 0; 
	font-size: 14pt; font-weight: bold; line-height: 21px;
	color: #D90405;
	text-align: left;
}
.title { margin: 0; }
h2, h2 a {
	margin: 1em 0 10px 0; padding: 0;
	font-size: 17px; font-weight: normal;
	color: #D90405;
	clear: left;
}
h3, h3 a {
	margin: 1em 0 5px 0; padding: 0;
	font-size: 15px; font-weight: normal;
	color: #333;
}
h4, h4 a {
	margin: 1em 0 5px 0; padding: 0;
	font-size: 14px;  font-weight: normal;
	color: #333;
}
p {
	margin-top: 0;
	margin-bottom: .5em;
	padding: 0;
}


div.divider { 
	width: 95%; 
	height: 20px;
	margin: 1em 0 0 0;
	padding: .2em 0;
	display: block;
}
fieldset {
	width: 95%;
	border: 0; 
	padding: 1em; 
}
legend {
	font-style: italic; 
	font-weight: bold; 
	font-size: 1em; 
	background: #025774; 
	color: #FFF; 
	border: solid 1px #999; 
	padding: 0 .4em 0 .4em; 
}
label { 
	float: left;
	width: 30%;
	text-align: right;
	margin: 4px 1em 0 0;
}
fieldset#submit {
	margin-top: 1em;
	padding: .5em;
	text-align: center;
}
fieldset#submit input {
	margin-top: .5em;
	padding: .2em .4em;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}
input, select { margin-bottom: .5em; padding: .1em; }
input.checkbox { width: 1em; margin-bottom: 0; padding: 0; border: none; }
div.buttons { margin-top: 1em; float: right; }
div.buttons input { border: solid 1px #000; background: #99CC66; color: #000; }

.button { font-family: 'Arial', 'Helvetica', sans-serif; font-size: 12px; cursor: pointer; width: auto; background: #D90405; color: #FFFFFF; font-weight: bold; padding: 3px 5px; float: right; border: 0; text-decoration: underline; }

img { margin: 0; padding: 0; border: 0; }
pre { font-size: 120%; }

.cleaner { display: none; clear: both; }
.clear { clear: both; }
.ref { float: left; margin: 0 2em 0 0; padding: .3em; border: solid 1px #D1E5EF; background-color: #EFFAFF; }

.raquo { padding: 0 2px; color: #BFBFBF; font-size: 14px;  }

.more { 
	float: right; display: block;
	margin: 5px 0; padding: 0 0 0 20px;
	font-weight: normal; font-size: 12px; line-height: 16px;
	background: transparent url('./images/more.png') 0 2px no-repeat;
}

/* LEFT MENU */

#sidebar .menu { margin-top: 20px; width: 228px; }
#sidebar .menu ul { margin: 0; padding: 0 0 20px 0; }
#sidebar .menu li { margin: 0; padding: 0 0 5px 0; list-style-type: none; color: #000; font-size: 15px; background: none; }
#sidebar .menu li a.item, 
#sidebar .menu li strong.item { 
	padding: 3px 10px 2px 35px; margin: 0; 
	display: block; 
	font-size: 14px; 
	line-height: 20px; 
	color: #1D1919; 
	text-shadow: 0px 1px 0px #FFFFFF;

}
#sidebar .menu li a.item { 
	text-decoration: none; 
}
#sidebar .menu li strong a.item,
#sidebar .menu li strong.item,
#sidebar .menu li a.item:hover { color: #D90405; }
#sidebar .menu li a.more { margin-bottom: 20px; }
#sidebar .menu li ul { margin: 0; padding: 2px 0 0 0; }
#sidebar .menu li ul li { margin: 0; padding: 0 0 2px 0; font-size: 12px; border-bottom: none;  }
#sidebar .menu li ul li a.item, 
#sidebar .menu li ul li strong.item { 
	font-size: 13px; font-weight: normal; text-transform: none;
	line-height: 15px; 
	padding: 2px 5px 3px 50px;
	background: transparent url('./images/bg_li.png') 33px 4px no-repeat;
}
#sidebar .menu li ul li strong.item,
#sidebar .menu li ul li a.item:hover { color: #D90405; }

#sidebar span.li { font-weight: bold; font-size: 14px; color: #000; }
#sidebar span.li.map { font-size: 12px; }

#sidebar .menu li ul li ul li a.item, 
#sidebar .menu li ul li ul li strong.item { padding: 2px 5px 3px 65px; background: transparent url('./images/bg_li.png') 48px 4px no-repeat; }

#topMenu { position: absolute; right: 16px; top: 8px; height: 25px; }
#topMenu ul { margin: 0; padding: 0; list-style-type: none; }
#topMenu ul li { float: left; margin: 0 0 0 20px; padding: 0; width: 25px; line-height: 25px; height: 25px; }
#topMenu ul li.first { background: none; }
#topMenu ul li a, 
#topMenu ul li strong { 
	display: block; font-size: 14px; text-decoration: none; color: #FFF; font-weight: normal; 
	width: 25px; line-height: 25px; height: 25px; padding: 0; 
	text-indent: -9999px;
}
#topMenu ul li a:hover { background: #FFF; opacity: .5;}

#top_bar { width: 100%; height: 39px; position: absolute; top: 0; left: 0; display: none;  }
#top_bar .inside { width: 937px; height: 35px; margin: 0 auto; color: #FFF;  position: relative; }
#top_bar .inside .login_button { height: 19px; line-height: 19px; margin: 0; background: #570911; color: #E3E7E5; position: absolute; top: 7px; right: 9px; text-decoration: none; font-size: 12px;  cursor: pointer; }
#top_bar .inside .reg_button { height: 19px; line-height: 19px; margin: 0; background: #570911; color: #E3E7E5; position: absolute; top: 7px; left: 9px; text-decoration: none; font-size: 12px;  cursor: pointer; }
#top_bar .inside .login_button:hover { color: #FFF; }
#top_bar .inside .login_button span { margin: 0; padding: 0 5px; height: 19px; line-height: 19px; display: block; }
#top_bar .inside a { color: #FFF; }

div.pages { margin: 0 .5em 0 0; padding: 0; color: #001333; font-style: italic; }
div.pictureMenu { margin-top: 17px; text-align: right; float: right; }

div.pictures { margin-top: 1em; }
div.pictures div.picture { margin: 15px 0; padding: 0; float: left; position: relative; }
div.pictures div.picture.pixtext { padding-bottom: 6px; }
div.pictures ul { margin: 0 2em; }
div.pictures div.picture { margin: 0 15px 15px 0; }
div.pictures div.picture.last { margin: 0 0 15px 0; }
div.pictures div.picture a { text-decoration: none; color: #666!important; }
div.pictures div.picture a:hover { color: #000; }
div.pictures div.picture .pixtext {
	display: block; height: 18px; margin: 0; padding: 0 6px;
	overflow: hidden;
	text-align: center;
	color: #000;
	font-weight: bold;	
}
div.pictures div.picture .image, 
div.pictures div.picture .image img { margin: 0; padding: 0; }

#thumb { margin: .5em 0 1em 0; padding: 0; text-align: center; border: solid 1px #000; }
#thumb img { margin: 0; padding: 0; border: 0; }
.annotation { display: block; margin-bottom: 1em; font-style: italic; }

#content .inside .text .list { margin: -15px 0 0 0; padding: 0; }
#content .inside .text .list ul { margin: 0; padding: 0; list-style-type: none; }
#content .inside .text .list ul li { margin: 0 5px 0 0; padding: 0; background: #FFF; color: #F3E8C9; }
#content .inside .text .list ul li a,
#content .inside .text .list ul li strong { float: left; margin: 0; padding: 6px 12px; }
#content .inside .text .list ul li strong { color: #333; font-weight: normal; }
#content .inside .text .list ul li a:hover { background: #FFF; }

#content .inside .text .listPhotogalery { }
#content .inside .text .listPhotogalery ul { margin: 0; padding: 0; list-style-type: none; }
#content .inside .text .listPhotogalery ul li { margin: 0; padding: 0; }
#content .inside .text .listPhotogalery ul li h2 { }
#content .inside .text .listPhotogalery ul li a { margin-right: 10px }


#breadcrumbNav { line-height: 30px; margin-left: -.25em; font-size: 12px; }
#breadcrumbNav a, #breadcrumbNav strong { padding: 0 .25em; }

/* GBOOK */
#gbook { margin: 1em 0; }
#gbook div { padding: .5em 0; border-top: 1px solid #D90405; }
#gbook div span.date { float: right; }
#gbook div p { padding-top: .5em; clear: both; }

form#gbookForm label { width: 4em; text-align: left; }
form#gbookForm label.text { width: auto; }

/* BASIC CLASS */
.right { float: right; }
.hr { clear: both; margin: 0; height: 6px; margin: 10px 0; }
.yellow { color: #D90405; }
.bg_home { height: 409px; width: 555px; background: transparent url('./images/bg_home.gif') 0% 0% no-repeat;  }
.bg_home .col { width: 177px; height: 409px; margin: 0 12px 0 0; padding: 0; float: left; position: relative; }
.bg_home .col .name { 
	width: 139px;
	background: #FFF; color: #D90405;
	padding: 10px 7px; 
	text-transform: uppercase; font-weight: bold; font-size: 15px; 
	position: absolute; left: 12px; top: 12px;
}
.bg_home .col p { 
	width: 153px;
	margin: 0; padding: 0; 
	font-size: 15px; 
	position: absolute; left: 12px; bottom: 12px;
}
.bg_home div.col.last { margin: 0; }

.shadow 	{ color: #666; }
.shadowL 	{ color: #E5E5E5; }
.orange 	{ color: #D90405; }
.bgorange 	{ background: #D90405!important; }
.shadowT 	{ color: #808080; }
.blue 		{ color: #002D72; }
.bgblue 	{ background: #002D72!important; }

.shadow, .shadow a, .shadow strong { color: #666!important; }
.shadow a:hover { color: #000!important; }
.pink { color: #D90405; }
.bgpink { background: #D90405; color: #FFF; margin: 0; padding: 5px 9px; clear: both; }
.bgpink h2 { margin: 0!important; padding: 1em 0 .5em 0!important; }
.bgpink.noul ul li { list-style-type: none; }
.bgpink ul { margin: 0!important; padding: 0!important; }
.highligh { background: #FFFF66; /*color: #000; font-weight: bold;*/ text-transform: uppercase; }

/*.more { display: block; text-align: right; margin:0; padding:0; font-size: 12px; line-height: 14px; }*/

.hpText { text-align: left; font-size: 18px; font-style: italic; font-weight: bold; line-height: 28px; padding-right: 40px; }
.hpText ul li { list-style-image: url('./images/bg_hpText_li.png'); }

/* POLL */
.box { margin: 0 0 10px 0; padding: 0 20px;  }
.box ul { padding-left: 15px; }
.box .title { color: #BFBFBF; }
.box .title a { text-decoration: none; }

.box.articles ul { margin: 0 0 1em 0; padding: 0; list-style-type: none; }
.box.articles ul li { margin: .5em 0 0 0; padding: .5em 0; clear: both; border-bottom: 1px solid #C7D0DC; font-size: 12px!important}
.box.articles ul li div { margin: 0; padding:0 }

.box.poll span { display: block; }
.box.poll .voted { margin: 0; padding: 1em 0; clear: both; }
.box.poll form { margin: 0; padding: 0; clear: both; }
.box.poll form label { float: left; width: auto; margin-right: 9px; =margin: 8px 3px 0 0; }
.box.poll form input { float: left; margin: 6px 2px 0 0; }
.box.poll form input.button { float: right; margin-top: 0; }
.box.poll form p { margin: 0; padding: 0; }
.box.poll form .submit { padding-top: .5em; clear: both; float: none; }
.box.poll ul { margin: 0; padding: 0; list-style-type: none; }
.box.poll ul li { clear: both; padding: 5px 0; }
.box.poll ul li .label { float: left; }
.box.poll ul.vote li input { margin: 3px 3px 0 0; }
.box.poll ul.vote li .cover { width: 75px; }
.box.poll ul li .cover { margin-top: 4px; height: 10px; float: right; width: 55%; color: #FFF; background: #E6E6E6; }
.box.poll ul li .cover .graph { height: 10px; padding: 0 2px; background: #BFBFBF; }

.box.facebook { text-align: center; padding: .5em 0; }

.blog { width: 274px; height: 180px; border: 2px solid #C7D0DC; font-size: 11px; text-align: left; overflow: hidden }
.blog .inside { margin: 9px; line-height: 16px; min-height: auto!important; height: auto!important; }
.blog .inside .title { margin: 0 0 5px 0; font-size: 15px; color: #BFBFBF; }
.blog .inside .name { font-size: 13px; }
.blog .inside img { float: left; margin: 0 9px 0 0; }

/* RESULT MSG */
#result { width: 30em; margin: 0 auto 1em auto; padding: .3em 1em .3em .3em; background-color: #FFF; font-size: 110%; font-weight: bold; }
#result.success { border: solid 2px #54BA01; color: #54BA01; }
#result.fail { border: solid 2px #CF4141; color: #CF4141; }
#result img { float: left; margin: 0 1em 0 0; }
#result p { margin: .3em 0; padding: 0; }

/* PORADNA */
#questions { clear: both; padding-top: 1em; }
#questions form, #questions fieldset { border: 0; padding: 0; margin: 0; }
#questions form { margin-bottom: 2em; }
#questions fieldset label { font-weight: bold; margin: 0 0 .5em 0; float:none; text-align: left; }
#questions fieldset p { margin: 1em 0; }
#questions fieldset small { }

#questions .pickList { margin: 1em 0; line-height: 1.6em; background: #D90405; color: #FFF; text-align:center; }
#questions .pickList a, #questions .pickList span { color: #FFF; padding: 0 2px; }
#questions .pickList a:hover { background: #000!important; }
#questions .pickList .butt { font-size: 130%; }
#questions .pickList span.current { font-size: 1em; background: #EFEFEF; color: #000;}
#questions .pickList span.date { display: block;}

#questions dt { font-weight: bold; }
#questions dt span { display: block; }
#questions dd { margin-top: 1em;  margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #BFBFBF; }
#questions dt br { clear: both; }

#questions a.button { color: #595A5E; text-decoration: none; font-size: 10px; font-weight: bold; float: right; }
#questions a.button:hover { text-decoration: underline; }

ul.bloglist { margin: 0!important; padding: 0!important; list-style-type: none; }
ul.bloglist li { margin: 0!important; padding: 0 0 1em 0!important; }
ul.bloglist li h3  {  }

label.error {
	width: auto!important;
	margin-left: 10px; padding: 0 10px;
	font-weight: bold;
	color: #D90405;
	font-size: 20px;
	float: left;
}
div.error {
	width: 50%;
	margin: 0 auto; padding: 0 10px;
	line-height: 20px;
	background: #BE001E;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.error label.error {
	margin: 0; padding: 0 10px;
	line-height: 22px!important;
	display: block;
	color: #FFF; background: none;
	font-size: 14px;
	float: none;
}

#recaptcha_widget, #recaptcha_image, #recaptcha_image img { margin: 0!important; padding: 0!important; }
#recaptcha_image { margin-bottom: 10px!important; }


/* POPUP */
.popup_root { width: 100%; height: 100%; background: url('./images/alpha.png') 0 0 repeat; cursor: pointer; position: absolute; top: 0; left: 0; z-index: 999; }
.popup_root .popup { background: #555; cursor: auto; position: absolute; text-align: center; }
.popup_root .popup h2 { padding: 3px 0; margin: 0; font-size: 16px; border-bottom: 5px solid #333; }
.popup_root .popup a.topright { float:right; margin: -25px -9px 0 0; }
.popup_root .popup a.topright img { margin: 0 12px 0 0; padding: 0;  }
.popup_root .popup .inside { padding: 1em 25px 0 25px; overflow-y: auto; }
.popup_root .popup .inside .title { font-size: 26px; line-height: 30px; color: #A2BE2B; }
.popup_root .popup .inside p { line-height: auto; }
.popup_root .popup .inside .title p { margin: 0; padding: 0; }

#addThis { margin-right: 20px; float: right; }

#login { width: 500px; position: absolute; right: 0; top: 20px; text-align: right}
#login input, #login label { display:inline;float:none}
#login fieldset { width: auto; padding:0; }

table { margin: 0; padding: 0; border: solid #C2E1FF; border-width: 1px; border-spacing: 1px; }
table tr:hover th, table tr:hover td { background: #C2E1FF;  }
table th, table td { margin: 0; padding: 2px 5px; border: solid #F1F8FF; border-width: 0 0 1px 1px;  }
table th { background: #F1F8FF; text-align: left; 
	text-shadow: 0px 1px 0px #FFFFFF;
	filter: dropshadow(color=#FFFFFF, offx=0, offy=1); 
}

#reservation_form { color: #333; padding: 0 20px 10px; width: 520px; }
#reservation_form #reservation_date_div { font-weight: bold; }
#reservation_form h1 { padding-top: 15px; }
#reservation_form h2 { padding-top: 15px; padding-bottom: 10px; font-size: 25px; text-align: center; }
#reservation_form .reservation_text { margin: 0; padding: 25px; font-size: 15px; }
#reservation_form form { width: 100%; margin: 0; padding: 0; }
#reservation_form form fieldset { margin: 0; padding: 0; font-size: 15px }
#reservation_form form fieldset label { width: 200px; margin: 20px 10px 0 0; float: left; }
#reservation_form form fieldset input,
#reservation_form form fieldset textarea,
#reservation_form form fieldset select { margin: 20px 0 0 0; float: left; font-size: 15px}
#reservation_form form fieldset textarea { width: 250px; height: 5em }
#reservation_form form fieldset div { margin: 20px 0 0 0; float: left; }
#reservation_form form fieldset br { clear: both; }
#reservation_form form fieldset .button { margin-top: 20px; text-decoration: none; }

#cboxLoadedContent {
	background: #F9F4E5 url('./images/bg_text.png') 0 0 repeat-y; color: #333;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

#mapa { display: block; margin-bottom: 1em; }

.news { clear: both; margin-bottom: 10px; padding: 10px 10px 5px 10px;  background: #CBE4FF url('./images/bg_news.png') 0 0 repeat-x; }
.news .thumb { width: 110px; overflow: hidden; float: left; }
.news .thumb .fakeimg { width: 110px; height: 55px; line-height: 55px; text-align: center; float: left; background: #DEEEFF; background: #FFF; color: #D90405; }
.news .date { margin: 0; padding: 0; float: right; font-style: italic; }
.news .inside { width: 590px; margin: 0 0 0 10px; padding: 0; float: left; }
.news .inside .perex { clear: left; }
.news .inside .perex p { margin: 0; padding: 0; }
.news .name { padding: 0; display: block; }
.news .name a { font-weight: bold; text-decoration: none; font-size: 13px; }
