* {
	padding: 0;
	margin: 0;
}
html {
 overflow-y: scroll;
}
img {
	border: none;
	margin: 15px;
}
body {
	text-align: center;
	background: url("pruh.jpg") repeat-x 0 70px green;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
}
div#page {
	background-color: green;
	color: white;
	width:1100px;
	text-align: left;
	margin: auto;
}
div#page a {
	color: white;
}
div#head {
	width:1100px;
	height: 350px;
	position: relative;
}
div#banner {
	width:1100px;
	height: 270px;

}
div#horizontal-menu {
	width: 1100px;
	height: 65px;
	margin-top: 4px;
	margin-bottom: 8px;
}
div .stany, .prislusenstvi, .sluzby {
	width: 360px;
	height: 60px;
	position: absolute;
	top: 277px;
	text-align: center;
	font-size: 150%;
	line-height: 260%;
	font-weight: bold;	
	background-color: #006200;
	border: black solid 2px;
}
div .stany {
	display: block;
}
div .prislusenstvi {
	left: 368px;
	display: block;
}
div .sluzby {
	left: 736px;
	display: block;
}
div .stany a, .prislusenstvi a, .sluzby a {
	text-decoration: none;
	display: block;
	width: 363px;
	height: 60px;
}
div .stany a:hover, .prislusenstvi a:hover, .sluzby a:hover {
	background-color: #033500;
	color: white;
}
div#submenu {
	width:1096px;
	height: 26px;
	margin-top: 3px;
	font-size: 85%;
	border: black 2px solid;
}
div#submenu ul li {
	list-style: none;
	display: block;
	float: left;
}
div#submenu ul li a {
	text-decoration: none;
	display: block;
	float: left;
	padding: 5px;
	width: 99px;
	color: black;
	font-weight: bold;
	text-align: center;
}
div#submenu ul li a:hover {
	background-color: #09401E;
	color: white;
}
div.aktualne {
	width: 665px;
	float: left;
}
div.aktualne h4, div.uvod-right h4 {
	font-size: 100%;
	font-weight: bold;
	width: 433px;
	border-bottom: 2px solid #FF6D0A;
	padding-bottom: 10px;
	margin-bottom: 25px;
	margin-top: 15px;
	float: left;
}
div.aktualne ul li{
	list-style: none;
	font-size: 90%;
	text-align: justify;
	margin-top: 30px;
}
div.uvod-right p {
	font-size: 85%;
	text-align: justify;
}
div.aktualne h4 {
	width: 650px;
	}
div#telo {
  background: url("pozadi.jpg") repeat-y;
	margin-top: 10px;
	font-size:14px;
	position: relative;
	height: auto;
	_height: 480px;
	min-height: 480px;
}
div#leftmenu {
	width: 250px;
	float: left;
}
div#leftmenu .menu {
	background: #033500;
	width: 210px;
	padding: 10px 10px 20px 20px;
}
div#leftmenu ul {	
	list-style: none;
	margin-top: 5px;
}
div#leftmenu .menu a {
	color: #8c8c8c;
	border-bottom: #1b1c23 1px solid;
	text-decoration: none;
	display: block;
	width: 190px;
	height: auto;
	min-height: 15px;
	_height: 15px;
	padding: 10px 10px 10px 20px;
	background: url(leftmenu-plus.gif) no-repeat left center;
}
div#leftmenu .menu a:hover, div#leftmenu .menu a.active {
	color: white;
}
div#obsah {
	width: 655px;
	height: auto;
	_height: 660px;
	min-height: 660px;
	float: left;
	padding: 15px;
	background: url("podklad.jpg") repeat-x white;
}
div.obsah a img {
	border: none;
}
div#obsah h1 {
	font-size: 120%;
}
div#obsah a {
	color: #9D9D9D;
}
div#obsah a:hover {
	color: green;
	text-decoration: none;
}
div#obsah ul {
	margin-left: 35px;
	margin-top: 7px;
	text-align: left;
	font-size: 100%;
	color: #022400;
}
div#obsah li {
	margin-bottom: 5px;
}
div#obsah li a {
	color: #5B605B;
}
div.right {
	float: right;
	width: 140px;
	padding: 17px 10px 20px 5px;
	font-size: 85%;
}
div.right h3 {
	font-weight: normal;
	display: block;
	width: 140px;
	color: white;
	font-size: 120%;
	border-bottom: 2px solid #FF6D0A;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
div.bottom {
	color: #8C8C8C;
	font-size: 70%;
	width:1100px;
	height: 20px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}
p {
	margin-top: 6px;
	margin-bottom: 3px;
  font-weight: normal;
  font-size: 100%;
  text-align: justify;
  color: black;
}
h1 {
  margin-top: 7px;
  font-weight: bold;
  font-size: 115%;
  color: #FF6D0A;
  margin-bottom: 10px;
}
h2 {
  margin-top: 7px;
  font-weight: bold;
  font-size: 115%;
  color: #FF6D0A;
  margin-bottom: 10px;
}
h3 {
  font-weight: bold;
  font-size: 115%;
  color: #022400;
  margin-top: 5px;
}
h4 {
	margin-bottom: 15px;
  font-weight: bold;
  font-size: 140%;
  color: red;
}
h5 {
  font-weight: bold;
  font-size: 110%;
  color: #5B605B;
  margin-top: 10px;
}


