body, h1, h2, h3, div, p, ul, ol, li, img, form, fieldset {margin: 0; padding: 0;}
div {
/*	border: 1px solid black;*/
}
/*   definice základních vlastností   */
body {
	font-family: Verdana,"Geneva CE",sans-serif;
	margin: 2px auto;
	color: #000000;
	background: #FFFFCC;
	font-size: 0.9em;
	text-align: center;
}

address {
	font-style: normal;
}
caption {
	visibility: hidden;
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted #999;
}
/* nadpisy */

h1 {font-size: 300%; color: #FF3333; text-align: center; background: transparent;}
h2 {font-size: 175%; color: #FFCC33; background: transparent; padding-bottom: 15px;}
h3 {font-size: 150%;padding-bottom: 12px;}
h4 {font-size: 125%;padding-bottom: 10px; background: transparent;}
h5 {font-size: 100%;}
h6 {font-size: 75%;}


/* divy
div {
	border: black solid 1px;
}*/

/* linky */
a {
	text-decoration: none;
	color: #F33;
	background: transparent;
}

a:hover {
	text-decoration: underline;
}

label {
	height: 15px;
	line-height: 15px;
	display: block;
	margin-bottom: 2px;	
}

label span {
	text-decoration: underline;
}
legend {
	font-weight: bold;
	background-color: #FFCC33;
	line-height: 20px; height: 20px;
}

form {
	width: 300px;
}

form, filedset {
	padding: 20px;
	
}


fieldset {
	background-color: #FFFFCC;
}

form p {
	padding: 5px;
}
form p.btns {
	background-color: #FFE579;
}

input.text {
  width: 190px;	
}
 a img  {
	border: none;
}

a.noa {
	color: Black;
	background: transparent;
	cursor: default;
}

a:hover.noa {
	text-decoration: none;
}
/*  hlavní divy celé stránky    */

.column {
	margin: 0;	padding: 0;
}

.clear {
	clear: both;
	/*background: transparent;
	border: none;
	height: 1px;*/
}

.padded {
	padding: 10px;
}

#main1 {
	background: #FFFFCC;
	text-align: center;
	margin: auto;
}

.titulek {
	display: block;
	background: silver;
	padding: 3px; margin: 0;
/*	width: 100%;*/
	overflow: auto;
}

#main2 {
	background: #FFFF99;
	text-align:  left;
	margin: auto;
   border-left: #FFCC33 solid 1px;
}

/*   jednotlivé boxy layoutu   */

#hlavicka {
	background: url(../images/head.gif) no-repeat #FFFFFF;
	height: 80px;

}

.hidden {display: none;} /* pro nezobrazovani v textovych prohlizecich*/


/* levé menu */

#menu {
	border-top: 0.8em solid #FFE579;
}

#menu ul {

  list-style-type: none;
  width: 148px;
  _width: 149px;
  font-weight: bold;
 	border-right: 1px #FFCC33 solid;

}

#menu li {
height: 25px;
line-height: 25px;
border-bottom: 1px solid #FFCC33;
font-variant: small-caps;
text-align: right;
background-position: left; vertical-align: bottom;
}

#menu li a, #menu li a:active, #menu li a:link, #menu li a:visited {
	display: block;
	height: 100%;
	background: url(../images/bullet0.gif) center left  no-repeat transparent;
	color: #FC3;
}

#menu li a:hover {
	background: url(../images/bullet1.gif) center left no-repeat #ECF4FB;
	text-decoration: none;
	color: #000;
}

#menu li a.active {
	background: url(../images/bullet2.gif) center left no-repeat #FC3;
	text-decoration: none;
	color: #000;
}

#menu li a.online {
	color: #FF3333;
	font-weight: bold;

	
}

#globalize {
	margin: auto;
	width: 770px;
	background: transparent;
}

#hlavni {
	background: #FFFFFF;
	padding: 0.6em;
	font-size: 80%;
	margin: 0px 0px 0px 150px;
}

.hlavni {
	text-align: justify;


}

.lista {
	background: url(../images/lista_1gif.gif) repeat-x;
	padding-top: 3px ;
	text-align: center;
/*	height: 24px; */
	vertical-align: middle;

}

.svatek {
	float: left;
	padding: 5px 0 0 10px;
	font-size: 80%;
	color: #FFFFCC;
	vertical-align: middle;
}

