body, html {
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #003882;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #003882;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #003882;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003882;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#zaklbody {
	position: relative;
	width: 900px;
	margin: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#logo_top {
	position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 239px;
	background-image: url(images/bgimage_top.png)
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #003882;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	font-weight: bold;
	text-decoration: underline;
}

img {
	border: 0px;
}

/* -- menu -- */
#menu {
	position: absolute;
	background-color: #FFFFFF;
	text-align: center;
	top: 239px;
	left: 0px;
	width: 898px;
	z-index: 2;
	border-width: 1px 1px 1px 1px;
	border-color: #FFFFFF;
	border-style: solid solid solid solid;
}

#menu span {
	padding: 2px 14px 2px 14px;
}

#menu a {
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #003882;
}

#menu a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #00664A;
}

#menu a.sel {
	color: #00664A;
}
/* -- menu - konec -- */

/* -- obsah -- */
#obsah {
	position: absolute;
	top: 257px;
	left: 0px;
	width: 878px;
	background-color: #FFFFFF;
	border-width: 0px 1px 1px 1px;
	border-color: #FFFFFF;
	border-style: none solid solid solid;
	padding: 10px 10px 5px 10px;
}

h1 {
	margin: 10px 0px 5px 0px;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	margin: 10px 0px 5px 0px;
	font-size: 15px;
	font-weight: bold;
}

.c {
	text-align: center;
}

.r {
	text-align: right;
}

.ib {
	font-style: italic;
	font-weight: bold;
}

p {
	margin: 0px 0px 7px 0px;
}

.table_center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-style: none;
}

.table_center td {
	vertical-align: top;
}
/* -- obsah - konec -- */

/* -- vstupenky -- */
.v1 {
	width: 240px;
	font-weight: bold;
}

.v2 {
	text-align: left;
	font-weight: bold;
	font-style: italic;
	vertical-align: top;
}
/* -- vstupenky - konec -- */

/* -- kontakt -- */
.k1 {
	width: 140px;
	font-weight: bold;
}

.k2 {
	width: 320px;
	font-style: italic;
}

.k3 {
	width: 120px;
}

.k4 {
	width: 170px;
}
/* -- kontakt - konec -- */

/* -- program -- */
.p_datum {
	font-weight: bold;
	font-style: italic;
}

.p_cas {
	width: 50px;
	text-align: right;
	vertical-align: top;
}

.p_kde {
	width: 250px;
	vertical-align: top;
	font-style: italic;
}

.p_co {
	vertical-align: top;
}
/* -- program - konec -- */
