/* BASIC ELEMENTS */
body  {
	background: #CAB583 /*url(../images/bg.jpg) repeat*/;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0;
	font-family: Verdana;
	font-size: 0.7em;
	line-height: 18px;
	color: #3E3D3D;
	behavior:url(data/css/csshover.htc);
}
a {
	color: #50451F;
	text-decoration: underline;
	border: none 0px;
}
a:hover {
	color: #373636;
	border: none 0px;
}
a.email {
	display: inline;
	color: #50451F;
	font-size: 1em;
	text-decoration: underline;
	border: none;
	background: transparent url(../images/email.gif) no-repeat;
	padding: 2px 0 0 32px;
	margin: 3px 0 0 0;
}
a.email:hover {
	color: #373636;
}
h1,h2 {
	display: none;
}
img {
	border: none;
}
img.border {
	border: 1px solid #D3CCB2;
	float: left;
	margin: 0.9em 3em 6em 2.4em;
}
td.co {
	font-weight: bold;
	margin: 1em 0em 1em 0em;
}
h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0.1em 0 0.7em 1.9em;
	color: #4C401C;
	text-decoration: underline;
	text-align: left;
}
h4 {
	font-size: 1em;
	margin: 0;
	padding: 0.9em 0 0.7em 2.2em;
	color: #4C401C;
	text-decoration: underline;
	text-align: center;
}
h5 {
	color: #4C401C;
	margin: 0;
	padding: 0.8em 0 0.8em 2.5em;
	font-size: 0.9em;
	text-align: left;
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 0.4em 2.2em 0.4em 2.2em;
	text-align: justify;
}
p.underline {
	text-decoration: underline;
	display: inline;
}
p.center {
	text-align: center;
}
p.nadpis {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
	padding: 0.1em 0 0.7em 1.9em;
	color: #4C401C;
	text-decoration: underline;
	text-align: left;
}
p.titulek {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0.1em 0 0.7em 1.9em;
	color: #4C401C;
	text-decoration: none;
	text-align: left;
}
p.podtitul {
	font-size: 1.2em;
	font-style:italic;
	margin: 0;
	padding: 0.1em 0 0.7em 1.9em;
	color: #4C401C;
	text-decoration: none;
	text-align: left;
}
p.dat {
	font-style: italic;
	text-align: right;
}
hr.gr {
	width: 670px;
	height: 1px;
	text-align:center;	
	color: #ccc;
}
acronym {
	/*border-bottom: 1px solid #625326;*/
	text-decoration: underline;
}
span {
	display: none;
}
.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}
hr.cleaner {
	clear: both;
	border:none;
	height: 0;
	margin: 0;
	padding: 0;
}
/* MAIN DIVs */
#conteiner {
	position: relative;
	margin: 10px auto 10px auto;
	width: 722px;
	text-align: left;
	z-index: 2;
}
#top {
	background: transparent url(../images/top1.jpg) no-repeat;
	height: 89px;
	width: 722px;
}
#top div.logo {
	position: absolute;
	top: 40px;
	left: 315px;
}
#top2 {
	background: transparent url(../images/top2.jpg) no-repeat;
	height: 58px;
	width: 722px;
}
#top3 {
	background: transparent url(../images/top3.jpg) no-repeat;
	height: 53px;
	width: 722px;
}
/*HLAVNI KARTICKOVE MENU*/
#top2 #horMenu {
	position: absolute;
	top: 166px;
	left: 16px;
	margin: 0;
	padding: 0;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


/* NOVÉ MENU -----------*/
div#horMenu {  
	margin:auto;
	width:720px;
	}	
/* horizontální rozbalovací nabídka */
#navigace {
	width:100%;
	float:left;
	color:#000000;
	font-size:1em;
	}	
div#navigace ul {/* odsazuje ul od levé hrany obalového prvku */
	}
div#navigace li {
	float:left;	/* zpusobuje, že se seznam zarovná horizontálne na své místo */
	position:relative; /* umístení obsahového bloku pro absolutne umístenou rozbalovací nabídku */
	list-style-type:none;	/* odstranuje odrážky každé položky seznamu */
	line-height:22px;
	}
