body {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	/*font-family: 'Trebuchet MS', 'Verdana CE', 'Arial CE', 'Helvetica CE', Verdana, sans-serif;*/
	font-size: small;
	text-indent: 0;	/*odsazeni prvniho radku*/
	line-height: 125%;
	background-color: #FEFEFE;
	margin: 0;
	padding: 0;
	}

p {
	margin: 0;
	margin-bottom: 5px;
	text-align: justify;
	text-indent: 2ex;
	}

p.vyrazne {
	color: #BD1950;
	text-indent: 0;
	font-weight: bold;
	font-size: 12pt;
	}

p.zdroj {
	font-style: italic;
	text-indent: 0;
	}

strong {
	font-style: normal;
	font-weight: bold;
	}
.smallblack {
	font-size: x-small;
	line-height: 100%;
	text-align: left;
	text-indent: 0;
	color: black;
	}
.smallblackright {
	font-size: 8pt;
	line-height: 100%;
	text-align: right;
	text-indent: 0;
	}
h3 {
	color: #e18636;
	font-size: 14pt;
	text-decoration: underline;
	line-height: 125%;
	margin-top: 0;
	margin-bottom: 10px;
	}
h5 {
	text-indent: 0px;
	margin-bottom: 1em;
	}

h4.nadpis {
	border-top: 1px solid #EECC88;
	background-color: #FFDD99;
	padding: .3em;
	margin-top: 20px;
	font-size: 14pt;
	}

hr {
	width: 100%;
	color: #999999; /*#D9D9D9;*/
	}

img {
	margin: 1em;
	}
img.logo {float: left; border-style: none;}
img.rlogo {float: right;}
img.bez {margin: 0;}
img.ramfloat {float: left; margin: 0 0.5em 0.7em 0; border: 1px solid black;}
img.ramfloatright {float: right; margin: 0 0 0.5em 0.8em; border: 1px solid black;}
img.bezramp {float: right; border: medium none;:; margin-left:0; margin-right:0; margin-top:0; margin-bottom:0.5em; medium}
img.bezraml {float: left; margin: 0 0.8em 0.5em 0; border: none;}
img.ramecek {margin: 0 1em 0 0; border: 1px solid black;}

/*--- ODKAZY ---*/
a {
	color: #6969B3;
	text-decoration: underline;
	}
a:hover {
	color: #8080D9;
	/*font-weight: bold;*/
	/*background-color: rgb(230,230,255);*/
}


/* odkazy vlevo */
#obsah ul {
	list-style-type: none;	/*v seznamu nejsou puntiky*/
	text-align: left;
	padding-left: 0;
	}
#obsah li {
	margin-bottom: 2ex;
	line-height: 125%;
	}

/*--- SEZNAMY ---*/
ul {margin:0; text-align:justify;}
li.vnitrni {list-style-position: inside; margin-bottom: 0.8ex;}
li.vnitrninew {list-style-position: inside; margin-bottom: 0.8ex; list-style-image: url('icons/ball.gif');}
li.vnejsi {margin-left: 15px; list-style-position: outside; margin-bottom: 0.5ex;}

/*--- HLAVICKA ---*/
.nastred {text-align: center; text-indent: 0; margin-bottom: 0.5ex;}
.hlavicka {
	font-size: x-small;
	color: RGB(0,0,0);
	line-height: 100%;
	padding-top: 0.5ex;
	}

/*--- BLOKY ---*/
#header {
	position: absolute;
	width: 900px;  /*786px;*/
	height: 125px;
	top: 0;
	bottom: auto;
	border: 0;
	padding: 0 0 0 0;
	background-color: white;
	}
#lista {
	position: absolute;
	width: 750px;
	left: 150px;
	height: 15px;
	top: 102px;
	padding: 0;
	border-bottom: 1px solid #e18636;
	background-color: white;
	}

#obsah {
	position: absolute;
	width: 100px;
	top: 125px;
	height: auto;
	left: 0px;
	right: auto;
	bottom: auto;
	/*padding: 30px 5px 5px 5px;*/
	background-color: white;
	}

#main {
	position: absolute;
	width: 630px;
	top: 125px;
	height: auto;
	left: 103px;
	right: auto;
	bottom: auto;
	/*background-color: white;*/
	background-color: #f6f9e3;
	/*padding: 30px 8px 5px 8px;*/
	/*overflow: scroll;*/
	}

#main_index {
	position: absolute;
	width: 550px;
	top: 125px;
	height: auto;
	left: 100px;
	bottom: auto;
	/*background-color: white;*/
	background-color: #f6f9e3;
	/*padding: 30px 8px 5px 8px;*/
	}

#right {
	position: absolute;
	width: 250px;
	top: 125px;
	height: auto;
	left: 650px;
	bottom: auto;
	background-color: #fcffe9;
	/*padding: 30px 5px 5px 5px;*/
	border-left: 1px dashed gray;
	}

#inner {padding: 10px 8px 5px 8px;}

#main_index table { /* TABULKY */
	display: table;
	background-color: #FFEEAA; /* ebedda; */
	/*border-spacing: 2px 10px; IE nepodporuje*/
	}
.tblcolor {background-color: #FFEEDD;}
.tblwhite {background-color: white;}

#vyrazne {
	background-color: #FFDDCC;
	padding: 7px 5px 5px 5px;
	border: #CC4040 1px solid;"
	}

