body{
	font-family: Arial, Helvetica, sans-serif; /*background-color: #B8FF80;*/
	text-align: center;
	overflow: scroll;
}
#hlavni{
	position: relative;
	width: 750px;
	background-color: White;
	border: 1px solid #6C2B25;
	margin: auto;
}
#hlavicka{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 120px;
	background-image: url(../img/logo.jpg);
}
#obsah{
	position: relative;
	/*border: 1px dotted Black;*/
	/*width: 570px;*/
	min-height: 400px;
	_height: 400px;
	padding-top: 135px;
	padding-left: 165px;
	padding-right: 15px;
	padding-bottom: 15px;
	z-index: 1;
	text-align: left;
}
/* ----=========== FORMÁTOVÁNÍ MENU  ============-------------- */
.menu {
	height: 150px;
	font-size: 90%;
	margin: 0px;
	position: absolute; /*poloha celého bloku menu*/
	top: 120px;
	z-index: 2;
}

/* odstraní všechny kuličky, okraje a odsazení od výchozího nastavení listů */
.menu ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
/* styl položky seznamu */
.menu li {
background-image: url(../img/bg_menu.jpg);
height:26px;
/* for IE7 */
float:left;
}
.menu li.sub {
	background-image: url(../img/bg_menu_sub.jpg);
} 
/* get rid of the table */
.menu table {
	position:absolute; 
	border-collapse:collapse; 
	top:0; left:0; 
	z-index:100; 
	font-size:1em;
}
/* styl odkazu */
.menu a, .menu a:visited {
	display: block;
	text-decoration: none;
	height: 26px;
	line-height: 25px;
	width: 149px;
	color: #000;
	text-indent: 5px;
	border: 1px solid Black;
	border-width: 0 1px 1px 0;
}
/* hack pro IE5.5 */
* html .menu a, * html .menu a:visited {
	width:150px; 
	w\idth:149px;
}
/* style neaktivního odkazu a navštíveného odkazu */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:149px;
color:#000;
text-indent:5px;
border:1px solid #000;
border-width:0 1px 1px 1px;
}
	/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {
	width:150px; 
	w\idth:149px;}
	/* styl odkazu :hover */
* html .menu a:hover {
	color:#fff; 
	background:#FE0002; 
	position:relative;
}
.menu li:hover {
	position:relative;
}
	/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {
	color:#fff; 
	background:#FE0002;
}
	/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {
	color:#fff; 
	background:#FE0002;
} 
	/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
	visibility:hidden;
	position:absolute;
	top:-30px;
	/* set up the overlap (minus the overrun) */
	left:100px;
	/* set up the overrun area */
	padding:30px;
	/* this is for IE to make it interpret the overrrun padding */
	background: transparent;
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* ----=========== KONEC FORMÁTOVÁNÍ MENU  ============-------------- */
a{
	text-decoration: none;
	color: Black;
}
a:hover{
	color: Maroon;
	text-decoration: underline;
}
.uroven2{
	background-color: #F8AE6F;
}
#paticka{
	position: relative;
	background-image: url(../img/bg_paticka.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 23px;
	_height: 30px;
	padding-top: 7px;
	padding-left: 130px;
	font-size: smaller;
	text-align: left;
	color: Silver;
	font-weight: bolder;
}
.odkaz{
	text-decoration: none;
	color: White;
}
a.odkaz:hover{
	color: #D2B48C;
	text-decoration: none;
}
h1{
	color: Maroon;
	font-size: 150%;
}
h2{
	color: #556B2F;
	font-size: 135%;
}
h3{
	font-size: 120%;
}
ul{
	list-style-type: square;
}
.kategorie{
	color: Black;
	text-decoration: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-weight: bold;
	font-size: larger;
}
p{
	text-indent: 5%;
}
.nadpis{
	color: #399399;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}
a img{
	border: 0px;
}
.diagram{
	background-color: #FFFACD;
	text-align: center;
	border: 1px solid #F6AC6D;
	padding: 10 0 10px 0;
}
hr{
	width: 100%;
	color: Red;
	size: 2px;
}
.obrazek{
	text-align: center;
}
#pozice{
	background-color: #F6C17B;
	height: 20px;
	position: relative;
	float: right;
	min-width: 300px;
	_width: 300px;
	padding: 2px 5px 0 5px;
	font-weight: bolder;
	border-bottom: 1px solid Black;
	border-left: 1px solid Black;
}
.mapa{
	list-style-image: url(../img/odrazka.gif);
}
.poznamka{
	font-size: smaller;
	color: Gray;
}
/*  ----====== formátování starého menu =========---------- */
/*
#menu{
	position: absolute;
	top: 120px;
	left: 0px;
	width: 150px;
	z-index: 2;
	font-weight: bold;
}
/*div[id="menu"] a{
	text-decoration: none;
	display: block;
	width: 150px;
	height: 25px;
	color: Black;
	border-bottom: 1px solid Black;
	background-image: url(../img/bg_menu.jpg);
	padding-top: 5px;
}
/*formát bunek pro IE */
/*span.uroven1 a{
	text-decoration: none;
	display: block;
	width: 150px;
	height: 25px;
	_height: 30px;
	color: Black;
	border-bottom: 1px solid Black;
	z-index: 2;
	background-image: url(../img/bg_menu.jpg);
	padding-top: 5px;
}
/*div[id="menu"] a:hover{
	display: block;
	width: 150px;
	height: 30px;
	
	background-color: #0D0845;
	color: Black;
	border-bottom: 1px solid Black;
	z-index: 2;
}
/*formát pro IE */
/*span.uroven1 a:hover{
	display: block;
	width: 150px;
	height: 25px;
	_height: 30px;
	color: White;
	border-bottom: 1px solid Black;
	z-index: 2;
	background-image: url(../img/bg_menu_a.gif);
	text-decoration: none;
}
span.uroven2 a{
	background-color: #F5C07A;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 25px;
	_height: 30px;
	color: Black;
	border-bottom: 1px solid Black;
	z-index: 2;
	padding-top: 5px;
	text-indent: 50px;
	text-align: left;
}
span.uroven2 a:hover{
	text-decoration: none;
	background-color: #FE0002; 
	display: block;
	width: 150px;
	height: 25px;
	_height: 30px;
	color: White;
	border-bottom: 1px solid Black;
	z-index: 2;
}*/