.hidden {
	position: absolute;
	left: -10000px;
	top: -10000px;
}

td {
   font-size: 1em;
}

body {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	color: white;
	font-size: 0.7em;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #5a7db3;
}

img {
	border: none;
}

/* Page content, centered */
#body {
	position: relative;
	width: 950px;
	margin:auto;
	text-align: left;
	color: #ffffff;
}

a:link, a:active, a:visited {
	color: #ff7605;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.filedesc {
	font-size: 0.8em;
	color: #dddddd;
}

li {
	list-style-type: square;
	margin: 2px;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
	text-decoration: underline;
}

.marleft {
	text-align: right;
}

.boldik {
	font-weight: bold;
}

/* Logo */
h1 {
	margin: 0;
	width: 769px;
	height: 167px;
}

h1 a {
	display: block;
	width: 769px;
	height: 167px;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	float: left;
}

h1 span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 770px;
	height: 167px;
	background-image: url('./img/logo.jpg');
	background-repeat: no-repeat;
}

/* velký reklamní banner */
#reklama_1      { position: absolute; left: 287px; top: 0px; width: 483px; height: 89px; background: url('./img/head_toend.png') repeat; }
#reklama_1 img  { background-color: #ccc; margin: 10px 0px 0px 10px; }
/* KONEC HLAVIČKY - LOGA */


/* ### NAVIGACE ### */
#menu {
	width: 950px;
	background-color: #32558b;
	margin: 0;
	/*background-image: url('./img/menu_grad.png');
	background-repeat: repeat-y;
	background-position: right top;*/
}

#menu ul {
	color: black;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li {
	border-top: solid 4px #32558b;
	float: left;
	background-color: #32558b;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li.select {
	background-color: #feb91d;
	border-top: solid 4px #ff7a0c;
	border-bottom: solid 1px #feb91d;
	color: black;
}

#menu li a {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0;
	padding-right: 0;
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
}

#menu li.main {
	width: 110px;
}

#menu li.plans {
	width: 105px;
}

#menu li.courts {
	width: 105px;
}

#menu li.prices {
	width: 120px;
}

#menu li.openings {
	width: 150px;
}

#menu li.contact {
	width: 94px;
}

#menu li.offers {
	width: 94px;
}

#menu li.foto {
	width: 105px;
}

#menu li.partners {
	width: 80px;
}

#menu li.weather {
	width: 72px;
}

#menu li.select a {
	color: black;
}

#menu li.select a {
	color: black;
}

#menu li a:hover {
	background-color: #feb91d;
	color: black;
}
/* KONEC NAVIGACE */

/* ### SUBNAVIGACE ### */
#submenu {
	width: 950px;
	border-bottom: solid 1px #white;
	background-color: #feb91d;
}

#submenu ul {
	width: 950px;
	color: black;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#submenu li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;

	padding-left: 0.4em;
	padding-right: 0.4em;
}

#submenu li.select a {
	background-color: #ee9508;
}

#submenu li a {
	color: black;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.4em;
	padding-right: 0.4em;
}

#submenu li a:hover {
	/*background-color: #ff7605;*/
	background-color: #ee9508;
}
/* KONEC SUBNAVIGACE */


/* ### LAYOUT OBSAHU ### */
#main {
	background-color: #46699f;
	padding: 0;
	margin: 0;
	width: 950px;
}

#content {
	margin: 0px;
	padding: 0px;
}

#maintable {
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-bottom: solid 2px #e1e3e0;
}

#maintable td {
	padding: 0;
}

.reset {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	border: none;
	font-size: 0em;
	overflow: hidden;
}
/* KONEC LAYOUTU OBSAHU */

/* ### LAYOUT HLAVNIHO OBSAHOVEHO RAMCE ### */
#content_content {
	padding: 1em;
}

#content_content p {
	text-align: justify;
	padding: 0;
}

#content_content h2 {
	font-size: 2.1em;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	width: 100%;
	color: white;
}

#content_content span.datum {
	font-size: 0.8em;
}

#content_content h2 span.point {
	display: block;
	float: left;
	font-size: 0.1em;
	margin: 6px 5px 0px 0px;
	padding: 0px;
	border: 0px solid black;
	width: 7px;
	height: 18px;
	background-color: #ff8007;

	display: none;
}

