* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	text-align: center;
	background-color: #f3e6d1;
	min-width: 988px;
}
p, td, th, li, h1, h2, h3, h4 {
	cursor: default;
}
sub, sup {
	vertical-align:baseline;
	position:relative;
}
sub {
	top:0.4em;
}
sup {
	bottom:0.4em;
}


/*elements*/
h1 {
	font-size: 1.6em;
	line-height: 1.1em;
	margin: 0 0 20px 0;
	color: #910333;
}
h1 span {
	font-size:90%;
}
h2 {
	color: #910333;
	font-size: 1.1em;
	margin: 20px 0 10px 0;
}
h2.br {
	border-bottom: 1px solid #8d5347;
}
h3 {
	color: #333333;
	font-size: 1em;
	margin-top:30px;
}
h3 strong {
	color: #910333;
}
	
h4 {
	color: #000000;
	background-image: url(../images/bg_h4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0.9em;
	padding: 0 10px 0 40px;
	line-height: 38px;
}	
h4#first {
	border-top: 1px solid #FFFFFF;
}	
h5 {
	background-color: #62624f;
	color: #FFFFFF;
	font-size: 0.8em;
	padding: 0 10px 0 20px;
	line-height: 47px;
}	

p { 
	color: #8d5347;
	font-size: 0.8em; 
	text-align: left; 
	margin: 0.7em 0; 
	padding: 0; 
}
strong {
	color: #910333;
}

