* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #D3DFEF;
	background-image: url(/images/bckgrnd.jpg);
	color: Black;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 auto;
}
h1 {
	font-size: 2.2em;
	margin-left: 40%;
}
h2 {
	margin: -15px 0 0 46%;
	font-style: italic;
	color: #6495ED;
}
a {
  color: navy;
}
h3 {
	margin-top: 2%;
}
li {
	margin-top: 4px;
	list-style-type: none;
}
img {
	border: none;
}
td {
	text-align: left;
}
input, textarea {
	background-color: #D3DFED;
}
.hide {
	display: none;
}
#top {
  float: left;
	width: 820px;
	margin-top: 6px;
	border-bottom: solid 1px;
	border-color: navy;
}
#nadpis {
	height: 76px;
}
#logo {
	float: right;
	margin: 0 10px 0 0;
	height: 109px;
	width: 107px;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#logo_left {
  float: left;
  height: 65px;
  width: 65px;
  margin-left: 10px;
  background-image: url(/images/mimic_logo.png);
}
#kontejner {
	width: 950px;
	height: auto;
	margin: auto;
	background-color: #C0D2E8;
	background-image: url(/images/pozadi.jpg);
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-style: double;
	border-color: navy;
}
#menu {
  clear: both;
	height: 100%;
	float: left;
	width: 18%;
	margin: -10px 0 1% 0;
}
#menu ul {
	margin-bottom: 60px;
}
#menu ul li a {
	display: block;
	font-size: 93%;
	padding-top: 2px;
	text-decoration: none;
	color: black;
}
#menu ul li a:hover {
	background-color: #D3DFEE;
}
#obsah {
	width: 81%;
	float: right;
	margin-top: -23px;
	border-left: solid 1px;
	border-collapse: collapse;
	border-color: navy;
}
#obsah h3 {
	margin-bottom: 1em;
}
#obsah h4 {
	text-align: left;
	font-size: 100%;
	margin-bottom: 10px;
}
#obsah ul {
	margin-bottom: 20px;
}
#obsah li {
	text-align: left;
	margin: 4px 0 0 20px;
}
#obsah li a {
	width: auto;
}
#obsah table {
	margin-top: 20px;
}
#clanek {
	min-height: 600px;
	max-height: 1090px;
	overflow: auto;
	margin-bottom: 20px;
	padding: 0 15px 0 15px;
}
#clanek p {
	text-align: justify;
	margin-bottom: 20px;
	text-indent: 5px;
}
#paticka {
	clear: both;
	border-top: solid 1px;
	border-color: Navy;
	font-size: 70%;
}
#paticka p {
	margin: 1em 0 1em 0;
}
