* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;	
}
body {
	text-align: center;
	background-color: #FFDEAD;
}
div#page, div#page_white, div#page_red {
	width: 1000px;
	margin: 20px auto 0;
	text-align: left;
	border: 1px solid black;
	background-color: #FEFF9F;
}
div#page_white {
	background-color: white;
}
div#page_red {
	background-color: #D40000;
}
div#banner {
	width: 100%;
	height: 219px;
	background: url(back_banner.jpg) no-repeat;	
}
div#telo {
	width: 100%;
	height: auto;
	_height: 800px;
	min-height: 800px;
	background: url(back_telo.jpg) repeat-y;
}
div#menu {
	width: 220px;
	float: left;
	text-align: center;
	padding: 20px 0;
}
div#menu ul li {
	list-style: none;
}
div#menu a {
	display: block;
	background: url(button_orange_elipsa.gif) no-repeat;
	width: 200px;
	height: 35px;
	text-align: center;
	margin: 5px auto;	
	text-decoration: none;
	font-weight: bold;
	color: white;
	padding: 15px 0 5px;
	font-size: 0.9em;
}
div#menu a.active {
	background-image: url(button_yellow.gif);
	color: black;
}
div#menu a:hover {
	background-image: url(button_orange_elipsa_hover.gif);
	color: black;
}
div#menu div#knihy a {
	height: 174px;
}
div#menu div#knihy a, div#menu div#knihy a:hover, div#menu div#knihy a img, div#menu div#knihy a:hover img {
	background: none;
	border: none;
}

div#obsah {
	width: 730px;
	padding: 20px;
	float: right;
}
div#obsah h1 {
	color: #1C741D;
	font-size: 1.3em;
	margin-bottom: 20px;
	border-bottom: 3px solid #FFDEAD;
}
div#obsah h2 {
	color: #1C741D;
	font-size: 1.1em;
	margin: 20px 0 10px;
}
div#page_red div#obsah h1, div#page_red div#obsah h2 {
	color: yellow;
}
div#obsah h1.mezera {
	margin-top: 50px;
}
div#obsah p {
	margin-bottom: 10px;
	font-size: 1em;
	line-height: 140%;
	font-size: 1em;
}
div#obsah p.quote {
	font-style: italic;
	margin-bottom: 20px;
	font-size: 0.8em;
}
br.cleaner {
	clear: both;
}
div.stred {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
p.stred {
	text-align: center;
}
div#obsah a img {
	border: 2px solid #FFA011;
}
div#obsah a:hover img {
	border-color: #1B711C;
}

table.obrazky td {
	vertical-align: top;
	width: 50%;
	text-align: center;
}
td.levy {
	padding-right: 15px;
	vertical-align: top;
}
td.pravy {
	padding-left: 15px;
		vertical-align: top;
}
div#obsah {
	color: black;
}
div#page_red div#obsah {
	color: white;
}
div#obsah p.datum {
	font-style: italic;
}
div#obsah ul {
	margin: 20px 0 20px 20px;
}
div#obsah li {
	margin-bottom: 5px;
}
div#obsah p.podpis {
	text-align: right;
   margin-bottom: 40px;
	font-style: italic;
}
div.prispevek {
	margin-bottom: 50px;
}
div#obsah a {
	color: #600000;

}
div#obsah a:hover {
	color: #114611;
}
div#obsah table td p.mensi {
	font-size: 0.8em;
}
div#copyright {
	width: 1000px;
	margin: auto;
	text-align: right;
	font-size: 0.8em;
}
div#copyright a {
	color: #E27B2E; 
	text-decoration: none;
}
div#copyright a:hover {
	color: #874412;
}