a, strong a, a strong { 
	color: #8d5347;
}	
a:hover, strong a:hover, a:hover strong { color: #910333; }
a:focus { outline:none; }

/*
div.img_obal { 
	padding: 12px; 
	margin: 5px;
    background: #534741;
}
*/	 

img, a img {	
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 8px solid #534741;*/
	margin: 0;
	border:0;
}
a:hover img {
	/*border: 8px solid #8d5347;*/
}

.img_vertical {
	background-image: url(../images/img_vertical.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 169px;
	height: 263px;
	padding: 22px 0 0 20px;
}
.img_vertical img {
	padding: 0;
	border: 0 none;
}	
.img_vertical p {	
	margin: 20px 5px 0 0;
	text-align: right;
}


/*NEW IMG*/ 
.img_obal, .img_obal_right {
	float: left;
	text-align: center;
	margin-bottom: 20px;
}	
.img_obal_right {	
	float: right;
	margin-left: 10px;
}	
.img_obal a,
.img_obal_right a {
	background-image: url(../images/imgobal_left.png);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	width: 219px;
	height: 169px;
	margin: 0;
	padding-left: 17px;
}
.img_obal a span,
.img_obal_right a span {
	background-image: url(../images/imgobal_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	height: 169px;
	padding-right: 17px;
}
.img_obal a:hover,
.img_obal_right a:hover {
	background-position: bottom left;
}		
.img_obal a:hover span,
.img_obal_right a:hover span {
	background-position: bottom right;
}
.img_obal a img,
.img_obal_right a img,
.img_obal a:hover img,
.img_obal_right a:hover img  {
	border: 0 none;
	padding: 17px 0 0 0;
	margin: 0;
}	
/*END*/




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

ul li {
	margin-bottom: 4px;
	padding: 0 0 0 20px;
	list-style-type: none;
	background-image: url(../images/li1.png);
	background-position: left 2px;
	background-repeat: no-repeat;
	background-position: left top;
	list-style-position: outside;
	_height: 1px;
}

ul.seznam li {
	margin: 10px 0;
	padding: 0 0 10px 20px;
	border-bottom: 1px solid #333333;
}	
ul.seznam li.last {
	border-bottom: none;
}	

ul li ul li { font-size: 110%; }
table {
	width: 708px;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
	text-align:left;
}
th { color: #fff; background-color: #bc9a5c /*a8023b*/; }
td { color: #8d5347; }
tr.oddelovac td, tr:hover.oddelovac td { background-color:#d4b8a5; color:#000; font-weight:bold; text-align:center;}

tr:hover td, tr.sudy:hover td { 
	background-color: #910333; 
	color: #fff;
}
tr.sudy td { background-color:#ECD8B7;}
td strong {color: #8d5347; }
tr:hover td strong {
	color:#fff;
}
th, td { padding: 2px 10px; border: 1px solid #bc9a5c; }

col.width_50 { width: 50px;}
col.width_65 { width: 65px;}
col.width_80 { width: 80px;}

col.sloupec_cas { width: 75px;}
col.sloupec_ceny { width: 95px;}
col.sloupec_dny { width: 70px;}
.radek td {
	background-color: #d9c0ac;
	color: #000000;
	font-weight: bold;
}

td.ceny, td.cas {
	text-align:right; 
	padding-right:10px; 
	/*color: #FFFFFF; 
	font-weight:bold;*/
}


form { margin: 0; padding: 0; }
fieldset {
	margin-bottom: 10px;
	padding: 15px;
	background-color: #EBEBEB;
	border: 0 none;
}
fieldset h2 {
	margin-top: 0;
}
label {
	float: left;
	width: 150px;
}
hr { display: none; }

/*division*/
#content {
	width: 988px;
	position: relative;
	text-align: left;
	margin: 0 auto;
}

#tophead {
	position: absolute;
	top: 0;
	right: 0;
	width: 768px;
}
#flags {
	width: 300px;
	height: 27px;
	background-image: url(../images/flags_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px 0 0 40px;
	margin: 17px 0 0 180px;
}
#flags p {
	margin: 0;	
	font-size: 0.9em;
	color: #8d5347;
}	
#flags a {
	color: #8d5347;
	text-decoration: none;
}
#flags a:hover, #flags a.sel {
	color: #910333;
	text-decoration: underline;
}
#find {
	position: absolute;
	top: 8px;
	right: 0;
}
#find p {
	margin: 5px 0 0 0;
	float: left;
}	
input.find_inp {
	background-image: url(../images/find_inp.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	width: 154px;
	height: 23px;
	border: 0 none;
	margin: 0 5px 0 0;
	padding: 8px 0 0 15px;
	color: #534741;
	vertical-align: bottom;
}	
input.find_btn {
	background-image: url(../images/find_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 119px;
	height: 31px;
	padding-bottom: 4px;
	border: 0 none;
	font-weight: bold;
	color: #FFFFFF;
}
input.find_btn:hover {
	background-position: left -31px;
}	

		
#header {
	position: absolute;
	top: 58px;
	right: 0;
	width: 768px;
	height: 426px;	
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header .in {
	background-image: url(../images/header_in.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 5px 0 0 5px;
	width: 760px;
	height: 413px;
	position: relative;
}
#header .in p.book_btn {
	position: absolute;
	top: 15px;
	left: 15px;
	margin: 0;
}
#header .in p.book_btn a {	
	background-image: url(../images/book_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 131px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	display: block;
	border: 0 none;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#header .in p.book_btn a:hover {
	background-position: left -43px;
	text-decoration: underline;
}	


#header_other {
	position: absolute;
	top: 58px;
	right: 0;
	width: 770px;
	height: 201px;	
	background-image: url(../images/header_other_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header_other .in {
	margin: 5px 0 0 5px;
	width: 765px;
	height: 196px;
}
#header .motto, #header_other .motto {
	width: 228px;
	margin: 0 0 0 35px;
	padding-top: 44px;
}
#header_other .motto {
	width: 250px;
	padding-top: 25px;
}	
#header .motto h2, #header_other .motto h2 {
	color: #816d4c;
	margin: 0 0 20px 0;
	font-size: 1.7em; 
} 
#header .motto p, #header_other .motto p {
	color: #1a1919;
	font-size: 0.8em; 
}
#header .motto ul, #header_other .motto ul {
	margin-left:0;
}
#header .motto ul li a, #header_other .motto ul li a {
	color:#534741;
	font-size:110%;
	font-weight:bold;
}
#header .motto ul li a:hover, #header_other .motto ul li a:hover {
	color:#000;
}
.header_button a {
	position: absolute;
	top: 276px;
	left: 30px;
	background-image: url(../images/header_button1.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 187px;
	height: 71px;
	padding: 20px 30px 0 30px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}	
.header_button a span {
	color: #fff200;
}
.header_button a:hover {
	background-position: left -91px;
}

.header_other_button a {
	position: absolute;
	top: 114px;
	left: 30px;
	background-image: url(../images/header_other_button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 179px;
	height: 36px;
	padding: 17px 30px 0 50px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}	
.header_other_button a span {
	color: #fff200;
}
.header_other_button a:hover {
	background-position: left -56px;
}
	
		

#left, #right, #right_other {
	display: inline;
	position: relative;
}
#left {
	width: 220px; 
	float: left; 
	margin: 0 0 0 -988px;
}	
#right, #right_other {
	width: 768px; 
	float: left; 
	margin: 488px 0 0 220px;
}
#right_other {
	margin-top: 266px;
}	

