* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	text-align: center;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat;
	background-position: left top;
	min-width: 980px;
	margin-bottom: 30px;
}

/*elements*/
h1 {
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 0px 0 10px 0;
	color: #5e1e0d;
}
h2 {
	font-size: 1em;
	line-height: 1.2em;
	margin: 30px 0 10px 0px;
	color: #5e1e0d;
	font-weight: bold;
}
h2 a {
	color: #a0410d;
}
h3 {
	color: #414c40;
	font-size: 1em;
	margin: 20px 0 10px 0;
}
	
p { 
	color: #000000;
	font-size: 0.8em; 
	text-align: justify; 
	margin: 0.7em 0; 
	padding: 0; 
}
a { color: #363636; }
a:hover { color: #FF0000; }
a:focus { outline:none; }

img, a img {
	/*border: 5px solid #FFFFFF;*/
}
a:hover img {
	/*border: 5px solid #a0410d;*/
}

.img_obal {
	float: left;
	text-align: center;
}	
.img_obal a {
	background-image: url(../images/imgobal_left1.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	width: 174px;
	height: 123px;
	margin: 0 5px 5px 0;
	padding-left: 5px;
}
.img_obal a span {
	background-image: url(../images/imgobal_right1.gif);
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	height: 123px;
	padding: 0 5px 0 0;	
}
.img_obal a:hover {
	background-position: bottom left;
}		
.img_obal a:hover span {
	background-position: bottom right;
}

.img_obal a img {
	border: 0 none;
	padding: 5px 0 0 0;
}	


ul, ol {color: #363636; }
ul { font-size: 80%; margin: 10px 0 10px 10px; padding-left: 0; }
ol { font-size: 80%; margin-left: 19px; }

ul li {
	padding-left: 12px;
	margin-bottom: 5px;
	list-style-type: none;
	background-image: url(../images/li.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
	list-style-position: outside;
}
ul li ul {
	margin-left: 0;
}	
ul li ul li { font-size: 110%; }
table {
	width: 634px;
	font-size: 80%;
	border-collapse: collapse;
	text-align: center;	
}
th { color: #000000; }
th, td { padding: 2px 5px; border: 1px solid #e9e9e9; }
form { margin: 0; padding: 0; }
fieldset {
	margin-bottom: 10px;
	padding: 0 0 0 15px;
	background-color: #FFFFFF;
	border: 0 none;
	border-left: 5px solid #8DC63F;
}
fieldset h3 {
	margin-top: 0;
}
label {
	float: left;
	width: 130px;
}
hr { display: none; }


/*division*/
#content {
	width: 980px;
	position: relative;
	text-align: left;
	margin: 0 auto;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#main_box_uvod {
	padding: 497px 0 0 0;	
}
#main_box {
	padding: 314px 0 0 0;	
}

#header, #header_other {
	position: absolute;
	top: 58px;
	left: 0;
	width: 980px;
	height: 415px;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header_pict, #header_pict_other {
	width: 619px;
	height: 368px;
	position: absolute;
	top: 24px;
	left: 24px;
	overflow: hidden;
}
#header_other {
	height: 233px;
	background-image: url(../images/bg_header_other.gif);
}
#header_pict_other {
	height: 185px;
	background-image: url(../images/header_pict.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*header slide*/
.header_slide_nav {
	position: absolute;
	right: 11px;
	top: 11px;
	z-index: 10;
}
#header_slide_nav a {
	margin: 0 0 0 5px;
	padding: 1px 6px;
	display: block;
	float: left;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	background-color: #338298;
	color: #000000;
	font-size: 80%;
}
#header_slide_nav a.activeSlide {
	color: #000000;
	background-color: #99c1cd;
}
#header_slide_nav a:focus { outline: none; }
#header_slide {
	width: 619px;
	height: 368px;
}	
#header_slide img {
	border: 0 none;
}


