BODY {
	font-family: verdena, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
	text-align:center;
	background: #003399;
	color: Black;
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
}

td, th {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	vertical-align: top;
}

td:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	vertical-align: top;
	background-color: #FFFFCC;
	color: Black;
}

h1 {
	font-size:13pt;
	font-weight:bold;
	background: White;
	color:#08399C;
}

h2 {
	font-size:12pt;
	font-weight:bold;
	color:#08399C;
	background: White;
}

h3 {
	font-size:11pt;
	font-weight:bold;
	color:#08399C;
	background: White;
}

h3 a {
	color: #08399C;
	text-decoration: none;
	background: White;
}
h3 a:hover { 
	color: #000000;
	background: White;
}
h3 a span {
	color: #08399C;
	background: White;
}
h3 a:hover span {
	color: #000;
	background: White;
}

img {
	border: 2px none;
}

TABLE {
	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-weight: bold;
}

.text-zvyrazneni-right {
	text-align: right;
/*	color: #08399C;*/
	font-weight: bold;
}

.text-zvyrazneni-center {
	text-align: center;
/*	color: #08399C;*/
	font-weight: bold;
}

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

.obr-right {
	float: right;
}

.obr-left {
	float: left;
}

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

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

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

.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;
	color: Black;
}

#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;
	visibility: hidden;
}

#hlavicka h1 span {
	display:block;
	position:absolute;
	visibility: visible;
	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: 615px; /* Součet #stred a #vlevo */
}

#leva-null {
	width:145px;
	float: left; 
}

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

#obsah-null {
	width:470px;
	float: right;
}

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

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

#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;
	background: White;
	text-align: center;
}

/************************/
/*nastaveni hlavni menu */
/************************/
#hlavni-menu{
/*  height: 50px;
  width: 100%;*/
 }

#hlavni-menu ul {
/*  margin: 0 0 0 36px;
  padding: 0 ;
  list-style: none;*/
/*	font-weight: bold;*/
	margin: 0; 
	padding: 0; 
	list-style: none;
	border-right: 1px solid #e3e2e2;
}

#hlavni-menu ul a {
	color: #000;
	text-decoration: none;
	background: White;
}
#hlavni-menu ul a:hover { 
	color: #08399C;
	background: White;
}
#hlavni-menu ul a span {
	color: #08399C;
	background: White;
}
#hlavni-menu ul a:hover span {
	color: #000;
	background: White;
}

#hlavni-menu li {  
/*  float: left;
  margin: 0 ;
  padding: 0 ;
  height: 50px;*/
}
/*end nastaveni menu*/

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

ul a {
	color: #000;
	text-decoration: none;
	background: White;
}
ul a:hover { 
	color: #08399C;
	background: White;
}
ul a span {
	color: #08399C;
	background: White;
}
ul a:hover span {
	color: #000;
	background: White;
}

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

/************************/
/*odkazy*/
/************************/
a {
	color: #08399C;
	background: White;
	text-decoration: none;
}
a:hover { 
	color: #000;
	background: White;
}
a span {
	color: #000;
	background: White;
}
a:hover span {
	color: #08399C;
	background: White;
}

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

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

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

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

/*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>
*/
