/* general properties*/
* {
	margin: 0px;
	padding: 0px;
	border:0px;
}
a:link {
	color: black;
}
a:visited {
	color: purple;
}
a:hover {
	color:#555555;
	text-decoration: underline;
}
a:active {
	color: black;
}
a {								/* ABY NEBYLY ODKAZY MODRE A PODTRZENE */
	color: #330000;
	text-decoration:underline;		/* text-decoration:underline; */
}
.formKniha input:focus {
	background-color:#e2bc73;
}
.formKniha textarea:focus {
	background-color:#e2bc73;
}
body {
	font:0.85em Arial,Tahoma,Calibri,sans-serif;
	background-color: #F3F0E0;
}
.font-bold {
	font-weight:bold;
}
li {							/* ABY NEBYLY ODRAZKY U TAGU <li> */
	list-style:none;
}
td {							/* NASTAVENI VSECH TABULEK */
	line-height:2em;
	color: #330000;
}
.submit  {					/* VSECHNY SUBMIT TLACITKA - vyber statu, pivovaru, logout, ... */
	border:2px solid #000;
	margin:2px;
	background-color:#a34545;
	color:#f3f0e0;
	max-width:inherit;
}
.textKniha .submit {
	width:90px;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.ppns {
	margin:10px;
	font-size:18px;
}
.pagination {
	color:#a34545;
/*	border:#961917 1px solid;*/
	border-bottom:#961917 2px solid;
	border-right:#961917 2px solid;
	text-decoration:none;
}
.color-red {
	color:#B01817;
}
.brewing_history h3 {
	font-size:15px;
	text-decoration:underline;
	color:#961917;
}
/* ********************INDEX.PHP******************** */
.obsah {
	position: absolute;
	left: 50%;
	width: 980px;
	margin-left: -490px;			/* Polovina tj -490px - AdSense div (-160px) */
	z-index:5;
}
.topDiv {
	position: relative;
	padding:0px;
	width:980px; /*  - ma to ve vlastnostech obrazek*/
	height:200px; /*  - ma to ve vlastnostech obrazek*/
}
.top_header {		/* SEO "trik" */ 
	visibility:hidden;
}
.mainDiv {						/* LEVÝ + PRAVÝ */
	width: 100%;
	background:url(/pictures/main.gif);
}
.leftDiv {
	position: relative;
	width: 160px;
	padding:10px 0px 0px 40px;
	float:left;
 	z-index: 10;
}
.rightDiv {						/* HLAVNÍ ZOBRAZOVACÍ */
	position:relative;
	font-size:0.9em;
	width: 724px;
	top:-38px;
	margin:0px 0px -38px 0px;
	float:left;
	z-index:7;
	min-height: 450px; /*pro chytré prohlížeče*/
	height:expression(document.documentElement.scrollHeight < 450? "450px" : "auto" );
} 
.clearBoth {							/* BECAUSE OF FLOT IN RIGHT AND LEFT DIV */		
	clear:both;
    float:none;
    overflow:hidden;
}
.paticka {
	position:relative;
 	height: 86px;
	background:url(/pictures/bottom.jpg);
	clear:both;			/* BECAUSE OF FLOT IN RIGHT AND LEFT DIV  - JUST FOR SURE*/		
}
.bottom_page {
	position:relative;
	left:100px;
	font-size:0.75em;
}
.navigation {	
	position: relative;
	top:147px;
	left:195px;
	width:580px;
	color:#666666;
	font-size:10px;
	z-index:1;
}
.navigation h3, .navigation h4 {
	font-weight:normal;
	display:inline;
	font-size:10px;
}
.navigation img{
	margin-bottom:-5px;
}
.navigation a{
	text-decoration:none;
}
.design-by-bori {
	position: relative;
	top:25px;
	left:340px;
	width:550px;
	font-size:9px;
	font-family: Tahoma, Arial, sans-serif;
}
.design-by-bori a {
	text-decoration:none;
}
.copyright {
	margin-left:160px;
}
.mapsite {
	margin-left:100px;
	text-align:right;
}
.menu_bottom {
	position: relative;
	top:16px;
	left:150px;
	width:700px;
	font: 0.9em Tahoma, Arial, sans-serif;
}
.menu_bottom a {
	color:#000;
	text-decoration:none;
}
.login {
	position: absolute;
	top: -30px;
	left: 700px;
	height: 1px;		/* without this 2 lines is page too long - I do not know why... */
	width: 1px;			/* without this 2 lines is page too long - I do not know why... */
}
.logout  {
	position:absolute;
	top:10px;
	left:20px;
}
.AdSense {
	position: absolute;
	top: 120px;
	left: 985px;
	width:160px;
	height:600px;
}
.map {
	position:relative;
	top:-18px;
}
/* ********************LANG******************** */
.langDiv {
	position:absolute;
	left:-35px;
	top:5px;
	width:35px;
}
.share {
	position:relative;
	left:5px;
}
/* ********************MENU******************** */
.makeMenu, .makeMenu h1, .makeMenu h2, .makeMenu h3{
	font-size: 13px;			/* because of heading which has their own font-size */
}
/* ******************** CHOOSE-STATE.PHP ******************** */
.menuStaty, .menuStaty h3 a{
	font-weight:bold;
}
.menuStaty_table, .menuStaty_table a  {
	min-width:330px;
	margin:auto;
}
/* ******************** CONTACT.PHP ******************** */
.div-kontakt, .div-kontakt h1 {
	text-align:justify;
	font-size:13px;	
	font-weight:normal;
}
.left-column {
	font-size:16px;
	font-weight:bold;
}
.width_120px {
	width:120px;
}	
.width_220px {
	width:220px;
}	
.oddelovaci_cara {
	border-bottom:#961917 2px solid;
	width:97%;
}
/* ********************SEARCH******************** */
.searchDiv  {
	position:relative;
	left:10px;
	color:#555555;
}
.searchInput {
	border: 1px solid #000;
}
.lupa {
	position:relative;
	top:3px;
	left:4px;
}
/*********** NAJDI.PHP ************************/
.nic_nenalezeno_napoveda {
	text-align:left;
	margin-top: 350px;
	font-variant:small-caps;
}
.nic_nenalezeno_napoveda a{
	font-variant:normal;
}
/* ******************** POCTY.PHP ******************** */
.pocty {
	position:relative;
	top:0px;
	width:150px;
	font-size:0.9em;
	margin:-5px;
}
.pocty > ul {
	display:inline;
}
.pocty a{
	text-decoration:none;
}
.table_icons_left_div {
	margin:5px 30px 10px 30px;
}
.table_icons_left_div input {
		font-size:0.7em;
}
.emailInput {
	width:80px;
}
/* ******************** ADD.PHP ******************** */
.addForm {
	border: 1px dashed #000;
	width:100%;
}
.addForm input, .addForm textarea, .addForm select{
	border: 1px solid #333333;
}
.addForm label{
	font-size:14px;
}
/* ******************** NEWS.PHP ******************** */
.select-weeks {
	border:1px #000 solid;
}
/* ******************** TABLES ******************** */
.vypis {
	margin:2px auto;				/* margin + center table - because inherit */
	border:#961917 2px solid;
	table-layout:fixed;
	min-width:330px;
	color:#F3F0E0;
}
.vypis td, .vypis th, .vypis h1{
	border-bottom:#961917 2px solid;
	border-right:#961917 1px solid;
}
.vypis, .vypis td, .vypis th, .vypis h1 {
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
}
.vypis th, .vypis h1 {
	background:#961917;
	font-size:1.1em;
	padding:2px;
}
.vypis .floatbox{
	padding:20px;
}
.vypis img {
	margin:4px;
}
.vypis-region {
	color:#F3F0E0;
	font-weight: bold;
	background-color:#961917;
}
.info-pivovary-vnitrni h1,.info-pivovary-vnitrni  h2,.info-pivovary-vnitrni  h3,.info-pivovary-vnitrni  h4,.info-pivovary-vnitrni  h5 {
	font-size:1em;
	font-weight:normal;
}
.info-pivovary-div {
	text-align:left;
	width:97%;				/* Becasue of IE has no scrollbar*/
}
.info-pivovary, .info-pivovary tr{
	table-layout:fixed;
	margin: 2px auto auto 2px;
	width:100%;
}
.info-pivovary td{
	border-bottom:#961917 2px solid;
	border-right:#961917 1px solid;
	padding-left:2px;
	width:32%;
	vertical-align:top;
}
.info-pivovary-vnitrni, .info-pivovary-vnitrni tr, .info-pivovary-vnitrni td{/* potreba pro nezobrazeni se okraju v IE ani Firefoxu */
	border:none;
}
.ukazky-sbirky {
	border:#961917 1px solid;
	width:100%;
}
.ukazky-sbirky tr td {
	border-right:#961917 2px solid;
}
.ukazky-sbirky .floatbox {
	margin:4px;
}
/* ******************* VYPISy ******************** */
.order_by {
	width:100%;
}
.order_by td, .order_by th {
	text-align:right;
	font-size:0.9em;
	padding:2px;
	border-top:#961917 1px solid;
	border-right:#961917 2px solid;
	border-bottom:#961917 1px dashed;
}
.order_by th {
	text-align:left;
	font-size:0.9em;
	width:120px;
}
.order_by td img{
	margin-left:2px;
}
/* ******************* GUESTBOOK.PHP ******************** */
.textKniha {						/* name, email, www, ... */
	padding:5px 20px 0px 20px;
	clear:both;
}
.formKniha {
	margin:5px auto 5px auto;
}
.formKniha input, .formKniha textarea {
	border:1px #000 solid;
	padding:2px;
	margin:1px;
	width:200px;
}
.tableKniha {					/* VYPIS PRISPEVKU */
	width:95%;
	border: #000 1px solid;
	margin:10px auto 10px auto;
}
.trKniha {
	background-color:#e2bc73;
}
.spanKnihaDatum {
	font-size:0.9em;
	color: #000;
}
.spanKnihaNick {
	color:#000;
}
.aKniha {
	color:#a34545;
	font-size:0.9em;
}
.aKniha:hover {
	color: #961917;
}
.tdOdpoved {
	font-style:italic;
}								/* VYPIS PRISPEVKU */
/******* NEWS.PHP ****************/
.novinky-nadpis-tabulka  {
	width:97%;				/* Becasue of IE has no scrollbar*/
}
.novinky-nadpis, .novinky-nadpis h1, .novinky-nadpis-tabulka h1 {
	font-size:2.2em;
	color: #961917;
	padding-bottom:7px;
	margin-bottom:-5px;
}
/******* MAP_SITES.PHP ****************/
.map_of_the_web {
	table-layout:fixed;
}
.map_of_the_web tr td a, .map_of_the_web h1, .map_of_the_web h2 {
	text-decoration:underline;
	font-size:1em;
}
/******* HOME.PHP ****************/
.headers_home, .headers_home h2, .headers_home h2 a, .headers_home h3 {
	text-align:left;
	font-size:16px;		/* have be in px due to different default font-size h1, h2... */
	text-decoration:underline;
	font-weight:bold;
	color:#961917;
}
.table_icons {
	width:97%;
}
.web_goals {
	width:97%;
	margin:-28px 40px 0px 40px;
}
.small_upper_index {
	font-size:10px;
	color:#961917;
}
.web_goals {
	width:550px;
}
.web_goals th {
	width:100px;
	font-size:2em;
	font-weight:bold;
	color:#961917;
	text-align:right;
	vertical-align:top;
}
/******* BEER-MATS.PHP ****************/
.headers_beer_coasters, .headers_beer_coasters h2, .headers_beer_coasters h3 {
	position:relative;
	text-align:left;
	font-size:16px;		/* have be in px due to different default font-size h1, h2... */
	font-weight:bold;
	color:#961917;
	margin: -11px 0px 5px 0px;		/* Because of Safari browser */
}
.left_div_beer_coasters {
	text-align:left;
}
.left_div_beer_coasters a{
	color:blue;
	text-decoration:underline;
}
/******* BREWING-HISTORY.PHP ****************/
.img_margin {
	margin:3px;
}
.img_margin a img{
	float:right;
	text-align:right;
	width:30%;
}
/******* STATISTICS.PHP ****************/
.underline {
	text-decoration:underline;
}
/******* VYPIS-OBRAZKY.PHP ****************/
.coasters-pictures tr td, .coasters-pictures tr td h2, .coasters-pictures tr td h3 {
	font-size:13px;	/* have be in px due to different default font-size h1, h2... */
	font-weight:bold;
	text-align:left;
	border:0;
	min-width:100px;
}
.display-none {
	display:none;
}
/******* MENU ****************/
ul.dropdown, ul.dropdown h2, ul.dropdown h3 {
 font-weight: bold;
 font-size:13px;
}
	ul.dropdown li {	 padding: 1px 1px 3px 1px;}
	ul.dropdown li.hover, ul.dropdown li:hover {	 background-color: #DCCCB5;	}
	ul.dropdown a:link,	ul.dropdown a:visited, .pocty a	{ color: #000; text-decoration: none; }
	ul.dropdown a:hover		{ color: #000; }
	ul.dropdown a:active	{ color: #DCCCB5; }

	ul.dropdown ul {
	 width: 145px;
	 margin-top: 1px;
	 background-color: #F7F2DF;
	}
		ul.dropdown ul li {		 float: none;		}
ul.dropdown li.hover, ul.dropdown li:hover {
 position: relative;
}
ul.dropdown ul {
 visibility: hidden;
 position: absolute;
}
ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}
ul.dropdown li:hover > ul {
 visibility: visible;
}
ul.dropdown *.dir {
 padding-right: 20px;
 background-image: url(/pictures/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}
ul.dropdown-vertical {
 position:relative;
 width: 125px;
 left:5px;
}
ul.dropdown-vertical ul {
 top: 1px;
 left: 99%;
}
ul.dropdown-vertical li {
 float: none;
}
/******* HOME SLIDESWHOW ****************/
#slideshow {list-style:none; color:#000}
#slideshow span {display:none}
#wrapper {width:506px; margin:50px auto; display:none}
#wrapper * {margin:0; padding:0}		/* position:relative; top:-30px;  */
#fullsize {position:relative; top:-40px; width:506px; height:200px; background:#000}
#information {position:absolute; bottom:0; width:506px; height:0; background:#000; color:#000; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#image {width:506px}
#image img {position:absolute; z-index:25; left:0px; width:200px; height:200px}
.imgnav {position:absolute; width:25%; height:200px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(/pictures/left.gif) left center no-repeat}
#imgnext {right:0; background:url(/pictures/right.gif) right center no-repeat}
#imglink {position:absolute; height:200px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
#thumbnails {margin-top:15px}
#slideleft {float:left;  margin-top:-50px; width:20px; height:81px; cursor:pointer; background:url(/pictures/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#000}
#slideright {float:right; margin-top:-50px; width:20px; height:81px; cursor:pointer; background:#222 url(/pictures/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#000}
#slidearea {float:left; position:relative;  top:-40px; width:456px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}

/******* VYHLEDAVANI - NASEPTAVANI ****************/
.ui-autocomplete {text-align: left}
.ui-menu-item {font-family: Verdana; font-size: 11px;}
/* Component containers */
.ui-widget-content { border: 2px solid #a34545; background: #F3F0E0; color: #333333; cursor:pointer; }
.ui-widget-content a { color: #333333; }
/* Interaction states */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #f3f0e0; background: #a34545; font-weight: bold; color: #f3f0e0; }
/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-menu { list-style:none; padding: 2px;margin: 0; display:block; float: left;}
.ui-menu .ui-menu {	margin-top: -3px;}
.ui-menu .ui-menu-item {margin:0; padding: 0; zoom: 1; float: left; clear: left; width: 100%;}
.ui-menu .ui-menu-item a {	text-decoration:none; display:block; padding:.2em .4em; line-height:1.5; zoom:1;}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {font-weight: normal; margin: -1px;}