#logo {
	position: absolute;
	top: 24px;
	right: 24px;
}
#logo, #logo span {
	width: 292px; 
	height: 41px;
	overflow: hidden;
}
#logo span {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	display: block;			
}
#header_popis, #header_popis_other {
	background-image: url(../images/bg_header_popis.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 268px;
	height: 135px;
	position: absolute;
	top: 67px;
	right: 24px;
	padding: 12px;
}
#header_popis_other {
	background-image: url(../images/bg_header_popis_other.gif);
	height: 118px;
}
#header_popis p, #header_popis_other p {
	text-align: left;
	font-size: 0.8em;
}	
#header_popis p.vice, #header_popis_other p.vice {
	background-color: #534741;
	padding: 5px 0;
	text-align: center;
}	
#header_popis p.vice a, #header_popis_other p.vice a {
	color: #FFFFFF;
	text-decoration: none;
}	
#header_popis p.vice a:hover, #header_popis_other p.vice a:hover {
	text-decoration: underline;
}
#header_map {
	border: 0 none;
	padding: 0;
	position: absolute;
	top: 247px;
	right: 24px;
}	


#flags {
	position: absolute;
	top: 19px;
	right: 20px;
}
a.flag_cz, a.flag_en, a.flag_de, a.flag_ru {
	background-image: url(../images/flag_cz.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 26px;
	height: 19px;
	float: left;
	margin-right: 5px;
}
a.flag_en {
	background-image: url(../images/flag_en.gif);
}
a.flag_de {
	background-image: url(../images/flag_de.gif);
}
a.flag_ru {
	background-image: url(../images/flag_ru.gif);
}
a.flag_cz span, a.flag_en span, a.flag_de span, a.flag_ru span {
	display: none;

}
a:hover.flag_cz, a:hover.flag_en, a:hover.flag_de, a:hover.flag_ru,
a.flagsel {
	background-position: left bottom;
}


#find {
	position: absolute;
	top: 58px;
	right: 14px;
}
#find p {
	margin: 0;
	float: left;
}	

#find input.find_inp {
	background-image: url(../images/find_inp.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #1b1919;
	font-size: 1.1em;
	width: 169px;
	height: 28px;
	border: 0 none;
	margin: 0;
	padding: 9px 10px 0 10px;
	vertical-align: bottom;
}
#find input.find_btn {
	background-image: url(../images/find_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	font-size: 1em;
	width: 100px;
	height: 37px;
	border: 0 none;
	margin: 0;
	vertical-align: bottom;
}
#find input.find_btn:hover {
	background-position: left -37px;
}

/*navigace*/
#obal_nav, #obal_nav_other {
	position: absolute;
	top: 520px;
	left: 23px;
} 
#obal_nav_other {
	top: 338px;
}
#navigace,
#navigace_ru {
	background-image: url(../images/bg_navigace.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 934px;
	height: 41px;	
}	
#navigace ul,
#navigace_ru ul  {
	margin: 0 0px;
}
#navigace ul li,
#navigace_ru ul li {
	float: left;
	list-style: none;
	background-image: url(../images/navigace_delic.gif);
	background-repeat: no-repeat;
	background-position: right center;	
	margin: 0;
	padding-left: 0;
}
#navigace ul li.last,
#navigace_ru ul li.last {
	background-image: none;
}	
#navigace ul li a,
#navigace_ru ul li a { 
	display: block; 
	float: left; 
	color: #FFFFFF;
	font-size: 1em; 
	font-weight: bold;
	line-height: 41px; 
	text-decoration: none; 
	height: 41px; 
	padding: 0 12px 0 12px;
	margin: 0 2px 0 0;	
}
#navigace_ru ul li a {
	font-size: 0.9em;
}

