* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	text-align: center;
	background-color: #534741;
	background-image: url(../images/bg_body.gif);
	background-repeat: no-repeat;
	background-position: center top;
	min-width: 960px;	
}
html, body {
	height: 100%;
}
#page {
	width: 100%;
	position: relative;
	min-height: 100%;
}		

/*elements*/
h1 {
	font-family: "Impact", "URW Gothic L", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	font-size: 1.7em;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 20px;
	color: #534741;	
	letter-spacing: 0.05em;
}
h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: 35px;
	margin-bottom: 10px;
	color: #9D0A0E;	
	letter-spacing: 0.05em;
}
h2.notop {
	margin-top: 0;
}	
h2.br {
	padding-bottom: 3px;
	border-bottom: 1px solid #9D0A0E;
}
h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 0 15px 0;
	color: #FFF200;
	letter-spacing: 0.05em;
}
h3.mensi {
	font-size: 1.15em;
}
h4 {
	font-size: 1em;
	line-height: 1.2em;
	margin: 15px 0 5px 0;
	letter-spacing: 0.05em;
	color: #534741;
}	
h4.br {
	border-bottom: 1px solid #164A61;
	padding-bottom: 4px;
}	


p { color: #363636; font-size: 0.9em; text-align: justify; margin-top: 0.5em; margin-bottom: 0.5em; padding: 0; }
a { color: #0072BC; }
a:visited { color: #0072BC; }
a:active {color: #0072BC; }
a:hover { color: #ED1C24; }
a:focus { outline:none; }

img, a img { 
	border: 5px solid #e1e1e1;
}
a img {
	border: 5px solid #E1E1E1;
}
a:hover img {
	border: 5px solid #534741;
}

ul, ol { color: #363636; }
ul { font-size: 90%; margin-top: 10px; margin-bottom: 10px; margin-left: 18px; padding-left: 0; }
ol { font-size: 90%; margin-left: 18px; }

ul li {
	padding-left: 15px;
	margin-bottom: 2px;
	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 li { font-size: 110%; }
table {
	font-size: 80%;
	margin-top: 10px;
	width: 636px;
	margin-bottom: 10px;
	border-collapse: collapse;
}
th {
	color: #FFFFFF;
	background-color: #94CA4B;
}
th, td {
	border: 1px solid #CCCCCC;
	padding: 5px; 
}
tr:hover td {
	background-color: #FFFFCC;
}
.cena_td {
	width: 150px;
}
form { margin: 0; padding: 0; }
fieldset {
	margin-bottom: 10px;
	padding: 15px;
	background-color: #FFFFFF;
	border: 0 none;
}
fieldset h2 {
	margin-top: 0;
}
label {
	float: left;
	width: 150px;
	text-align: left;
}
label.datum {
	float: left;
	width: 130px;
}
label.jmeno {
	
	width: 45px; 
}
label.typ {
	width: 80px; 
}
label.typ_de {
	width: 90px; 
}
label.alergen {
	width: 65px; 
}
hr { display: none; }

/*division*/


#content {
	width: 960px;
	min-height: 100%;
	position: relative;
	text-align: left;
	margin: 0 auto;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	padding-bottom: 121px;
}

#header {
	position: absolute;
	top: 0;
	right: 0;
	width: 666px;
	height: 270px;
}
#header_pict {
	width: 650px;
	height: 254px;
	border: 8px solid #FFFFFF;
	overflow: hidden;
	background-color: #FFFFFF;
}
/*header slide*/
.header_slide_nav {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 10;
}
#header_slide_nav a {
	margin: 0 0 0 5px;
	padding: 2px 7px;
	display: block;
	float: left;
	font-size: 80%;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	background-color: #790000;
	color: #FFFFFF;
}
#header_slide_nav a.activeSlide {
	color: #000000;
	background-color: #FFFFFF;
}
#header_slide_nav a:focus { outline: none; }
#header_slide {
	width: 650px;
	height: 254px;
}	
#header_slide img {
	border: 0 none;
}


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

/*navigace*/
#navigace {
	position: absolute;
	left: 302px;
	top: 270px;
	width: 650px;
	height: 40px;
	background-image: url(../images/bg_navigace.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#navigace ul { 
	height: 40px;
	margin: 0; 
}
#navigace ul li {
	float: left;
	list-style: none;
	background-image: none;
	margin-left: 0;
	padding-left: 0;
	background-color: #e3ddd4;
}
#navigace ul li a { 
	display: block; 
	float: left; 
	color: #723939; 
	font-size: 1em; 
	font-weight: bold; 
	line-height: 40px;
	text-decoration: none;
	border-right: 2px solid #FFFFFF;
	height: 40px;
	padding: 0 10px; 
	font-size: 0.9em; 
}
#navigace ul.navigace_de li a {
	font-size: 0.8em; 
}
#navigace ul.navigace_ru li a {
	font-size: 0.8em; 
}
#navigace ul.navigace_de li a.dvou-radkovy {
	padding-top: 5px;
	line-height: 15px;
	font-size: 0.87em;
	height: 35px; 
}
#navigace ul li a.last { background: none; }
#navigace ul li a:hover {
	color: #FFFFFF;
	background-color: #534741;
}
body.uvod #navigace li a#nav-1, 
body.pok #navigace li a#nav-2, 
body.slu #navigace li a#nav-3, 
body.rez #navigace li a#nav-4,
body.cen #navigace li a#nav-5,
body.oko #navigace li a#nav-6,
body.fot #navigace li a#nav-7,
body.kon #navigace li a#nav-8,
body.his #navigace li a#nav-9  { 
	color: #FFFFFF;
	background-color: #534741;
}


