* {
	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: 1001px;
}
#body_in {
	background-image: url(../images/bg_body_in.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
/*elements*/
h1, h2, h3, h4 {
	line-height: 1.3em;
}
h1 {		
	font-size: 1.6em;
	margin: 15px 0 10px 0;	
	color: #f1ecdd;
}
h1 span {
	color: #f1ecdd;
}
h2 {
	font-size: 1.2em;
	margin: 35px 0 10px 0px;
	color: #f1ecdd;
}
h2 a {
	color: #f1ecdd;
}
h3 {
	color: #f1ecdd;
	font-size: 1.4em;
	margin: 10px 0 10px 0;
}
h4 {
	margin: 0 0 20px 0;
	font-size: 1.2em;
	color: #e9e0d0;
	padding-bottom: 10px;
	background-image: url(../images/bg_h4.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
h4.nav {
	color: #6d2e05;
	background-image: url(../images/bg_h4_nav.gif);
	margin: 15px 0 10px 0;
}
h4 a {
	color: #e9e0d0;
	text-decoration: none;
}
p { 
	color: #f1ecdd;
	font-size: 0.8em; 
	text-align: justify; 
	margin: 0.7em 0; 
	padding: 0; 
}
a { color: #e9e0d0; }
a:hover { color: #FF0000; }
a:focus { outline:none; }

img, a img {
	border: 0 none;
	padding: 0;
}
a:hover img {
	border: 0 none;
	padding: 0;
}


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

ul li {
	margin-bottom: 3px;
	padding: 0px 0 0px 20px;
	list-style-type: none;
	background-image: url(../images/li.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	list-style-position: outside;
}
ul li ul {
	margin-left: 0;
}	
ul li ul li, ol li ul li, ol li ol li { font-size: 115%; }
table {
	width: 640px;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
}
col.w310 {
	width: 310px;
}

col.w170 {
	width: 170px;
}
th { 
	color: #1A100B; 
	background-color: #EDE5D6;
	height: 35px;
}
th, td { 
	padding: 5px 10px; 
	border: 3px solid #2F2019;
}
td {
	color: #FFFFFF;
	background-color: #3B2C24;
}
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: 1001px;
	position: relative;
	text-align: left;
	margin: 0 auto;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-bottom: 115px;	
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 1001px;
	height: 425px;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

#logo {
	position: absolute;
	left: 30px;
	top: 20px;	
}
#logo, #logo span {
	width: 440px; 
	height: 118px; 
	overflow: hidden; 
}
#logo span {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	display: block;	
}

#header_pict {
	position: absolute;
	top: 146px;
	right: 18px;
	width: 672px;
	height: 271px;	
	overflow: hidden;	
}
/*header slide*/
.header_slide_nav {
	position: absolute;
	right: 8px;
	bottom: 8px;
	z-index: 10;
}
#header_slide_nav a {
	margin: 0 0 0 5px;
	padding: 1px 6px;
	display: block;
	float: left;
	font-size: 80%;
	text-decoration: none;
	border: 1px solid #e5d9c8;
	background-color: #25160f;
	color: #e5d9c8;
}
#header_slide_nav a.activeSlide {
	color: #e5d9c8;
	background-color: #5b3b28;
}
#header_slide_nav a:focus { outline: none; }
#header_slide {
	width: 672px;
	height: 271px;
}	
#header_slide img {
	border: 0 none;
}

/*flags*/
#flags {
	position: absolute;
	top: 37px;
	right: 31px;
}
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: 21px;
	height: 16px;
	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;
}


/*colums*/
#left, #right {
	display: inline;
}
#left {
	width: 311px; 
	float: left; 
	margin: 425px 0 0 -1001px;
}
#left p { 
	text-align: left;
}
#right { 
	width: 690px;
	float: left; 
	margin: 425px 0 0 311px;
}

#footer {
	width: 1001px;
	height: 115px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 0;
	bottom: 0;
}
p.nahoru {
	position: absolute;
	top: 17px;
	right: 30px;
}
p.nahoru, p.nahoru a {
	color: #e9e0d0;
}	
p.nahoru a:hover {
	color:red;
}
#copy p {
	font-size: 0.8em;
	margin: 60px 0 0 42px;
	padding-left: 55px;
	background-image: url(../images/foot_logo_2m.gif);
	background-repeat: no-repeat;
	background-position: left center;
}	
#copy p {
	text-align: left;
}	
#copy p, #copy p a {
	color: #e9e0d0;
}
#copy p a:hover {
	color: red;
}

#left_rezervace label {
	width: 80px;
}
#left_rezervace input.inp {
	width: 160px;
}	

.leftbox1, .leftbox2, .leftbox3 {
	margin-left: 11px;
	background-color: #4c3e36;
}
.leftbox2 {
	background-color: #3b2c24;
} 
.leftbox3 {
	background-color: #2f2019;
}
.leftbox_in {
	padding: 20px;
}

/*navigace*/
#navigace {
	position: absolute;
	top: 138px;
	left: 30px;
	width: 260px;
}
#navigace ul {
	width: 260px;
	margin: 0;
	padding: 0;
	background-image: none;
}	
#navigace ul li {
	background-image: none;
	margin: 0;
	padding: 5px 0 0px 0;
	list-style-type: none;
	list-style-image: none;
}
#navigace ul li a {
	font-size: 1.3em;
	min-height: 20px;
	color: #4b301d;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0;
	padding: 0 0 0 25px;
	display: block;
	width: 235px;
	background-image: url(../images/navigace_li.gif);
	background-repeat: no-repeat;
	background-position: left 1px;	
}	
#navigace ul li a:hover, #navigace ul li a.sel {	
	text-decoration: underline;
}


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

