/*definice vlastností stránky */
body {
	font-family: "Arial, Times New Roman, Verdana, sans-serif";
	text-align: center;
	background: #E2FFBF;
	overflow: scroll;
}
#hlavni{
	position: relative;
	margin: auto;
	width: 760px;
	border-left: 1px solid #2E952E;
	border-right: 1px solid #2E952E;
	border-top: 1px solid #2E952E;
	background: White;
}
#hlavicka{
	margin: 0px;
	padding : 0px;
	min-height: 160px;
	height: 160px;
	z-index: 0;
}
#logo{
	height: 130px;
	width: 760px;
	background: url(../img/hlavicka.jpg) no-repeat left top;
	position: absolute;
	top: 0px;
	left: 0px;
}
#menu{
	width: 760px;
	height: 25px;
	background: url(../img/bg_menu.png) repeat-x;
	position: absolute;
	top: 130px;
	left: 0px;
	z-index: 1;
}
#obsah{
	position: relative;
	top: 0px;
	left: 0px;
	padding: 3%;
	min-height: 400px;
	_height: 400px;
	/*border: 1px solid Blue;*/
}
#paticka{
	width: 760px;
	height: 25px;
	clear: both;
	background-color: #E2FFBF;
}
#pozadi_paticka{
	position: relative;
	left: 0px;
	bottom: 0px;
	width: 760px;
	height: 25px;
	font-family: "Times New Roman";
	font-weight: bold;
	color: #6E616B;
	text-align: center;
	background: url(../img/paticka.gif) no-repeat;
	padding-top: 5px; /*border: 1px dotted Black;*/
}
.text{
	text-align: justify;
	text-indent: 3em;
}
.obr{
	cursor: pointer;
	color: Red;
	font-size: medium;
	font-weight: bolder;
	font-stretch: ultra-expanded;
}
h1{
	font-size: 200%;
	text-align: center;
	color: Maroon;
}
h2{
	font-size: 150%;
	text-align: center;
	color: #716F64;
}
h3{
	font-size: small;
	color: Blue;
}
h4{
	color: Maroon;
}
.dekorace_r{
	position: absolute;
	top: 10px;
	right: 10px;
}
.dekorace_l{
	position: absolute;
	top: 10px;
	left: 10px;
}
.nadpis_uvod{
	font-size: 150%;
	color: Maroon;
	position: absolute;
	top: 1.5em;
	left: 2em;
}
.owebu{
	margin: auto;
	text-align: center;
	/*border: 1px dotted Black;*/
}
.roky{
	margin: auto;
	text-align: center;
}
table[class="roky"] td{
	padding-left: 1em;
	padding-right: 1em;
	font-weight: bold;
}
/*formát bunek pro IE */
table.roky td{
	padding-left: 1em;
	padding-right: 1em;
}
.vypis{
	border: 1px solid #00CC00;
	width: 60%;
	margin: auto;
}
.vypis1{
	background-color: #50BB50;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
}
.vypis2{
	text-align: left;
	padding-left: 15px;
}
/*.akt_vypis{
	text-align: center;
	border: 1px solid Blue;
	width: 500px;
	margin: auto;
}*/
.noticka{
	border-width: 2 1 2 1;
	border-color: #008F00; /*nastaveni okraje*/
	border-style: solid;
	width: 450px;
	text-align: left;
	position: relative; 
	margin: auto;
	/*_position: static;
	
	_margin-right: 40%;
	left: 30%;*/
}
.note_head{
	background-color: #FFFF88;
	color: #008F00;
	padding-left: 1em;
	border-bottom: 1px dotted;
}
.note_body{
	padding: 10px;
}
.tab{
	border-collapse: collapse;
	border: 3px double #008F00;
	margin: auto;
}
table[class="tab"] td{
	border: 1px solid #008F00; /*nastaveni okraje*/
	padding-left: 1em;
	padding-right: 1em;
}
/*formát bunek pro IE */
table.tab td{
	_border: 1px solid #008F00; /*nastaveni okraje*/
	padding-left: 1em;
	padding-right: 1em;
}
table[class="tab"] th{
	border: 1px solid #008F00; /*nastaveni okraje*/
	color: Green; /*nastaveni barvy pisma */
	font-weight: bold;
	background: #E2FFBF;
}
/*formát bunek pro IE */
table.tab th{
	_border: 1px solid #008F00; /*nastaveni okraje*/
	color: Green; /*nastaveni barvy pisma */
	background: #E2FFBF;
	padding-left: 1em;
	padding-right: 1em;
}
.album{
	margin: auto; /*zarovnani na stred*/
	border: 1px solid #008F00; /*nastaveni okraje*/
	background: #E2FFBF;
	width: 667px;
}
b.obr a{
	text-decoration: underline;
	color: #008F00;
}
a{
	color: #008F00;
	text-decoration: none;
}
a:hover, a:focus{
	text-decoration: underline;
}
a:visited{
	color: #008F00;
}
.zvyrazni{
	color: #008F00;
}
.pocitadlo{
	color: #008F00;
	font-weight: bold;
}
.blok_seznam{
	text-align: left;
	padding-left: 30%;
}
.blok_seznam2{
	text-align: left;
}
ul.first{
	list-style-image: url(../img/odrazka.gif);
}
ul.second{
	list-style-image: url(../img/odrazka2.gif);
}