#left, #right {
	display: inline;
}
#left {
	width: 294px; 
	float: left; 
	margin: 219px 0 0 -960px;
}	
#left p {
	color: #FFFFFF;
	text-align: left;
}
#left a, #left a:visited, #left a:active {
	color: #FFF799;
}
#left a:hover {	
	color: #ED1C24;	
}	

	
#left_in {
	margin-right: 10px;
}		
#right {
	width: 666px; 
	float: left; 
	margin: 310px 0 0 294px;
}
#footer {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/footer.gif) repeat-x;
}	
#footer .in {
	width: 960px;
	height: 121px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#copy p {
	margin: 30px 210px 0 73px;
	font-size: 75%;
	color: #534741;
}
#copy a {
	text-decoration: none;
	color: #534741;	
}
#copy a:hover {
	text-decoration: underline;
}	
#copy a img {
	position: absolute;
	top: 36px;
	left: 8px;
}	
#copy a:hover img {
	border: 0 none;
	padding: 0;
}	
		
.drobky {
	font-size: 75%;
	color: #0072BC;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}	

#chyba {
	background-color: #9D0A0E;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
#kontakt label.error {
	float: none;
	text-align: left;
	width: 300px;
	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: 125px;
	color: #FF0000;
}
p#zprava_odeslano {
	padding: 10px;
	font-weight:bold;
}
#kontakt {
	
}
	
#kontakt label { width: 120px; text-align: right; margin-right: 5px; }
#kontakt input.inp {
	width: 210px;
}
#kontakt textarea {
	width: 350px;
	height: 130px;
}

.left_box, .left_box_last {
	background-color: #534741;
	border: 8px solid #FFFFFF;
	padding: 20px;
	margin-bottom: 15px;
}
.left_box_last {
	margin-bottom: -1px;
}
.left_box.banner {
	border: 8px solid #FFFFFF;
	padding: 0;

}	
.left_box_banner {
	background-color: #164A61;
	border: 8px solid #FFFFFF;
	padding: 0;
	margin-bottom: 15px;
}

#flags {
	position: absolute;
	top: 8px;
	right: 8px;
	background-color: #534741;
	border-left: 8px solid #FFFFFF;
	border-bottom: 8px solid #FFFFFF;
	width: 81px;
	padding: 3px 7px 2px 7px;
	z-index: 10;
}	
#flags img {
	border: 0 none;
}

.d2 {
	float: left;
	width: 308px;
	margin-right: 20px;
}
.d3 {
	float: left;
	width: 308px;
}

.uvod_col1 {
	float: left;
	width: 333px;
}
.uvod_col2 {
	float: left;
	width: 280px;
	margin-left: 10px;
}

.kont_col1 {
	float: left;
	width: 228px;
	margin-right: 20px;
}
.kont_col2 {
	float: left;
	width: 388px;
}

	
/*classes*/
.center { text-align: center; }
.left { text-align:left;}
.right { text-align:right;}
.notop {margin-top:0;}
.nomar {margin:0;}

.block_size { width: 50px; float:left;}

.cleaner { font-size: 1px; line-height: 1px; float: none; clear: both; }
.fl_left { float: left; margin: 0 10px 10px 0; }
.fl_right { float: right; margin: 0 0 10px 10px; }
.inner {
	padding: 15px;
}
.info, .info_foto {
	padding: 8px;
	color: #000000;
	background-color: #C3E199;
	border: 1px solid #94CA4B;
}
.info_foto {
	margin-bottom: 20px;
}	
.rez_obal {
	border-top: 1px solid #534741;
	border-bottom: 1px solid #534741;
	padding: 10px 15px;
	margin-bottom: 10px;
	background-color: #E3DDD4;
}
.rez_obal h4 {
	margin: 10px 0 15px 0;
}
.rez_obal h4 a {
	color: #534741;
}	
.rez_obal h4 a:hover {
	color: #ED1C24
}	
.rez_in {
	margin-left: 45px;
}		
.rez_input { width: 195px; }
.rez_input_maly { width: 105px; }
.rez_select { width: 200px; }	 