#navigace ul li a.sel, #navigace ul li a:hover,
#navigace ul li.first a.sel, #navigace ul li.first a:hover,
#navigace_ru ul li a.sel, #navigace_ru ul li a:hover,
#navigace_ru ul li.first a.sel, #navigace_ru ul li.first a:hover {
	position: relative;
	padding-left: 12px;
	margin-right: 2px;
	background-color: #736357;
}
#navigace ul li.first a.sel, #navigace ul li.first a:hover,
#navigace_ru ul li.first a.sel, #navigace_ru ul li.first a:hover {
	background-image: url(../images/navigace_first_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.colum1 {
	width: 429px;
	float: left;
}
.colum2 {
	width: 245px;		
	float: left;
}
.colum12 {
	width: 674px;
	float: left;
}
.colum12 .odst_left, .colum12 .odst_right {
	width: 312px;
	float: left;
	margin-right: 10px;
}
.colum12 .odst_right {
	margin-right: 0;
}
.colum12 .odst_left table, .colum12 .odst_right table {
	width: 312px;
}	
.colum3 {
	width: 260px;		
	float: left;
}
.colum1 .in, .colum2 .in, .colum12 .in, .colum3 .in {
	margin: 0 20px;
}
.colum1 p, .colum2 p, .colum12 p, .colum3 p {
	text-align: left;
}	
.colum3 h2 {
	margin-bottom: 0;
}	

.bg_pistacie { background-color: #80febf; }
.bg_modra { background-color: #7edfff; }
.bg_okr { background-color: #dddd6d; }
.bg_zelena { background-color: #c2ff83; }
.bg_oranzova { background-color: #ffbf7f; }
.bg_cervena { background-color: #ff7f7e; }
.bg_zluta { background-color: #feff7f; }
.bg_zluta_tmava { background-color: #ffbe00; }

#footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat;
	background-position: left top;
	min-height: 255px;
}
#copy {
	width: 980px;
	margin: 0 auto;
	padding: 15px 0;
}
#copy p {
	text-align: center;
	color: #363636;
}		
#copy a {
	color: #363636;
	text-decoration: none;
}	
#copy a:hover { 
	text-decoration: underline;
}	
#copy p.redfont {
	color: #7a0026;
}

.kalendar_datum {
	float: left;
	margin: 0;
}
.kalendar_text {
	margin-left: 70px;
}


.three_col1 {
	float: left;
	width: 200px;
	margin-right: 25px;
}
.three_col2 {
	float: left;
	width: 293px;
	margin-right: 25px;
}
.three_col3 {
	float: left;
	width: 383px;
	margin: 0;
}	

#kontakt input.inp {
	width: 200px;
}
#kontakt textarea {
	width: 200px;
}	


.d2, .d3 {
	float: left;
	width: 450px;
	margin-right: 30px;
}
.d3 {
	margin-right: 0;
}
.col_text {
	float: left;
	width: 543px;
	margin-right: 20px;
}
.col_text_in1, .col_text_in2 {
	float: left;
	margin-right: 21px;
	width: 261px;
}
.col_text_in2 {
	margin-right: 0;
}
.col_imgs {
	float: left;
	width: 368px;
}
.out {
	background-image: url(images/out.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}


/*blog icons*/
.blog_date, .blog_autor, .blog_koment, .blog_kat  {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.blog_date {
	background-image: url(../images/datum.gif);
}
.blog_autor {
	background-image: url(../images/icon_user.gif);
}
.blog_koment {
	background-image: url(../images/icon_comment.gif);
}
.blog_kat {
	background-image: url(../images/icon_kat.gif);
}


.foto_seznam {
	width: 180px;
	float: left;
	margin: 0 5px 5px 0;
}	
		

/*classes*/
.center { text-align: center; }
.left { text-align:left;}
.right { text-align:right;}

.email_inp {
	width: 138px;
	font-size: 1em;
	height: 22px;
	margin-right: 5px;
	padding: 6px 0 0 2px;
	vertical-align: bottom;
}
.novinka_datum {
	background-image: url(../images/icon_datum.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}	
.vetsi {
	font-size: 110%;
}
.mensi {
	font-size: 90%;
}
.inner, .inner_other {
	background-image: url(../images/main_box_bg.gif);
	background-repeat: repeat-y;
}	
.inner_other {
	background-image: url(../images/main_box_bg_other.gif);
}
.inner_top {
	background-image: url(../images/main_box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 980px;
	height: 105px;
}
.inner_in {
	padding: 0px 23px 13px 23px;
}
.inner_foot {
	background-image: url(../images/main_box_footer.gif);
	background-repeat: no-repeat;
	width: 980px;
	height: 157px;
	overflow: hidden;
}
.inner_foot div.in {
	margin: 70px 0 0 50px;
}

#chyba {
	background-color: #ED1C24;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px;
	text-align: left;
}
	
#chyba a {
	color: #FFFFFF;
}
#chyba a:hover {
	color: #000000;
}		
#kontakt label.error {
	float: none;
	text-align: left;
	width: 199px;
	display: block;
	background-image: url(../images/error.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 90%;
	font-weight:bold;
	margin-top: 3px;
	margin-left: 130px;
	color: #FF0000;
}

.block_size { 
	width: 50px; 
	float: left;
}
.icon_misto, .icon_datum, .icon_vstupne {
	background-image:url(../images/icon_misto.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.icon_datum {
	background-image:url(../images/datum.gif);
}
.icon_vstupne { 
	background-image:url(../images/icon_vstupne.gif);
}




.cleaner { height: 1px; float: none; clear: both; }
.fl_left { float: left; margin-right: 10px; margin-bottom: 10px; }
.fl_right { float: right; margin-bottom: 10px; margin-left: 10px; }

.nobr {
	padding: 0;
	border: 0 none;
}	
.notop {
	margin-top: 0;
}
.noscreen { display: none; }
.pdf { 
	background-image: url(../images/icon_pdf.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
	padding-left: 25px; 
}
	
.out {
	background-image: url(../images/out.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}
.info, .info_money {
	background-image: url(../images/info.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	border-top: 2px dotted #a0410d;
	border-bottom: 2px dotted #a0410d;
	padding: 20px 10px 20px 90px;
	margin: 10px 0;
	clear: both;
}
.info_money {
	background-image: url(../images/info_money.gif);
	background-position: 10px center;
}
.star {
	font-size: 1.6em;
	padding: 0 0px;
	color: #ff0000;
}
ul.datum_archiv {
	margin-left: 0;
}
.cla {
	background-image: url(../images/datum.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}


.box_right {
	background-image: url(../images/box_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 215px;
}
.box_right h2 {
	font-size: 0.9em;
	color: #FFFFFF;
	padding-left: 15px;
	line-height: 30px;
}
.box_right_in ul {
	margin: 15px;
}
.box_right_in ul li {
	padding-left: 12px;
	margin-bottom: 5px;
	list-style-type: none;
	background-image: url(../images/box_right_li.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
	list-style-position: outside;
}	
.box_right_in span {
	color: #a1171b;
}
.box_right_foot {
	background-image: url(../images/box_right_foot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 215px;
	height: 6px;
	overflow: hidden;
}

.icon_img, .icon_pdf {
	font-size: 110%;
	font-weight: bold;
	padding: 10px 0 10px 40px;
	margin: 0 30px 0 0;
}
.icon_img {
	background-image: url(../images/icon_image.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}
.icon_pdf {
	background-image: url(../images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}

.cont_left, .cont_right {
	float: left;
	width: 244px;
}
.cont_right { 
	width: 390px;
}

/*kontakt form*/
#kontakt {
	width: 594px;
	padding: 10px 20px;
	margin-bottom: 30px;
	border: 1px solid #000000;
	background-image: url(../images/kontakt_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#kontakt p a {	
	color: #FFFFFF;
}
#kontakt p a:hover {	
	color: #ff0000;	
}	
#kontakt p.right {
	text-align: right;
}	
.kontakt_tel, .kontakt_mail {
	background-image: url(../images/kont_form_tel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 217px;
	height: 48px;
	line-height: 48px;
	margin-right: 20px;
	padding-left: 70px;
	float: left;
	font-size: 1.2em;
	color: #FFFFFF;
}
.kontakt_mail {
	background-image: url(../images/kont_form_mejl.gif);
	margin-right: 0;	
}
.kontakt_delitko {
	border-bottom: 1px dotted #999999;
	float: none;
	clear: both;
}

#kontakt .kont_1 p, #kontakt .kont_last p {
	height: 11px;
}	
#kontakt .kont_1, #kontakt .kont_last {
	float: left;
	width: 194px;
	padding-right: 6px;
}
#kontakt .kont_last {
	padding-right: 0;
}		
#kontakt input.inp {
	width: 188px;
}
#kontakt textarea {
	width: 588px;
}		
#kontakt label.error {
	float: none;
	text-align: left;
	width: 199px;
	display: block;
	background-image: url(../images/error.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 90%;
	font-weight:bold;
	margin-top: 3px;
	margin-left: 130px;
	color: #FF0000;
}	


/*BTNS*/
.btn, .btn_find { 
	position: relative; 
	background: #aaa; 
	padding: 5px; 
	color: #fff; 
	text-decoration: none; 
	cursor: pointer;	
}
.btn_find {
	padding: 0 5px;
	height: 27px;
}
	
.btn * { 
	font-style: normal; 
	background-image: url(../images/btn.png); 
	background-repeat: no-repeat; 
	display: block; 
	position: relative; 
}
.btn i { 
	background-position: top left; 
	position: absolute; 
	margin-bottom: -5px;  
	top: 0; 
	left: 0; 
	width: 5px; 
	height: 5px; 
}
.btn span { 
	background-position: bottom left; 
	left: -5px; 
	padding: 0 0 5px 10px; 
	margin-bottom: -5px; 
}
.btn span i { 
	background-position: bottom right; 
	margin-bottom: 0; 
	position: absolute; 
	left: 100%; 
	width: 10px; 
	height: 100%; 
	top: 0; 
}
.btn span span { 
	background-position: top right; 
	position: absolute; 
	right: -10px; 
	margin-left: 10px; 
	top: -5px; 
	height: 0; 
}
/*
* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }
*/

.btn.brown { background: #534741; }
.btn:hover { background-color: #8b7d62; color: #FFFFFF; }
.btn[class] {  background-image: url(../images/shade.png); background-position: bottom; }

.btn_find.oranz { background: #f7ac18; }
.btn_find:hover { background-color: #c69025; }
.btn_find:active { background-color: #c69025; }
.btn_find[class] {  background-image: url(../images/shade.png); background-position: bottom; }
/*
* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn:hover { border-color: #a00; }
*/


.stav_volny, .stav_rezervovany, .stav_prodany {
	background-image: url(../images/icon_volny.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 8px 5px 0 50px;
	margin-bottom: 5px;
	height: 40px;
	/*line-height: 48px;*/
	border: 1px solid #409e06;	
}
.stav_volny p, .stav_rezervovany p, .stav_prodany p {
	margin: 0;
}	
.stav_rezervovany {
	background-image: url(../images/icon_rezervace.gif);
	border: 1px solid #d9792a;	
}
.stav_prodany {
	background-image: url(../images/icon_prodan.gif);
	border: 1px solid #b82e08;	
}
.cena, .cena_popis {
	background-image: url(../images/icon_cena.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 8px 5px 0 50px;
	height: 40px;
	border: 1px solid #409e06;	
}
.cena {
	padding: 0 5px 0 50px;
	height: 48px;
	line-height: 48px;
}

.zvyrazeni_prodano {
	background-color: #b82e08;
	color: #FFFFFF;
}
.zvyrazeni_rezervovano {
	background-color: #d9792a;
	color: #FFFFFF;
}

/*fotogalerie kategorie*/
.foto_kat_obal, .foto_kat_obal2 {
	width: 206px;
	float: left;
	margin: 0 8px 8px 0;
	text-align: center;
}
.foto_kat_obal2 {
	margin: 0 0 8px 0;	
}
.foto_kat {
	width: 206px;
	height: 208px;
}
.foto_kat a img {
	border: 1px solid #c6c6c6;
}
.foto_kat a:hover img {
	border: 1px solid #534741;
}
.foto_kat_obal p.kat_nadpis, .foto_kat_obal2 p.kat_nadpis {
	font-size: 100%;
	text-align: center;
}

/*vypis fotek v kategorii*/
.foto_seznam_obal, .foto_seznam_obal2 {
	width: 206px;
	float: left;
	margin: 0 8px 8px 0;
	text-align: center;
	padding:0;
}	
.foto_seznam_obal2 {
	margin: 0 0 8px 0;
}
.foto_seznam_obal p, .foto_seznam_obal2 p {
	text-align: center;
}	
.foto_seznam {	
	width: 204px;	
}	
.foto_seznam a img {
	border: 1px solid #c6c6c6;
}
.foto_seznam a:hover img {
	border: 1px solid #534741;
}