#logo {
	position: absolute;
	top: 0;		
	left: 0;
}
#logo, #logo span {
	width: 220px; 
	height: 191px;
	overflow: hidden;
}
#logo span {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	display: block;			
}	


/*navigace*/
#left #left_nav {
	width: 200px;
	position: absolute;
	top: 215px;
	left: 21px;
	/*background-color: #00FF00;*/
}
#left_nav ul {
	margin: 0;
	padding: 0;
	background-image: none;
}	
#left_nav li {
	background-image: none;
	margin: 0 0 1px 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
/*	text-align: right;	*/
}
#left_nav li a {
	font-size: 1.2em;
	color: #950235;
	text-decoration: none;
	font-weight: bold;
	min-height: 19px;
	line-height: 19px;
	margin-left: 0;
	padding: 3px 32px 3px 12px;
	display: block;
}	
#left_nav li a:hover, #left_nav li a.sel {
	background-image: url(../images/nav_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#left_nav li ul {
	margin: 0 0 0 1px;
	padding: 5px 0;
}	
#left_nav li ul li {
	border-bottom: 0 none;	
}
#left_nav li ul li a {
	font-size: 1.2em;
	min-height: 20px;
	line-height: normal;
	font-weight: normal;
	list-style-position: outside;
	font-size: 110%;
	color: #8d5347;
	
}	
#left_nav li ul li a:hover, #left_nav li ul li a.subsel {
	background-image: none;
	text-decoration:underline;
	color: #8d5347;
}
#left_nav li.u_sebe a {
	line-height:16px;
}
#left_nav li ul li.dva_radky {
	min-height:35px;
	
}
#left_nav li ul li.tri_radky {
	min-height:52px;
	
}

#footer {
	height: 50px;
	margin-top: 10px;
}
#footer .out {
	background-image:url(../images/out_black.gif);
}		

#copy {
	width:1000px;
	margin: 0 auto;
	/*background-color: #d4b8a5;*/
}	

#copy .in {
	margin-left:250px;
	/*background-color:#666666;*/
	width:720px;
}
/*//// ZOUTOUB A FEJSBUK ///*/
#copy div.facebook, #copy div.youtube {
	float:right;
	display:block;
	width:30px;
	height:30px;
	background-image:url(../images/facebook30.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#copy div.youtube {
	width:65px;
	background-image:url(../images/youtube30.png);
	margin-left:10px
}

#copy div.facebook a, #copy div.youtube a{
	height:30px;
	display:block;
	text-decoration:none;

}


#copy .in p,
#copy .in a,
#copy .in ul {
	color: #534741;
} 
#copy .in strong a,
#copy .in a strong {
	color: #7f6e63;
}
#copy .in a:hover,
#copy .in strong a:hover,
#copy .in a:hover strong {
	color: #950235;
}	
	