.akce {
	font-size: larger;
	display: block;
	background-color: #CCC;
	padding: 0; margin: 0;
}
.akce_dnes {
	padding: 0; margin: 0;
	display: block;

}

#paticka {
	background: #CCCCCC;
	font-size: 70%;
	color: #999999;
	/*padding: 0.3em 0.3em 0.3em 0.3em;*/
	text-align: center;
	height: 15px;
	margin: auto;
	width: 770px;
	border-left: #CCCCCC solid 1px;

}

#paticka a {
/*	color: #FFFFFF;*/
	font-size: 100%;
	font-weight: normal;
}

#paticka a:link {
/*	color: #FFFFFF;*/
	font-weight: bold;
	font-size: 100%;font-weight: normal;
}

#paticka a:visited {
/*	color: #FFFFFF;*/
	font-size: 100%;
}

#paticka a:hover {
/*	color: #FFFFFF;*/
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
}

#foot {
	margin: auto;
	width: 770px;
	float: left;

}


#discl {
	background: #FFFFFF;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	width: 770px;
	margin: auto;
	border-left: #FFFFFF solid 1px;
}

a.valid {
	border: #FFCC33 thin solid;
	background-color: #FFE579;
	color: #FFCC33;
/*	font-size: 95%; */
	font-weight:  bolder;
	text-align: right;
	float: right;
	padding: 0em 0.5em 0em 0.5em;
}

a.valid:hover {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}


#left {
	float: left;
	width: 149px;
	background: #FFFF99;
	padding: 0px;
	margin: 0px;
/*	border-right: 1px #FFCC33 solid;*/

}
.left {
	background: transparent;
	float: left;
}

#right {
	float: right;
	background: transparent;
	width: 1px;
}

.right {
	background: transparent;
	float: right;
}
/* tabulka jídelníčku */

#jidelnicek {
   border-collapse: collapse;
	border-spacing: 0px;
	width: 580px;
}

#jidelnicek td {
		text-align: left;
}
#jidelnicek caption  {
	display: none;
	}

#jidelnicek .den  {
	border: 3px solid black;
	background-color: #FFE579;
	font-weight: bold;

}

p.menuprint {
	text-align: center;
}

#knife {
	background: transparent;
	text-align: center;
	height: 40px;
	width: 40px;
	border: none;
	margin: auto;
	vertical-align: baseline;
}

a td {
	cursor: default;
	background-color: transparent;
	text-decoration: none;
}

a:hover td  {
	background-color: Silver;
	text-decoration: none;
}

.center {
	text-align: center;
}

.left_al {
	text-align: left;
}

.right_al {
	text-align: right;
}


.underline {
	border-bottom: 1px solid;
}

/* tabulka provozní doby */
table#provoz {
	border: solid #000000 1px;
   border-collapse: collapse;
	border-spacing: 0px;
	width: 200px;
	font-size: 0.9em;
}

table#provoz th, td {
/*	border: solid #000000 1px;*/
}

table#provoz th {
	font-size: 140%;
/*	padding-left: 0.5em;*/
	text-align: center;
}

table#provoz caption {
  font-size: 175%; color: #FFCC33; background: transparent;
  text-align: left;
  font-weight: bold;
  padding: 0.2em;
}

table#provoz td.den {
	font-size: 110%;
	font-weight: bold;
	padding-left: 0.5em;

}

table#provoz td.cas {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	border-width: 1px;
}

table#provoz tr.lichy {
	background: #FFFFCC;
}

table#bow_table, th, td {
	border-collapse: collapse;
	border: solid 2px #999999;
	text-align: center;
}


table#bow_table {
	width: 600px;
}

table#bow_table td{
	background-color: #ECF4FB;
	border: 1px solid #99999;
}

div#bowl_menu {
	position: relative;
	top:-25px;
	background: #ECF4FB;
	/*padding: 5px;
	padding-top: 10px;*/
	padding: 0; margin:0;
	width: 170px;
	_width: 160px;
	height: auto;
	border: solid 1px Silver;
	border-top-width: 3px;
	float: right;
	right: 0px;
	display: block;
}

div#bowl_menu a {
	display: block;
	background: transparent;
	font-variant: small-caps;
	font-size: 1.1em;
	_font-size: 0.9em;
	padding: 0.5em;
	border-bottom: 1px solid #CCCCCC;
}

div#bowl_menu a:hover {
	background: #999999;
	color: Black;
}

