body {
	text-align: center;
	background: #99CCFF;
	color: black;
	font-size: 90%;
	font-family: Arial, sans-serif;
}

#page-holder-h {
	width: 750px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: solid 2px #000066;
}

#page-holder {
	position: relative;
}

#page-header {
	height: 146px;
	background: #A4C1E3;
	overflow: hidden;
}

#page-header .img-text {
	width: 750px;
	_width: 745px;
	height: 146px;
}

#page-header .it-img {
	width: 750px;
	_width: 745px;
	height: 146px;
	background-image: url('img/page-header-bkg.jpg');
}

#page-header .ph-text {
	height: 27px;
	line-height: 27px;
	font-size: 0.8em;
	font-weight: bold;
	position: absolute;
	top: 5px;
	right: 20px;
	background: #C3F2E0 url('img/page-header-text-bkg.gif') repeat-x top left;
	
	z-index: 10000;
}

#page-header .ph-text .ph-text-left,
#page-header .ph-text .ph-text-right {
	width: 7px;
	height: 27px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 0;
}
#page-header .ph-text .ph-text-left {
	background-image: url('img/page-header-text-left.gif');
	left: -7px;
}
#page-header .ph-text .ph-text-right {
	background-image: url('img/page-header-text-right.gif');
	right: -7px;
}

#page-body {
	background: #60C8FE url('img/page-body-bkg.gif') repeat top left;
	position: relative;
	
	margin: 0;
}
#page-content-h {
	background: #60C8FE url('img/page-content-bkg.gif') repeat-x top left;
	margin: 0 0 0 200px;
	padding: 0;
}
#page-heading h1 {
	color: #66CCFF;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	font-size: 1.6em;
	margin: 0;
	padding-left: 20px;
	background: transparent url('img/odrazka-h1.gif') no-repeat center left;
}
#page-navigator {
	font-size: 0.75em;
	margin: 0;
	padding: 0 0 5px 20px;
	font-style: italic;
	text-transform: uppercase;
	color: #66CCFF;
	font-weight: normal;
}
#page-navigator a {
	color: white;
}
#page-content {
	min-height: 400px;
	_height: 400px;
	padding: 20px 5px 5px 20px;	
	font-size: 0.9em;
	
	position: relative;
}

#page-left {
	position: absolute;
	top: 145px;
	left: 0;
	width: 194px;
}

/* =========== VZHLED BOXIKU ============= */
.box {
	background: transparent url('img/box-bkg.gif') repeat-x top left;
	
	clear: left;
	width: 193px;	
	
	
}
.box .box-header,
.box .box-body,
.box .box-footer {
	margin-left: 27px;
	background-color: #3D82D0;
	
}
.box .box-header {
	height: 68px;
	background: transparent url('img/box-header.gif') no-repeat bottom left;
}
.box .box-footer {
	height: 15px;
	background: transparent url('img/box-footer.gif') no-repeat bottom left;
}
.box .box-body {
	background: transparent url('img/box-body.gif') repeat-y top left;
}


/* ------------ hlavni menu ------------- */
.box#main-menu {
	position: relative;
}
.box#main-menu .box-header {
	width: 166px;
	height: 54px;
}
.box#main-menu .box-header .it-img {
	width: 166px;
	height: 54px;
	background-image: url('img/main-menu-header.jpg');
}
.box#main-menu .box-body {
	position: relative;
	background: transparent url('img/main-menu-body.gif') repeat-y top left;
}
.box#main-menu .box-footer {
	height: 10px;
	background: transparent url('img/main-menu-footer.gif') no-repeat bottom left;
}
#main-menu .menu-item {
	position: relative;
	
	overflow: hidden;
	
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
	
	border-bottom: solid 1px white;
}
#main-menu .menu-item a {
	padding: 3px 8px;
	color: white;
	display: block;
}
#main-menu .menu-item a:hover {
	background: white url('img/main-menu-itemo.jpg') repeat-y top left;
	color: #000066; 
	text-decoration: none;
}

/* submenu */
#main-menu .submenu {
	position: absolute;
	visibility: hidden;
	top: 0;
	left: 165px;
	padding-bottom: 10px;
	width: 115px;
	background: transparent url('img/main-menu-submenu-bkg.gif') no-repeat bottom left;
	
	font-size: 0.9em;
}
#main-menu .submenu .menu-item {
	background: transparent url('img/main-menu-submenu-item.gif') repeat-y top left;
}
#main-menu .submenu .menu-item a:hover {
	background: white url('img/main-menu-submenu-itemo.gif') no-repeat top left;
}
#main-menu .submenu .menu-item.first {
	padding-top: 30px;
	background: transparent url('img/main-menu-submenu-first.gif') no-repeat top left;
}



/* ================ TEXTY =================== */


a {
	color: #B7E7FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #75D1FF;
}
a img {
	border: solid 1px #B7E7FF;
}
a img:hover {
	filter: alpha(opacity=85, style=0);	
	-moz-opacity: 0.85;
}


h1 {
	margin: 0;
}