div#navigace li.first {	
	background: url(../images/menu11.jpg) no-repeat;
	text-indent: -9999px;
	width: 109px;	
	line-height:25px;
	margin-left:10px;
	}	
div#navigace li.second {
	background: url(../images/menu1.jpg) no-repeat;
	text-indent: -9999px;
	width: 108px;
	line-height:25px;
}	
div#navigace li.third {
	background: url(../images/menu2.jpg) no-repeat;
	text-indent: -9999px;
	width: 108px;
	line-height:25px;
}
div#navigace li.fourth {
	background: url(../images/menu3.jpg) no-repeat;
	text-indent: -9999px;
	width: 108px;
	line-height:25px;
}
div#navigace li.fifth {
	background: url(../images/menu4.jpg) no-repeat;
	text-indent: -9999px;
	width: 125px;
	line-height:25px;
}
div#navigace li.sixth {
	background: url(../images/menu5.jpg) no-repeat;
	text-indent: -9999px;
	width: 106px;
	line-height:25px;
}
div#navigace li:hover { 
	background-color:#F7F4E7; /* nastavuje pozadí položek nabídky */
	}
div#navigace a {
	display:block; /* zpusobuje správné zalomení rádku v položkách rozbalovací nabídky */
	padding:0 5px; /* vytvárí okraj kolem textu položek  */
	text-decoration:none;	 /*  odstranuje podtržení odkazu */
	color:#3E3D3D;	/* nastavuje barvu odkazu */
	}
div#navigace a:hover {
	color:#000;
	text-decoration:underline;
	}
/* zde koncí horizontální nabídka */

/* zde zacíná rozbalovací nabídka */
div#navigace ul li ul {
	border-bottom: 1px solid #D3CCB2;
	border-left: 1px solid #D3CCB2;
	border-right: 1px solid #D3CCB2;
	border-top: none;
	background-color: #F2EEDA;
	margin:0; /* odstranuje dedení hodnoty horizontální nabídky */
	position:absolute; /* umistuje rozbalovací nabídku ul ve vztahu k jeho relativne umístenému rodici li */
	left:0px; /* zarovnává rozbalovací nabídku pod horizontální nabídku */
	}
div#navigace ul li.second ul {
	width:108px;
	}	
div#navigace ul li.third ul {
	width:108px;
	}
div#navigace ul li.fourth ul {
	width:108px;
	}
div#navigace ul li.fifth ul {
	width:125px;
	}	
div#navigace ul li.sixth ul {
	width:106px;
	}			
div#navigace ul li ul li {
	width:100%; /* položky nabídky se roztáhnou pres celý obalový prvek seznamu (ul) */
	border-left:1px solid #DDD8C1;
	border-right:1px solid #DDD8C1;
	border-bottom:1px solid #DDD8C1;
	background-color:#F2EEDA;
	padding:0 0 1px 0;
	text-indent:0px;
	}

/* rozbalovací nabídka se zobrazí pri najetí kurzoru myši - pri efektu prekreslení */
div#navigace ul li ul {display:none;} /* skrývá rozbalovací nabídku pri neprítomnosti kurzoru myši */
div#navigace ul li:hover ul {display:block; } /* zobrazuje rozbalovací nabídku pri prítomnosti kurzoru myši  */	

/*------------------------*/
#content {
	background: transparent url(../images/content.jpg) repeat-y;
	width: 722px;
	padding-top: 5px;
	text-align: center;
	z-index: 2;
}
html>body #content {
	height: auto;
	min-height: 300px;
	text-align: left;
}
div.float-left {
	float: left;
	margin: 0;
}
div.float-right {
	float: right;
	margin: 0;
}
div.float-right p {
	padding: 0.4em 6em 0.4em 0em;
}
div.denni_menu {
	float: right;
	margin: 1em 8px 10px 9px;
}
html>body div.denni_menu {	
	margin: 1em 16px 10px 9px;
}
#content ul {
	margin: 1em 0;
}
html>body #content ul {
	margin: 1em 0 0 1.6em;
}
#content ul li {
	padding: 0.2em 0 0.2em 0.6em;
}
/* ----- */
#down {
	background: transparent url(../images/down.jpg) no-repeat;
	height: 32px;
	width: 722px;
	padding-top: 14px;
	text-align: right;
	font-size: 0.8em;
	color: #898165;
}
#down a {
	color: #7D755C;
}
#down a:hover {
	color: #898165;
}
#down div.copyright {
	padding-right: 2.8em;
}