div#bowl_menu span.mensi {
	font-size: 88%;
	float: right;
	color: #00F;
	font-weight: bolder;
}

.bottom_b {
	border-bottom: 1px #000 solid;
}

ul.liga li {
	list-style-type: square;
}

/* pravidla squase */

#squash h4, h5, h6 {
	margin-bottom: 0.3em;
}

#squash h5 {margin-left: 1em;}

#squash h6 {margin-left: 5em;
				font-size: 0.9em;
}

#squash p { margin-top: 0.5em;	}

#squash p.first {margin-left: 1em;}

#squash p.second {margin-left: 5em;}

#squash h5 a {
	color: Black;
}

#squash h5 a:hover {
	text-decoration: none;
}

#squash p.ups a {
	font-size: 90%;
	background-color: white;
	padding: 2px 5px 2px 5px;
	border: solid black 1px;
	float: right;
	text-align: right;
}

#squash p.ups a:hover {
	background-color: #ECF4FB;
}


div#billboard {
	position: relative;
	background: #ECF4FB ;
	padding: 5px;
	padding-top: 10px;
	width: 150px;
	_width: 140px;
	height: 300px;
	border: solid 1px Silver;
	border-top-width: 3px;
	float: right;
	right: 0px;
}

div#billboard  h5 {
  border-bottom: solid 1px #000;

}

div#billboard a {
	display: block;
	background: transparent;
	font-variant: small-caps;
	font-size: 1.1em;
	_font-size: 0.9em;
	padding: 0.5em;
	border-bottom: 1px solid #CCCCCC
}

div#billboard a:hover {
	background: #999999;
	color: Black;
}


/* přihlašovací formulář */
div#login_menu {
	position: relative;
	top:-5px;
	background: #ECF4FB;
	/*padding: 5px;
	padding-top: 10px;*/
	padding: 0; margin:0;
	width: 250px;
	_width: 240px;
	height: auto;
	border: #FFCC33 solid 1px;
	border-top-width: 3px;
	float: left;
	right: 0px;
	text-align: right;
	display: block;
}



table#akce {
	border: none;
	border-collapse: collapse;
	width: 580px;

}

#akce td {
	border: none;
}

/* tabulka pro výpis stáleho jídelníčku */

table#staly {
	width: 95%;
	_width: 78%;
	border-collapse: collapse;
	font-size: 100%
}

table#staly td.middle {
	height: 20px;
	line-height: 20px;
	text-indent: 5px;
}

table#staly td, table#staly th {
	text-align: left;
	border: 1px solid #FC3;
	vertical-align: top;
	font-weight: bold;
}
table#staly thead td {
  background-color: #FFC;
  border-width: 2px;
}

table#staly th {
	font-size: 120%;
	background-color: #ECF4FB;
}


table#staly .cena {
	text-align: right;
}

table#staly td.center {
	text-align: center;
}

table#staly td span.m_popis {
	font-style: italic;
	font-weight: normal;
}

table#staly img.m_picture {
	padding: 10px;
}

/* tabulky ceníků */
table.cenik {
	width: 500px;
	border-collapse: collapse;
	border: solid #999 3px;
}

.cenik th, .cenik td {
	border-width: 1px;
	padding: 3px;
}

.cenik th {
	border-width: 3px;
}

.cenik th.clear {
	border: none;
}

.cenik td.left {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

.cenik td.light, .cenik th.light, .cenik tr.light {
	background-color: #FF9;
}

.cenik td.dark, .cenik th.dark, .cenik.tr {
	background-color: #FFE579;
}

.cenik td.zahlavi {
	font-weight: bold;
}

.bold {
  font-weight: bold;
}

.needed {
  color: #FF3333;
}

.hodinka {
  color: #FFFFCC;
  font-size: large;
  font-weight: bold;
}

#reg fieldset {
margin: 0;
padding-left: 5px;
border: #FFCC33 solid 1px;
}

#reg legend {
font-weight: bold;
padding: 5px;
}

#reg label {
font-size: 120%;
padding-bottom: 5px;
cursor: pointer;
cursor: hand;

}

dl {
padding: 5px;
}

dt {
font-weight: bold;
font-size: 110%;
padding-bottom: 5px;
}

dd {
margin: 0; padding: 0;
font-style: italic;
padding-bottom: 15px;
}

p#provozovatel {
font-size: 75%;
}
