@CHARSET "UTF-8";
body {
	color: #000;
	background: #c8c7c5;
	font-family: sans-serif;
	font-size: 75%;
	padding: 0; margin: 0;
}
a {
	color: #eb1f1f;
	text-decoration: underline;
}
a:hover {
	color: #ff3f3f;
}
a img {
	border: 0;
}
h1 {
	color: #eb1f1f;
	font-size: 160%;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
}
h2 {
	color: #c8c7c5;
	font-size: 135%;
	font-weight: bold;
	border-bottom: 1px solid #c8c7c5;
	padding-bottom: 2px;
	margin: 5px 0;
}
h3 {
	color: #eb1f1f;
	font-size: 120%;
	font-weight: bold;
	margin: 0;
}
h4 {
	color: #000;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
}
hr {
	height: 0;
	border: 0;
	color: none;
	border-top: 1px solid #c8c7c5;
}
p {
	margin: 8px 0 5px 0;
}
#main {
	width: 780px;
	background: #fff url("images/bg01.jpg") repeat-y left top;
}
#header {
	background: #fff;
	border-bottom: 1px solid #000;
	height: 100px;
}
#logo01 {
	float: left;
	display: block;
	width: 149px;
	height: 100px;
	background: url("images/logo01.jpg") no-repeat  center center;
}
#logo01 span {
	display: none;
}
#logo02 {
	float: right;
	display: block;
	width: 83px;
	height: 100px;
	background: #eb1f1f url("images/logo02.jpg") no-repeat center center;
}
#logo02 span {
	display: none;
}
#menu {
	width: 149px;
	float: left;
	background-color: #c8c7c5;
	padding: 20px 0;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li {
	margin: 0;
	padding: 0;
}
#menu ul li a {
	display: block;
	width: 139px;
	color: #000;
	line-height: 25px;
	font-size: 120%;
	text-decoration: none;
	padding-left: 10px;
}
#menu ul li a:hover {
	background-color: #d8d7d5
}
#menu ul li ul {
	display: none;
}
#content {
	float: right;
	width: 530px;
	padding-right: 91px;
	padding-bottom: 20px;
	_height: 600px;
	min-height: 600px;
}
#obsah {
	padding: 3px 10px;
	background-color: #eee;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
#obsah a {
	float: right;
	border-right: 1px solid black;
	padding: 0 8px;
}
#obsah a.selected {
	font-weight: bold;
}
.cislo-paticka {
	padding-bottom: 30px;
}
.cislo-paticka a img {
	position: relative;
	top: 5px;
	text-decoration: none;
}
.cislo-paticka .stranka {
	padding-top: 5px;
	float: right;
}
#footer {
	clear: both;
	background: #c8c7c5;
	text-align: right;
	padding: 5px;
}
#footer a {
	text-decoration: none;
	color: #000;
}
#footer strong a {
	color: #eb1f1f;
	text-decoration: underline;
}
#footer strong a:hover {
	color: #ff3f3f;
}
#hledani {
	padding: 3px 10px;
	background-color: #eee;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	width: auto;
}