.drobky {
	background-image: url(../images/drobky1.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	margin: 0 0 20px 0;
	color: #8d5347;
	_height: 1%;
}
.drobky a {
	color: #8d5347;
}
.drobky a:hover {
	color: #910333;
}

.d2 {
	float: left;
	width: 309px;
	margin-right: 30px;	
}
.d3 {
	float: left;
	width: 369px;
}

.d4, .d5, .d6 {
	float: left;
	width: 205px;
}
.d4, .d5 {
	margin-right: 21px;
}

/*UVOD BOXES*/
.uvodbox {
	background-image: url(../images/uvodbox1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 256px;
	float: left;
	margin-bottom: 0px;
}
.mr {
	margin-right: 0px;
}
.uvodbox_in {
	margin:0;
	padding:0;
	min-height: 85px;
	_height: 85px;
}
.uvodbox_in	p {
	margin: 5px 0 5px 15px;
	color: #252525;
}
.uvodbox h2 {
	line-height: 43px;
	/*margin: 0 0 0 15px;*/
	margin: 0 0 0 0px;
	font-size: 1em;
	text-align:center;
}		
.uvodbox h2, .uvodbox h2 a {
	color: #FFFFFF;
	text-decoration: none;
}
.uvodbox h2 a:hover {
	text-decoration: underline;
}	

.uvodbox a img, .uvodbox a:hover img {
	border: 0 none;
	padding: 0;
	margin-left: 5px;
}
.uvodbox ul {
	margin: 5px 0 5px 15px;
}
.uvodbox ul li, .uvodbox ul li a {
	color: #534741;
}
.uvodbox ul li a:hover {
	color: #000000;
	color:#fff;
}	 		
.uvodbox_foot {
	background-image: url(../images/uvod_box_foot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	overflow: hidden;
}

/*UVOD WIDE BOX*/
.uvod_widebox {
	background-image: url(../images/uvod_widebox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 760px;
}
.uvod_widebox p {
	color: #534741;
}
.uvod_widebox a, .uvod_widebox strong a, .uvod_widebox a strong { 
	color: #534741;
}

.uvod_widebox h2 {
	line-height: 43px;
	margin: 0 0 0 15px;
	font-size: 0.9em;
}		
.uvod_widebox h2, .uvod_widebox h2 a {
	color: #FFFFFF;
	text-decoration: none;
}
.uvod_widebox_left {
	float: left;
	width: 247px;
	margin-right: 11px;
}
.uvod_widebox_right {
	float: left;
	width: 502px;
}
.uvod_widebox_left .in, .uvod_widebox_right .in {
	margin: 15px;
}	
.uvod_widebox_foot {
	background-image: url(../images/uvod_widebox_foot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	overflow: hidden;
}
	


#uvod_kontakt label {
	text-align: right;
	padding: 10px 10px 0 0;
}	
#uvod_kontakt input.inp {
	background-image: url(../images/input_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 132px;
	height: 16px;
	border: 0 none;
	padding: 12px 10px;
}
#uvod_kontakt textarea {
	background-image: url(../images/textarea_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 132px;
	height: 75px;
	border: 0 none;
	padding: 12px 10px;
}
	
/*classes*/
.notop {margin-top:0;}
.nomar {margin:0;}
.nobr {border:0 none;}

.center { text-align: center; }
.left { text-align:left;}
.right { text-align:right;}
.mensi {
	font-size: 75%;
}
.vetsi {
	font-size: 105%;
}		

.inner {
	margin: 5px 30px 15px 30px;
	min-height: 500px;
	_height: 500px;
}
.inner_uvod {
	margin: 0;
}
.inner_foot {
	background-image: url(../images/inner_foot.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 768px;
	min-height: 90px;
	_height: 90px;
	position: relative;
	top: -30px; 
}
.userline {
	position: absolute;
	bottom: 10px;
	right: 115px;
}
.userline a {
	color: #FFFFFF;
}
.email_kontakt, .print, .nahoru {
	float: left;
	background-repeat: no-repeat; 
	background-position: left center; 
	margin: 0 20px 0  0;
	padding: 0 0 0 35px;
	height: 25px;
	line-height: 25px;
}
.email_kontakt {
	background-image: url(../images/icon_mail.png); 
}
.print { 	
	background-image: url(../images/icon_print.png); 
}
.nahoru { 	
	background-image: url(../images/icon_top.png); 	
	padding-left: 29px;
}


.inner2 {
	margin: 10px 15px;
}	



.block_size { width: 50px; float:left;}
.block_size1 { width: 300px; float:left;}
.block_size2 { width: 110px; float:left;}
.block_size4 { width: 140px; float:left;}
.block_size5 { width: 180px; float:left;}
.delitko {
	background-image: url(../images/delitko2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 708px;
	height: 25px; 
	float: none; 
	clear: both;
	margin: 20px 0; 
}
.cleaner { height: 1px; line-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; }

.info {
	font-weight:bold;
	background-color: #A3885D;
	border: 1px solid #cdbc7e;
	padding: 10px 10px 10px 27px;
	margin-bottom: 10px;
	background-image: url(../images/info.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	color:white;
}
.info strong {
	color:#fff;
}

.info p {
	text-align: left;
}	

/*.info p.pdf { 
	background-image: url(../images/pdf_icon.gif); 
	background-repeat: no-repeat; 
	background-position: left center;
	padding: 0 0 0 35px;
	margin-left: 55px;
	line-height: 29px;
}*/
.info_clock {
	background-image: url(../images/info_in_clock3.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding: 0 0 0 85px;
	margin: 0;
	width: 623px;
	min-height: 92px;
	_height: 92px;
	border: 1px solid #910333;

}


.info_1, .info_2, .info_pdf, .info_bad {
	background-image: url(../images/info1.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 48px;
	line-height: 48px;
	padding: 0 10px 0 55px;	
}
.info_bad {
	background-image: url(../images/info_bad1.png);
	color: #910333;
	font-weight:bold;
}
.info_2 {
	height: 38px;
	line-height: normal;
	padding: 5px 10px 5px 55px;
}
.info_pdf {
	background-image: url(../images/info_pdf.png);
}	
.citace {
	background-image: url(../images/citace.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	_height: 1px;
}
.podpis {
	font-style: italic;
	color: #910333;
	text-align: right;
}
.nobr {
	padding: 0;
	border: 0 none;
}	
.noscreen { display: none; }
.goldfont {
	color: #cdbc7e;
}	
.redfont {
	color: #790000;
}	
.yellowfont {
	color: #fff200;
}
.cena {
	border-left: 3px solid #8d5347;
	padding-left: 5px;
}	
span.cena {
	margin: 5px 0 0 0;
	display: block;
}	
.out {
	background-image: url(../images/out.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}
.novinka {
	background-image: url(../images/icon_datum.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}

#chyba {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 100%;
	background-color: #C70808;
	padding: 10px;
}
#chyba_ok {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 100%;
	background-color: #00CC00;
	padding: 10px;
}

#chyba a {
	color: #FFFFFF;
}	
#kontakt label.error {
	float: none;
	text-align: left;
	width: 250px;
	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;
}
form#kontakt input.inp, form#kontakt textarea {
	width: 200px;
}
p.pod_kat { 
	font-size: 0.9em; 
	font-weight: bold; 
	background-image: url(../images/folder.gif); 
	background-repeat: no-repeat; 
	padding-left: 20px;
	margin-top: 20px;
}
div.podtrh {
	border-bottom: 1px dotted #CCCCCC;
	clear: both;
	float: none;
	height: 1px;
	padding-top: 3px;
}	

/*BTNS*/
.btn, .btn_zbozi { 
	position: relative; 
	background: #aaa; 
	padding: 5px; 
	color: #210202; 
	text-decoration: none; 
	cursor: pointer;	
}
.btn_zbozi {
	padding: 0;
	width: 104px;
	height: 22px;
	font-size: 80%;
}
.btn_find {
	padding: 0 5px;
	height: 26px;
	font-size: 80%;
}
	
.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.grey { background: #910333; color:#FFFFFF; }
.btn.red { background: #cdbc7e; color:#FFFFFF; }
.btn.gold { background: #cdbc7e; color: #000000; }
.btn:hover { background-color: #8b7d62; color: #FFFFFF; }
.btn[class] {  background-image: url(../images/shade.png); background-position: bottom; }

.btn_zbozi.grey { background: #f9f9f9; color: #210202; font-weight: bold; }
.btn_zbozi:hover { background-color: #CCCCCC; }
.btn_zbozi[class] { /*background-image: url(../images/shade.png);*/ background-position: bottom; }

.btn_find.grey { background: #9a9898; color: #FFFFFF; font-weight: bold; }
.btn_find:hover { background-color: #CCCCCC; }
.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; }
*/


/*fotogalerie*/
.foto_seznam_obal, .foto_seznam_obal2 {
	float: left;
	width: 210px;
	margin-right: 10px;
}
.foto_seznam_obal p, .foto_seznam_obal2 p {
	text-align: center;
}	
.foto_seznam_obal2 {
	margin-right: 0;
}


/*button*/
.button {
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 133px;
	height: 44px;
	border: 0 none;
	font-weight: bold;
}
.button:hover {
	background-position: left -44px;
}
.odst1_half {
	float: left;
	width:120px;
}
.odst1, .odst2, .odst3 {
	float: left;
	width: 228px;
	margin: 10px 0;
	text-align: center;
}
.odst1, .odst2 {
	margin-right: 10px;
}
.odst1 p, .odst2 p, .odst3 p {
	margin: 5px 5px 0 5px;
	text-align: center;
}
.odst1 ul li, .odst2 ul li, .odst3 ul li {
	text-align: left;
}	
.odst1 p.odkaz a, .odst2 p.odkaz a, .odst3 p.odkaz a {
	text-align: center;
	margin: 5px 0;
	font-size: 1em;
	line-height:1.3em;
	font-weight: bold;
	font-size: 120%;
}
.odst12 {
	float: left;
	width: 430px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

.odst1, .odst2, .odst3 {
	float: left;
	width: 228px;
	margin: 10px 0;
	text-align: center;
}
.odst1, .odst2 {
	margin-right: 12px;
}
.odst1 p, .odst2 p, .odst3 p {
	margin: 5px 5px 0 5px;
	text-align: center;
}
.odst1 ul li, .odst2 ul li, .odst3 ul li {
	text-align: left;
}	
.odst1 p.odkaz a, .odst2 p.odkaz a, .odst3 p.odkaz a {
	text-align: center;
	margin: 5px 0;
	font-size: 1em;
	line-height:1.3em;
	font-weight: bold;
	font-size: 120%;
	color: #8d5347;
}
.odst1 p.odkaz a:hover, 
.odst2 p.odkaz a:hover, 
.odst3 p.odkaz a:hover {
	color: #910333;
}
.odst12 {
	float: left;
	width: 430px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;

}

span.star {
	font-size:1.8em;
	color: #000000;	
}

/* REZERVACNI FORM */
form#rezervace {
	background-color:none;
}

form#rezervace fieldset {
	border:1px solid #bc9a5c;
	background:none;
	margin-bottom:30px;
	padding-left:30px;
	padding-right:30px;
	/*background-color:#333333;*/
}

form#rezervace fieldset legend {
	border:1px solid #bc9a5c;
	padding:5px 10px;
	background: #910333; 
	color:#FFFFFF;
	font-weight:bold;
}
form#rezervace fieldset h3 {
	margin: 20px 0 5px 0;
}
form#rezervace fieldset div.balicek {
	margin:0;
	padding:0;
}
form#rezervace fieldset div.balicek.sudy {
	background-color:#ECD8B7;
}
form#rezervace fieldset select {
	width:72px;	
}
form#rezervace fieldset div.balicek p.nadpis {
	float:left;
	/*color:#cdbc7e;*/
	padding: 2px 5px;
	margin:0;
}
form#rezervace fieldset div.balicek p.cena_osoby {
	float:right;
	color: #333333;
	margin:0;
}
form#rezervace fieldset div.balicek p.popis {
	color: #333333;
	margin:0;
	padding-left: 5px;
}

form#rezervace fieldset div.delitko {
	background-image: url(../images/delitko_form.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 640px;
	height: 22px; 
	float: none; 
	clear: both;
	margin: 20px 0 10px 0; 
	/*background-color:red;*/
}


.next {
	float:right;
}
.prev {
	float:left;
}

/* KROK 1 */
form#rezervace fieldset#krok1  p {
	clear:both;
	float:none;
}
form#rezervace fieldset#krok1 input {
	width:68px;
}
/* bejvavalo 
form#rezervace fieldset#krok1 input.cas_h {
	width:18px;
}
form#rezervace fieldset#krok1 input.cas_m {
	width:18px;
}*/
form#rezervace fieldset#krok1 select.cas_h {
	width:40px;
}
form#rezervace fieldset#krok1 select.cas_m {
	width:48px;
}

/* KROK 2 */
form#rezervace fieldset#krok2 div.balicek p.cena_osoby input.osoby {
	width:15px;
	text-align:right;
	border: 3px #bc9a5c solid;
}

form#rezervace fieldset#krok2 select {
	width:35px;


}
/* KROK 3 */
form#rezervace fieldset#krok3 input, form#rezervace fieldset#krok3 textarea {
	width:300px;
}

form#rezervace fieldset#krok3 div#otazka {
	margin-left:140px;
}
form#rezervace fieldset#krok3 div#otazka input.radio {
	float:left;
	width:10px;
	margin: 4px 10px 0 0;
}

form#rezervace fieldset#krok3 div#otazka p {
	margin: 2px 0 2px 0;
	padding: 0;
}
.hidden {
	display:none;
}

/* KONEC REZ FORM */


div.lekari h2 {
	margin-bottom:0;
}
div.lekari p {
	margin-top:0;
}
div.videogalerie {
	width:708px;
	text-align:center;
}