/*printit*/
.print_line, .print_line_en {
	position: absolute;
	top: 20px;
	right: 0;
	padding: 5px;	
	background-color: #534741;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
	border-bottom: 8px solid #FFFFFF;
}
.print_line {
	min-width: 174px;
}	
.print_line_en {
	min-width: 74px;
}	
.top { white-space:nowrap; background-image: url(../images/top1.gif); background-repeat: no-repeat; background-position: left center; margin-bottom: 0; margin-left: 10px; padding-top: 0.1em; padding-bottom: 0.1em; padding-left: 16px; }
.print { white-space:nowrap; background-image: url(../images/print.gif); background-repeat: no-repeat; background-position: left center; margin-bottom: 0; padding-top: 0.1em; padding-bottom: 0.1em; padding-left: 20px; }
p.printit { text-align: right; margin: 0; padding: 0; }
p.printit a, p.printit a:active, p.printit a:visited { font-weight: normal; font-size: 0.8em; color: #FFFFFF; }
p.printit a:hover {
	color: #ED1C24;
}

.nahoru {
	background-image: url(../images/nahoru.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

/*novinky*/
.novinka_datum {
	background-image: url(../images/ikon_datum.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 25px;
}

.novinka_archiv, .novinka_archiv2 { 
	background-image: url(../images/ikon_archiv.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
.novinka_archiv2 {
	background-image: url(../images/ikon_archiv2.gif);
}	

.nobr_mar { margin: 0px; padding: 0px; border-style: none; border-width: 0; }
.nobr { border-style: none; border-width: 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;
}
.red {
	color: #ED1C24;
}
.vetsi {
	font-size: 105%;
}	
.seznam_ul li {
	margin-bottom: 10px;
}	
.first_p {
	margin-top: 0;
}		
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;
}
.img_col {
	width: 208px;
	float: right;
}		


/*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: 141px;
}
.foto_kat a img {
	border: 4px solid #c6c6c6;
}
.foto_kat a:hover img {
	border: 4px 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;
	background-color: #F5F5F5;
}	
.foto_seznam_obal2 {
	margin: 0 0 8px 0;
}	
.foto_seznam_obal p, .foto_seznam_obal2 p {
	text-align: center;
}	
.foto_seznam {	
	width: 206px;
	/*height: 149px;*/
}	
.foto_seznam a img {
	border: 4px solid #c6c6c6;
}
.foto_seznam a:hover img {
	border: 4px solid #534741;
}

/*virtual*/
.foto_vir {
	margin-bottom: 20px;
	text-align: center;
}
.foto_vir a img {
	border: 4px solid #c6c6c6;
}
.foto_vir a:hover img {
	border: 4px solid #164A61;
}
.foto_vir p.kat_nadpis {
	font-size: 110%;
	text-align: center;
}

#foto_box  { 
	background-image: url(../images/foto-bg1.gif); 
	background-repeat: no-repeat; 
	background-position: center 0; 
	padding: 0; 
	width: 395px; 
	height: 330px ; 
	margin: 20px auto 0;
}
#foto_box a img { padding: 0; border: 0 none; }
#foto_box a:hover img { padding: 0; border: 0 none; }
#foto_box p, #foto_box p.flash  { 
	color: #000000; 
	position: relative; 
	margin: 16px 0 0 20px; 
	padding: 0;  
}
#foto_box p.flash { margin: 12px 0 0 20px; }
#foto       { margin: 0 0 0 10px; padding: 15px 0 0; width: 375px }
#foto_box p.img_ikons { margin: 10px 0 0 23px; }
#foto_box p.img_ikons_flash { margin: 7px 0 0 23px; }
.img_ikon { position: absolute; left: 310px; margin-top: 0; }
.odsaz { margin-right: 10px; }
.foto a img {
	border: 4px solid #c6c6c6;
}
.foto a:hover img {
	border: 4px solid #D04E23;
}

.foto table { border-collapse: collapse; width: 636px; }
.foto table td { 
	padding: 5px; 
	border: 0 none;
}
.foto table .linka {
	border-top: 1px solid #FFFFFF;
	height: 15px;
}	
	
/*BTNS*/
.news_inp {
	height: 22px;
	border: 1px solid #585757;
	vertical-align: bottom;
	font-size: 1.2em;
	width: 120px;
}	
.btn {
	position: relative;
	background: #aaa;
	padding: 0 5px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	height: 23px; 
	
}
.btn * { background-image: url(images/btn2.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.but { background: #8abd46; }
.btn:hover { background-color: #790000; color: #FFFFFF; }
.btn:active { background-color: #444; }
.btn[class] { /*background-image: url(../images/shade.png); background-position: bottom;*/ }

* html .btn { border: 1px double #aaa; }
* html .btn:hover { border-color: #a00; }	

/* banner */
#banner-alergie { height: 117px; }
#banner-alergie a img { border: 0 none; margin:0; padding:0;}
#banner-alergie a img:hover { border: 0 none; margin:0; padding:0;}

/* SUP,SUB bug */
sub, sup {
	vertical-align:baseline;
	position:relative;
}
sub {
	top:0.4em;
}
sup {
	bottom:0.4em;
}

span.star {font-size:1.4em; padding: 0 5px 0 5px; font-weight:bold; color:red;}

/* ===== 404 ====== */
#_404 h1, #_404 h2 {
	font-size: 1.4em; 
	margin-bottom: 0;
	margin-top: 20px;
}
#_404 p {margin:0}

.golf_left {
	width:268px;
	height:206px;
	display:block;
	text-decoration:none;
	background-image:url(../images/golf_left.jpg);
}
.golf_left a {
	width:268px;
	height:206px;
	display:block;
}
