body {
  font-family: 'Arial CE','Arial',sans-serif;
  text-align: center;
  background-color: #0F3854;
}

h1 {
	color: #FFFF02;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 8px;
	font-size: 1.2em;
	font-weight: bold;
}

h2 {
	color: white;
	text-align: left;
	margin-left: 10px;
	font-size: 1.1em;
	font-weight: bolder;
}

h3 {
  color: #e0e002;
	text-align: left;
	margin-left: 10px;
	font-size: 1.0em;
	font-weight: bolder;

}

h4 {
  color: #c8c8c8;
	text-align: left;
	margin-left: 10px;
	font-size: 0.9em;
	font-weight: bolder;
}

a {
  color: #336599;
}

p {
	color: white;
}

p.odstavec {
	color: white;
	text-align: justify;
	padding: 0 10px 0 10px;
	font-size: 0.95em;
	margin-top: 0px;
	margin-bottom: 5px;
}

ul.odstavec {
	color: #336599;
	text-align: justify;
}

#vse {
  width: 775px;
  margin: auto;
  background-image: url(../obrazky/all.jpg);
  background-repeat: repeat-y;
}

#top {
	height: 305px;
	width: 775px;
	background-image: url(../obrazky/head.jpg);
	background-color: #336599;
	margin-bottom: 0px;
	margin-top: -7px;
}

*html #top img {
  margin-bottom: -4px;
}

#menu_left {
	margin: 10px 0px 10px 0px;
	width: 200px;
	background-image: url(../obrazky/menu.jpg);
	background-repeat: repeat-y;
	float: left;
	text-align: center;
}

ul.menu {
	list-style-type: none;
	margin-top: 3px;
	text-align: left;
	margin-right: 20px;
}

li.menu {
	margin-bottom: 7px;
}

a.menu {
	color: #062134;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.0em;
}

a.menu-active {
	color: #FFFF02;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.0em;
}

a.menu:hover {
	color: #FFFF02;
}

p.menu {
	text-align: center;
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #062134;
	font-weight: bold;
}

img.menu {
	margin-bottom: 0px;
	margin-top: 10px;
}

#obsah {
  float: right;
  width: 560px;
  padding-top: 10px;
  margin-left: 0px;
  margin-right: 15px;
}

#obsah h2{
color: #e0e002;
margin-bottom: 4px;
padding-bottom: 0px;
font-size: 1em;
}

ul.obsah {
  text-align: left;
  color: white;
  font-size: 0.95em;
}

img.obsah {
	float: right;
	margin: 5px 10px 5px 15px;
	border: none;
}

li.contend {
  text-align: left;
  color: white;
  font-size: 0.95em;
}

li.numbered {
  text-align: left;
  color: white;
  font-size: 0.95em;
}

table {
  color: white;
  text-align: left;
  font-size: 0.95em;
  margin-left: 7px;
  width: 100%;
  _width: 90%;
}

td {
  padding-right: 20px;

}

.clear {
	clear: both;
}

#bottom {
	background-image: url(../obrazky/bottom.jpg);
	height: 20px;
	color: white;
	text-align: center;
	clear: both;
	font-size: 0.7em;
}

#bottom2 {
	color: #4EA1DC;
	text-align: center;
	clear: both;
	font-size: 0.9em;
	background-color: #0F3854;
	padding-top: 4px;
}

a.bottom2 {
	color: #4EA1DC;
	margin-bottom: 10px;
}

