/*   definice základních vlastností   */
@page {
	size: portrait; margin: 10%;
}
body {
	font-family: "Times New Roman", Times, serif;
	margin: auto;
	
	
	/*  lišta pro ie 

	scrollbar-face-color: #FFCC33;
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #FFFFCC;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-darkshadow-color: #999999;
	scrollbar-track-color: #FFE579;
*/
}
/* nadpisy */

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


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

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

a:hover {
	text-decoration: underline;
}


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: 0em;
}

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


/*   jednotlivé boxy layoutu   */

#hlavicka {
  visibility: hidden;

}

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


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

	
}

.lista {
visibility: hidden;
}

.svatek {
visibility: hidden;
}

#paticka {
	visibility: hidden;

}



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


#left {
 visibility: hidden;

}

/* tabulka jídelníčku */

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

#jidelnicek caption  {
	display: none;
	
}

#jidelnicek thead th  {
	border: 3px solid black;
	
}
#jidelnicek thead th {
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding-left: 5px;
}

#jidelnicek tbody td,
#jidelnicek tbody th {
	border: 1px solid black;
	text-align: left;
	padding-left: 5px;
	font-size: 10px;
}

#jidelnicek th.gram, th.num, th.cena {
	width: 30px;
}

#jidelnicek th.jidlo {
	width: 150px;
}

#jidelnicek tr.zahlavi {
	background: #FFFFCC;
}


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

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

.center {
	text-align: center;
}
/* anketa */




#anketa {
	visibility: hidden;

}


/* tabulka provozní doby */
table#provoz {
	border: solid #000000 1px;
   border-collapse: collapse;
	border-spacing: 0px;
	width: 600px;
	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;
}

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

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;
	background: #ECF4FB;
	width: 150px;
	_width: 140px;
	height: 300px;
	border: solid 1px Silver;
	float: right;
	right: 0px;
}

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;
}

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 {
display: none;
}


	