body {
	margin: 0px;
	background: #B4CAE4;
	font-family: "Geneva CE", "Helvetica CE", "Arial CE", "Arial", "sans-serif";
	font-size: 0.9em;
	text-align: center;
}
/* obecne formatery */
a {
	color: #003976;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.middle {
	width: 760px;
	margin: auto;
	text-align: left;
}
.center {
	text-align: center;
}
.indent {
	text-indent: 2em;
}
.cleaner {
	clear: both;
}
.textright {
	text-align: right;
}
.left {
	float: left;
}
.right {
	float: right;
}
.orange {
	color: #FBA600;
}
.black {
	color: #000000;
}
div.error {
	color: red;
}
.doubleline {
	line-height: 200%;
}

/* hlavni kontejnery */
div#top, div#bottom {
	color: #FFFFFF;
	font-size: 0.7em;
	text-align: right;
}
div#headerBar {
	background: #D2E4F8;
}
div#header {
	background: #FFFFFF;
}
div#content {
	border: 4px solid #FFFFFF;
	background: #D2E4F8;
	padding: 0.5em;
	color: #003976;
}

/* ostatni */
div#content h2{
	color: #FFFFFF;
}
table#menu {
	background: #D2E4F8;
}
table#menu th {
	border: 2px solid #D2E4F8;
	background: #E5EEF8;
	text-align: center;
}
table#menu th.selected {
	background: #D2E4F8;
}
table#menu a {
	text-decoration: none;
}
table.cenik{
	width: 95%;
	margin: auto;
	text-align: center;
}
table.cenik th{
	width: 25%;
}
table.cenik .obdobi{
	text-align: left;
	font-style: italic;
}
table.cenik tr.liche {
	background: #B4CAE4;
}
table.cenik tr.sude {
	background: #FFFFFF;
}
div#poznamkaCena {
	text-align: right;
	margin: 1em;
	font-size: 0.8em;
}
div#obrazky img {
	border: 2px #B4CAE4 outset;
}
div#obrazky div {
	width: 152px;
	height: 113px;
	margin: 0.9em;
	_margin: 0.75em;
	float: left;
	text-align: center;
}
div#obrazky a:hover img {
	border: 2px #B4CAE4 inset;
}
a.mainobrazek {
	margin: 3px 12px;
}
a.mainobrazek img {
	border: 2px #B4CAE4 outset;
}
a.mainobrazek:hover img {
	border: 2px #B4CAE4 inset;
}
div#zabydlete {
	background-color: #FFFFFF;
	width: 70%;
	margin: auto;
	padding: 15px;
}
.akce {
	color: #FF0000;
}