body {
	font-family: 'Bookman Old Style', 'Rockwell', 'Verdana CE', 'Arial CE', 'Helvetica CE', Verdana, sans-serif;
	font-size: small;
	color: #FAEBD7;
	text-indent: 0;	/*odsazeni prvniho radku*/
	line-height: 125%;
	background-color: black;
	margin: 0;
	padding: 0;
	}

/*--- TEXT ---*/
p {
	margin: 0;
	margin-bottom: 5px;
	text-align: justify;
	text-indent: 2ex;
	color: #FAEBD7;
	}

p.nastred {
	font-size: small;
	text-align: center;
	color: #FAEBD7;
	}

p.red {
	margin: 0;
	margin-bottom: 10px;
	text-align: justify;
	text-indent: 0; /* 2ex; */
	color: #FF1040;
	}

p.bigred {
	margin: 0;
	margin-bottom: 10px;
	text-align: justify;
	text-indent: 0;
	color: #FE1040;
	font-size: 1.1em;
	line-height: 125%;
	}

p.small {
	font-size: x-small;
	margin: 0;
	margin-bottom: 5px;
	text-indent: 2ex;
	color: #FAEBD7;
	}

strong {
	font-style: normal;
	font-weight: bold;
	}

.small {
	font-size: x-small;
	line-height: 100%;
	text-indent: 0;
	}

hr {
	width: 100%;
	color: #505050;
	}

h1 {font-size: 17pt; color: #D0B090; margin-bottom: 2em;}

h2 {font-size: 13pt; color: #FAEBD7;}

h3 {
	text-indent: 0px;
	font-size: 11pt;
	margin-top: 1em;
	}


/*--- Pohyb. text na index.html ---*/
.nastred {
	text-align: center;
	color: #FAEBD7;
	font-size: 16.8pt;
	font-weight: bold;
	text-indent: 0;
	margin-bottom: 0.5ex;
	}

/*--- ODKAZY ---*/
a {
	color: #BA9F7A;
	font-weight: bold;
	text-decoration: underline;
	}

a:hover {
	color: #FAEBD7;
	font-weight: bold;
	}

img	{margin: 0.5px; border: 1px solid black;}
img.ramfloat {float: left; margin: 0 1em 0.7em 0; border: 1px solid black;}
img.ramfloatright {float: right; margin: 0 0 0.5em 0.8em; border: 1px solid black;}
img.logo {margin: 0.5px; border: 0;}

/*--- BLOKY ---*/
#header {
	position: absolute;
	width: 990px;
	height: 140px;
	top: 0;
	bottom: auto;
	border: none;
	padding: 5px 5px 5px 5px;
	/*background-color: white;*/
	}

#header hr {
	width: 95%;
	color: #B06030; /* #506005 */
	}

#obsah {
	font-size: 10pt;
	line-height: 125%;
	position: absolute;
	width: 170px;
	top: 145px;
	height: auto;
	left: 0;
	right: auto;
	bottom: auto;
	padding: 20px 5px 5px 5px;
	/*background-color: gray;*/
	}

#main {
	position: absolute;
	width: 750px;
	top: 145px;
	height: auto;
	left: 180px;
	right: auto;
	bottom: auto;
	/*background-color: red;*/
	padding: 30px 30px 5px 40px;
	}

#seo {
	background-color: #131313;
	font-size: x-small;
	padding: 7px 5px 5px 5px;
	border: #404040 1px solid;
	}

#lista {
	background-color: #131313;
	font-size: x-small;
	padding: 7px 5px 5px 5px;
	border: #404040 1px solid;
	}