#obsah {
	padding: 0px 10px 0px 16px;
}

#content_content h3 span.pointact {
	display: block;
	float: left;
	font-size: 0.1em;
	margin: 6px 4px 0px 0px;
	padding: 0px;
	border: 0px solid black;
	width: 5px;
	height: 5px;
	background-color: #ff8007;
}
/* KONEC LAYOUT HLAVNIHO OBSAHOVEHO RAMCE */


/* ### LAYOUT PRAVEHO SLOUPCE ### */
#right {
	width: 201px;
}

#right_content {
	margin: 0;
	margin-top: 2em;
	margin-bottom: 2em;
	background-image: url('./img/right.png');
	background-repeat: repeat-y;
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-bottom: solid 1px white;
	padding: 1em;
}

#right_content h4 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 0.5em;
	padding-left: 1em;
	position: relative;
	font-weight: bold;
}

#right_content h4 span.point {
	display: block;
	float: left;
	background-color: white;
	width: 4px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 0.2em;
}

.icalline {
	background-image: url('./img/icalline.png');
	background-repeat: no-repeat;
	background-position: center top;
	height: 3px;
	width: 170px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-top: 1.1em;
}
/* KONEC LAYOUT PRAVEHO SLOUPCE */


/* ### LAYOUT PATICKY ### */
#footer {
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	height: 23px;
	border-bottom: 1px solid white;
}

#footer p {
	padding: 5px 0px 0px 8px;
	margin: 0px;
	color: white;
	font-size: 0.8em;
}

#footer p a {
	margin: 0px;
	padding: 0px;
	border: 0px none white;
}

#footer p img {
	margin: 0px;
	padding: 0px;
	border: 0px none white;
	position: relative;
	top: 4px;
}
/* KONEC LAYOUTU PATICKY */

/* ICAL */
.chooser {
	border-bottom: solid 2px #839cd7;
}

.chooser ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.chooser li {
	border-left: solid 1px #839cd7;
	border-top: solid 1px #839cd7;
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0;
}

.chooser li.last {
	border-right: solid 1px #839cd7;
}

.chooser li a {
	display: block;
	color: white;
	padding-left: 0.4em;
	padding-right: 0.4em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.chooser li a:hover {
	background-color: #839cd7;
}

.chooser li.selected {
	background-color: #839cd7;
	font-weight: bold;
	padding-left: 0.4em;
	padding-right: 0.4em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.chooser.topborder {
	border-bottom: none;
}

.chooser.topborder li {
	border-top: none;
	border-bottom: solid 1px #839cd7;
}
/* KONEC ICAL */

#topbanner {
	width: 181px;
	height: 166px;
	background-color: #32558b;
	text-align: center;
	border-bottom: solid 1px white;
	border-left: solid 1px white;

	position: absolute;
	top: 0;
	right: 0;
}

#right_content {
	position: relative;
	left: 1px;
	/*border-right: solid 1px white;*/
}

#adv {
	border-left: solid 1px white;
	background-color: #43669c;
	width: 180px;

	text-align: center;
}

.calendar {
	margin-left: auto;
	margin-right: auto;

	background-color: white;
	color: black;
	border: solid 1px #6f6f63;

	border-collapse: collapse;
}

.calendar td, .calendar th {
	text-align: center;
	padding: 0.4em !important;
	padding-top: 0.2em !important;
	padding-bottom: 0.2em !important;
}

.calendar thead td, .calendar thead th {
	background-color: #7a96df;
	color: white;
}

.calendar tr #selected {
	background-color: #0053ea;
	color: white;
}

.calendar a {
	color: black !important;
}

.calendar thead a {
	text-decoration: none;
}

table.courts {
	border-collapse: collapse;

	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

table.courts td {
	width: 8em;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

#rozpisKurtu {
	margin-left: auto;
	margin-right: auto;
}

#rozpisKurtu td, #rozpisKurtu th {
	text-align: center;
}

#rozpisKurtu .time {
	font-weight: bold;
}

#rozpisKurtu td {
	padding: 0.5em;
	border: solid 1px #d1d8e8;
}

#adv a {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}
