/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
/*	white-space: nowrap;*/
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
/*	white-space: nowrap;*/
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*background: #C4C4F4;*/
	/*background: #FFFFFF;*/
	text-align:center;
	background: #003399;
	}

h1 {
	font-family:helvetica, arial;
	font-size:13pt;
	font-weight:bold;
	color:#08399C;
}


h2 {
	font-family:helvetica, arial;
	font-size:11pt;
	font-weight:bold;
	color:#08399C;
}

h3 {
	font-family:helvetica, arial;
	font-size:9pt;
	font-weight:bold;
	color:#08399C;
}



h3 a {
	color: #08399C;
	text-decoration: none;
}

h3 a:hover { 
	color: #000000;
}

h3 a span {
	color: #08399C;
}

h3 a:hover span {
	color: #000;
}

img {
	border: none;
}

TABLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #ffffff; /*nastaveni podbarveni tabulek*/
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}


.text-zvyrazneni-left {
	text-align: left;
	color: #08399C;
	font-size: 14px;
	font-weight: bold;
}

.text-zvyrazneni-right {
	text-align: right;
	color: #08399C;
	font-size: 14px;

	font-weight: bold;
}

.text-zvyrazneni-center {
	text-align: center;
	color: #08399C;
	font-size: 14px;
	font-weight: bold;
}

.text-zvyrazneni-justify {
	text-align: justify;
/*	color: #08399C;*/
/*	font-size: 14px;*/
	font-weight: bold;
}


.text-zvyrazneni-justify-1 {
	text-align: justify;
	color: #08399C;
	font-size: 14px;
	font-weight: bold;
}

.obr-right {
	float: right;
}


.obr-left {
	float: left;
}

.katalog-obr-left{
	float: left;
	cursor: pointer;
	border: 2px solid white;
}

.tabopen {
	margin-left: auto;
	margin-right: auto;
	background-color: #ccffff;
	border: 1px;
}

.oramovani {
	padding: 1px;
	border: 1px solid #e3e2e2;
	background-color: #FDC903;
}

.zvyrazneni_radku:hover {
	background-color: #FFFF99;
}


.ukazatel {
	cursor: pointer;
}

/*nastaveni hlavni stranky*/

#stranka {
	width: 810px;
	text-align:left;
/*	background-image: url(../obrazky/stranka_pozadi.gif); /*bocni oramovani*/
/*	background-repeat: repeat-y;*/
	margin-top: 50px; /*velikost odkskoku od vrchu prohlizece*/
	margin-left: auto;
	margin-right: auto;
	background: White;
}

#hlavicka {
	padding: 7px 5px 0px 5px;
/*	background:url("../obrazky/pozadi_hlavicka.gif") no-repeat; *//*horni oramovani*/
}

#hlavicka h1 {
/*	display:block;*/
	margin:0;
	padding:0;
	position:relative;
	width:800px;
	height:82px;
	overflow: hidden;
}



#hlavicka h1 span {
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	width:800px;
	height:82px;
	margin:0;
	padding:0;
	background:url("../obrazky/logo.jpg") top left no-repeat;
}



#leva-obsah-null {
	float: left;
   width: 635px; /* Součet #stred a #vlevo */
	margin:0;
	padding:0;
}



#leva-null {
	width:205px;
	float: left; 
	margin:0;
	padding:0;
}



#leva {
	padding: 10px;
	padding-top: 20px;
/*	border-right: 1px solid #8dd2ab; pak by bylo nutno pridat +2 do leva-null*/
	margin:0;
	padding:0;
}



#obsah-null {
	width:430px;/*410*/
	float: right;
	margin:0;
	padding:0;
}



#obsah {
	padding: 5px;/*10*/
	padding-top: 20px;/*20*/
}



#prava-null {
	width:175px;/*174*/
	height: 82px;
	float: right;
	background: url("../obrazky/logo_prava.jpg") no-repeat;
	background-position: top;
	margin:0;
	padding:0;
}

#prava {
	padding: 10px;
	padding-top: 20px;
/*	border-left: 1px solid #e3e2e2;*/
}

#zapati {
	clear: both;
/*	background:url("../obrazky/pozadi_zapati.gif") no-repeat;*/ /*pozadi zapati*/
	background-position: bottom;
	padding-bottom: 10px;
}

#reklama {
	text-align: center;

}

#credits {
	font-size: 10px;
	color: #000000;
	text-align: center;
}

/*nastaveni menu */
ul {
	margin: 4px; 
	padding: 0px; 
	list-style: none;
/*	border-right: 1px solid #e3e2e2;*/
/*	background: #FFFFCC;*/
/*	background: #EEEEEE;*/
/*	background: #FDC903;*/
}

ul a {
	color: #000;
	text-decoration: none;
}

ul a:hover { 
	color: #08399C;
}

ul a span {
	color: #08399C;
}

ul a:hover span {
	color: #000;
}

.ul-historie {
	list-style: none;
	background: White;
	border-right: none;
}

/*odkazy*/
a {
	color: #08399C;
	text-decoration: none;
}

a:hover { 
	color: #000;
}

a span {
	color: #000;
}

a:hover span {
	color: #08399C;
}

/*nastaveni stylu kalendare*/
.zvyraznenedny {
	font-weight: bold;
}


#hlavickakalendar {
	font-weight: bold;
	background-color: #BFCCF2;
}

#tabulkakalendar {
	border-color: #2E3092;
}

#reklama-dole {
	margin-left: auto;
	margin-right: auto;
}

.katalog-table {
	width: 390px;
}


/*vymena teytovych nadpisu za obrazkove defaultni priklad
   #chapter-one {
      margin:0; padding:0;
      position:relative;
      width:200px; height:80px;
      margin:0; padding:0;
      overflow:hidden;
      }

   #chapter-one span {
      display:block;
      position:absolute; left:0; top:0; z-index:1;
      width:200px; height:80px;
      margin:0; padding:0;
      background:url("chapter-one.gif") top left no-repeat;
      }

...


   <h2 id="chapter-one">Chapter One<span></span></h2>

*/