p.info {
	background-image:url(../images/icon_info.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 55px;
	color: #25160F;
	background-color: #E9E0D0;
}
div.info2 {
	border: 1px solid #FFFFFF;
	padding: 1px;
	width: 638px;
}	
div.info2 p {
	font-size: 1em;
	font-weight: bold;
	background-color: #df6e2c;	
	margin: 0;		
}	
div.info2 p a {
	color: #FFFFFF;
	display: block;	
	padding: 15px 5px 15px 55px;
	background-image: url(../images/icon_video.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
div.info2 p a:hover {
	color: #000000;
}


.vetsi {
	font-size: 110%;
}
.vetsi2 {
	font-size: 150%;
}
.mensi {
	font-size: 90%;
}	
.inner {
	padding: 20px 30px 20px 20px;	
}
.inner2 {
	margin: 20px 20px 20px 30px;
}	

#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;
}
.d2 {
	float: left;
	margin-right: 20px;
}
.d3	{
	float: left;	
}
.block_size { width:60px; float:left;}
.block_size1 { width:30px; float:left;}

.cleaner { font-size: 1px; line-height: 1px; float: none; clear: both; }
.delitko {
	font-size: 1px;
	line-height: 1px;
	margin: 5px 0 10px 0;
	float: none;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4C3E36;
}
.fl_left { float: left; margin-right: 20px; margin-bottom: 10px; }
.fl_right { float: right; margin-bottom: 10px; margin-left: 10px; }

.nobr, a img.nobr, a:hover img.nobr {
	padding: 0;
	border: 0 none;
}	
.notop {
	margin-top: 0;
}
.nomar {
	margin: 0;
}
.noscreen { display: none; }
.pdf { 
	background-image: url(../images/icon_pdf.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
	padding-left: 25px; 
}
.redfont, .redfont a {
	color: #9D0A0E;
}	
.out {
	background-image: url(../images/out.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}

p.drobky {
	text-align: left;
	width: 640px;
	height: 39px;
	line-height: 39px;
	background-color: #1a100b;
	padding: 0 20px;	
}
p.drobky, p.drobky a {
 	color: #a39d91;
	margin: 0;
}
p.drobky a:hover {
	color: #FF0000;
}

.novinka {
	background-image: url(../images/icon_datum.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}

.zprava_ok, .zprava_bad {
	min-height: 70px;	
	margin-bottom: 10px;
	background-image: url(../images/zprava_ok_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #8cd500;
}
.zprava_bad {
	background-image: url(../images/zprava_bad_bg.gif);
	background-color: #9d0b0f;
}
.zprava_ok p, .zprava_bad p {
	min-height: 45px;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/zprava_ok.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 15px 10px 10px 80px;
}
.zprava_bad p {
	background-image: url(../images/zprava_bad.gif);
}
.zprava_ok p a, .zprava_bad p a {
	color: #FFFFFF;
}
.zprava_ok p a:hover, .zprava_bad p a:hover {
	color: #000000;
}

/*BTNS*/
.btn { 
	position: relative; 
	background: #aaa; 
	padding: 5px; 
	color: #363636; 
	text-decoration: none; 
	cursor: pointer;	
}
.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; 
}

.btn.oranz { 
	background: #df6e2c; 
	color: #000000;
	font-weight: bold;
	border-top: 2px solid #f7f6ef;
	border-left: 2px solid #f7f6ef; 
	border-right: 2px solid #959389; 
	border-bottom: 2px solid #959389; 	 
}


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

.star {
	font-size: 1.6em;
	padding: 0 0px;
	color: #ff0000;
}
.email_inp {
	width: 135px;
	font-size: 1em;
	height: 22px;
	margin-right: 5px;
	padding: 6px 0 0 2px;
	vertical-align: bottom;
}

.kont_col1 {
	float: left;
	width: 300px;
	margin-right: 10px;
}
.kont_col2 {
	float: left;
	width: 340px;
	padding-top: 22px;
}
/*kontakt form*/
#kontakt {
	width: 640px;
	padding: 10px 0px;
	margin-bottom: 30px;
	
}
/*
#kontakt p a {	
	color: #000000;
}
#kontakt p a:hover {	
	color: #ff0000;	
}*/	
.kontakt_tel, .kontakt_mail {
	background-image: url(../images/kont_form_tel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 240px;
	height: 48px;
	line-height: 48px;
	margin-right: 20px;
	padding-left: 70px;
	float: left;
	font-size: 1.2em;
}
.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: 209px;
	padding-right: 6px;
}

#kontakt .kont_last {
	padding-right: 0;
}		
#kontakt input.inp {
	width: 205px;
}
#kontakt select {
	width: 212px;
}
#kontakt textarea {
	width: 635px;
}		
#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;
}

.card1, .card2 {
	float: left;
	width: 206px;
	text-align: center;
	margin: 0 11px 11px 0;
}
.card2 {
	margin: 0 0 11px 0;
}
.card1 a img, .card2 a img,
.card1 a:hover img, .card2 a:hover img {
	border: 0 none;
	padding: 0;
}
.card1 p, .card2 p {
	text-align: center;
}

.pruvodce_obal {
	margin-bottom: 10px;
	border-bottom: 1px solid #3B2C24;
}
.pruvodce_obal h2 {
	margin-top: 0;
}

/*rezervace*/
#rezervace label {
	width: 120px;
	float: left;
	text-align: left;
}
#rezervace select {
	width: 170px;	
}

.card1, .card2 {
	float: left;
}
	