h3 {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	padding: 0;
	color: #FFFFFF;
	font-style: italic;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 10px 0;
	padding: 0;
}
.obr {
	border: solid 1px #FFFFFF;
}
.wysiwyg {
	text-align :justify;
	line-height: 1.5em;
}

.odstavec {
	clear :both;
}

.odstavec.float {
	float: left;
	clear: none;
}

.odstavec .obr {
	margin: 0 5px 5px 0;
	float: left;
}

.odstavec li {
	margin-left: 20px;
}

.odstavec .soubor a {
	color: rgb(204,0,0);
	text-decoration: none;
}

.odstavec .soubor a:hover {
	border-bottom: 1px solid rgb(183,231,255);
}

/* ============= STRANKOVANI =============== */
.paging {
	background: #64B39D;
	padding: 1px;
	color: white;
}
.paging .pages-info {
	padding: 1px;
}
.paging .per-page {
	padding: 1px;
}



/* ============= NAVIGATOR ================ */
.navigator {
	font-size: 0.9em;
	font-weight: bold;
}



/* ================= GALERIE OBRAZKU ==================== */
#id-galerie {
}

/* seznam kategorii */
#id-galerie .subcats {
	position: relative;
	padding-left: 20px;
}
#id-galerie .subcats .zaznam {
	display: list-item;
	list-style-image: url('img/odrazka-2.gif');
}
#id-galerie .subcats .zaznam .obr-h-a {
	visibility: hidden;
}
#id-galerie .subcats .zaznam .obr-h {
	position: absolute;
	top: 0;
	left: 300px;
}

/* informace o kategorii */
#id-galerie .cat-info {
	margin-bottom: 20px;
}
#id-galerie .cat-info h3 {
	margin-bottom: 5px;
}
#id-galerie .cat-info .obr {
	float: left;
	margin: 0 5px 5px 0;
}
#id-galerie .cat-info .wysiwyg {
	text-align: justify;
	font-size: 0.9em;
}
#id-galerie .cat-info .wysiwyg p {
	margin: 0;
	padding :0;
}


/* vypis nahledu */
#id-galerie .vypis#galerie {
	clear: both;
}
#id-galerie .vypis#galerie .zaznam {
	float: left;
	margin: 1px;
	padding: 10px;
	border: solid 1px white;
	/* border-width: 0 1px 1px 0; */
	background: #97ECC7 url('img/galerie-zaznam-bkg.gif') repeat-y top right;
	
	min-height: 170px;
	_height: 170px;
	width: 150px;
	
	text-align: center;
	font-size: 0.85em;
	font-style: italic;
	color: #285080;
}
#id-galerie .vypis#galerie .zaznam .obr-h {
	text-align: center;
	margin: 0 0 5px 0;
}
#id-galerie .vypis#galerie .zaznam .obr {
}

/* okolni obrazky u detailu */

#id-galerie #okolni {
	border: solid 1px white;
	border-bottom-width: 0;
	background: #E1EBF7;
	
	overflow: auto;
	height: 135px;
	
	text-align: center;
}
#id-galerie #okolni .zaznam {
	padding: 3px;
	clear: none;
}
#id-galerie #okolni .zaznam.aktualni {
	border: solid 1px red;
	
	position: absolute;
	display: none;
}
#id-galerie #okolni .zaznam.prev {
	float: left;
}
#id-galerie #okolni .zaznam.next {
	float: right;
}

/* navigace mezi obrazky u detailu */

#id-galerie .okoli-nav {
	height: 1.3em;
	line-height: 1.3em;
	
	border: solid 1px white;
	border-top-width: 0;
	padding: 2px;
	background: #265488;
	color: white;
}
#id-galerie .okoli-nav a {
	color: white;
}
#id-galerie .okoli-nav .prev {
	float: left;
}
#id-galerie .okoli-nav .next {
	float: right;
}

/* detail obrazku */
#id-galerie .detail {
	color: #285080;
	font-size: 0.9em;
	margin-bottom: 10px;
}
#id-galerie .detail .obr {
	margin: 5px 0 0 0;
}

/* ============== NOVINKY ================= */

/* seznam novinek */
#id-aktuality .vypis {
	
}
#id-aktuality .vypis .zaznam {
	
}
#id-aktuality .vypis .zaznam .datum {
	color: white;
	font-size: 0.85em;
}
#id-aktuality .vypis dt {
	font-weight: bold;
	background: transparent url('img/odrazka-2.gif') no-repeat center left;
	padding-left: 10px;
	position: relative;
	left: -10px;
}

/* detail novinky */
#id-aktuality .detail {
	
}
#id-aktuality .detail .navigator {
	margin-bottom: 10px;
}
#id-aktuality .detail .datum {
	color: white;
	font-size: 0.9em;
}


/* =================== PATICKA STRANKY ==================== */
#page-footer {
	clear: both;
	background: #CAEDFF;
	border-top: solid 1px #000066;
	padding: 2px 10px;
	text-align: right;
	font-size: 0.7em;
	color: gray;
	font-style: italic;
}