/*ABSOLUT DIVs*/
#absolute {
	background: url(../images/absolute.gif) repeat-x;
	position: absolute;
	height: 554px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
#left {
	background: url(../images/content_left.jpg) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	height: 464px;
	width: 16px;
}
#right {
	background: url(../images/content_right.jpg) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	height: 464px;
	width: 16px;
}
#photo {
	margin-top: 20px;
}
/*TABULKY*/
table {
	/*width: 520px;*/
	/*width: 672px;*/
	margin: 0.5em auto 0.5em auto;
	border-collapse: collapse;
	font-size: 1em;
	border: 1px solid #D8D2BB;
}
table.vlozit {
	width: 96%;
	_width: 90%;
	border: none;
}
table.small {
	margin: -0.6em 0 0.5em 2.2em;
	width: 380px;
	border: none;
}
html>body table.small {
	margin: 0em 0 0.5em 2.2em;
}
table.small td {
	background: none;
	border: none;
}
table.none {
	margin: 30px 0 0 0;
	width: 660px;
	border: none;
	font-size: 0.9em;
}
table.none td {
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
}
table.none img {
	border: none;
}
td {
	background-color: #F2EEDD;
	padding: 0.4em 0.2em 0.4em 0.4em;
}
td.datum {
	font-weight: bold;
	background-color: #EDE6CD;
	border-bottom: 1px solid #E0DDCF;
}
td.nazev {
	font-weight: bold;
	border-bottom: 1px solid /*#E8E3D2;*/#E0DDCF;
}
td.popis {
	border-bottom: 1px solid #E8E3D2;
}
table.galerie {
	width: 90%;
	_width: 84%;
	border: none;
}
table.galerie td {
	border: none;
	padding: 1.2em 0 1.2em 0;
	text-align:center;
}
#content table {
	width: 90%;
	_width: 84%;
}
#content table.galerie img {
	border: 1px solid #CCC;
	_border: none;
	margin: 0; padding: 0;
	text-align: center;
}
#content table.galerie img:hover {
	border: 1px solid #4C401C;
}
#content table.galerie a {
	background: none;
	margin: 0; padding: 0;
	_padding: 1px;
	_height: auto;
	_border: 1px solid #CCC;	
}
#content table.galerie a:hover {
	background: none;
	_border: 1px solid #4C401C;
}

/*JIDELNI a NAPOJOVY LISTEK*/
#listek table {
	width: 580px;
}
#listek td {
	border: 1px solid #E0DDCF;
	text-align: center;
}

#listek-napoj table {
	width: 470px;
}
#listek-napoj td {
	border: 1px solid #E0DDCF;
	text-align: center;
}

span.slozeni {
	color: #3E3D3D;
	font-size: 0.9em;
	display: block;
	padding: 0.2em 0;
}
th {
	padding: 0;
	font-weight: normal;
	background-color: #EDE6CD;
	border-bottom: 1px solid #E0DDCF;
	text-align: center;
}
th h4 {
	font-size: 1.1em;
	margin: 0;
	padding: 0.4em 0 0.4em 0em;
	color: #4C401C;
	text-decoration: none;
}
#listek td.polozka {
	color: Black;
	padding: 0.5em 0.2em 0.5em 1em;
	width: 445px;
	text-align: left;
}
#listek-napoj td.polozka {
	color: Black;
	padding: 0.5em 0.2em 0.5em 1em;
	width: 340px;
	text-align: left;
}
.note {
	font-size: 1.1em;
	color: #4c401c;
	font-weight: bold;
	text-align: center;


}

