body {
	font-family: Arial, Tahoma, Helvetica, Times, sans-serif;
	font-size: 100%;
	padding: 2px 0px 10px 0px;
	margin: 0px;
	text-align: center;
	background: #ffffff;
}
/*-------------------------*/
p {
	margin: 0px;
	padding: 4px 70px;
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.3em;
	color: #717171;
}
b {
	margin: 2px;
	padding: 6px 140px;
	font-size: 0.9em;
	text-align: justify;
	line-height: 1.3em;
	color: white;
}
/* poznamka*/
.notice {
	margin: 0px;
	padding: 0px 90px;
	font-size: 0.7em;
	font-weight: bold;
	text-align: justify;
	line-height: 1.5em;
	color: #A8A8A8;
}
/* zeleny nadpis velky*/
.barva1 {
	margin: 0px;
	padding: 4px 70px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: justify;
	line-height: 1.5em;
	color: #215E21;
}
/* navy nadpis maly*/
.barva2 {
	margin: 0px;
	padding: 4px 70px;
	font-size: 1.0em;
	font-weight: bold;
	text-align: justify;
	line-height: 1.5em;
	color: navy;
}
/* navy nadpis mensi*/
.barva3 {
	margin: 0px;
	padding: 4px 70px;
	font-size: 0.8em;
	font-weight: bold;
	text-align: justify;
	line-height: 1.5em;
	color: navy;
}
/* text pro odrazky*/
.barva4 {
	margin: 0px;
	padding: 4px 70px;
	font-size: 0.7em;
	/*font-weight: bold;
*/
	text-align: justify;
	line-height: 1.5em;
	color: navy;
}
/*/
* umisteni motivacniho obrazku - lightbox*/
.doleva {
	margin: 0px;
	padding: 15px 190px 30px 0px;
}
a {
	text-decoration: underline;
	color: navy;
}
a:hover {
	text-decoration: none;
	color: #6B8E23;
}
/* odrazky*/
ul {
	list-style-type: circle;
	margin: 0px 15px;
	padding: 0px 0px 0px 20px;
	text-align: left;
}
li {
	margin: 0px;
	padding: 2px 0px;
	text-align: justify;
	font-size: 0.8em;
}
table {
	margin: 50px auto;
	padding: 5px;
	border-top: 10px solid silver;
	border-left: 10px solid silver;
	border-bottom: 2px solid silver;
	border-right: 2px solid silver;
}
table td {
	margin: 0px;
	padding: 2px 5px;
	font-size: 1em;
}
/*-----hlavicka----------------*/
/*horni obrázek s nadpisem Ozvucena prezentace*/
.hlavicka {
	width: 758px;
	height: 350px;
	margin: 0px auto;
	padding: 0px;
	background: #ffffff url(images/hlavicka.gif) no-repeat;
}
/*-----pozadi----------------*/
/*spodni obrazek + pravy okraj*/
.obr {
	width: 758px;
	/*height: 250px;
-- neni treba udavat, meni se podle obsahu vysece*/
	margin: 0px auto;
	padding: 0px;
	background: #ffffff url(images/zadani2.JPG) no-repeat;
}
/*-----telo----------------*/
.telo {
	width: 758px;
	height: 100px;
	min-height: 300px;
	margin: 0px auto;
	padding: 0px;
	background: #ffffff url(images/pravy_okraj.jpg) no-repeat top right;
}
/*-------menu----------------*/
.menu {
	font-family: tahoma;
	margin: 0px;
	padding: 170px 5px 30px 0px;
/*umisteni textu, 170 - od horního okraje, 50 od praveho okraje*/
	color: white;
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
}
.menu a {
	text-decoration: none;
	color: white;
}
.menu a:hover {
	text-decoration: underline;
	color: red;
}
.aktualni_menu {
	text-decoration: underline;
	color: #99CC32;
}
/*-------menu2----------------*/
.menu2 {
	font-family: tahoma;
	margin: 0px;
	padding: 5px 50px 20px 0px;
/*umisteni textu od posledniho textu*/
	color: white;
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
}
.menu a2 {
	text-decoration: none;
	color: white;
}
.menu a2:hover {
	text-decoration: underline;
	color: red;
}
.aktualni_menu2 {
	text-decoration: underline;
	color: silver;
}
