/** BASIC */

body {
	margin: 0;
	padding: 0;
	background: #D9D9D9;
	font: 12px/14px arial;
	color: #5B5B5B;
}

h1 {
	margin: 0;
	padding-top: 32px;
	font-size: 0;
	text-indent: -9999px;
}

h1 a {
	width: 207px;
	height: 97px;
	float: left;
	background: url(images/logo.gif);
}

h2 {
	display: none;
}

h3 {
	height: 19px;
	margin: 4px 0 13px 0;
	text-indent: -9999px;
	background-position: 103px 0;
	-background-position: 0 0;
	background-repeat: no-repeat;
}

#homepage h3 {
	display: none;
}

h4 {
	margin: 0 0 9px 0;
	color: #62CD5D;
	font-size: 14px;
}

h5 {
	margin: 0 0 12px 0;
	font-size: 12px;
}

p {
	margin-top: 0;
	margin-bottom: 21px;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea {
	font: 12px/14px arial;
	color: #5B5B5B;
}

.input {
	width: 150px;
	height: 15px;
	margin-bottom: 2px;
	padding: 1px 4px;
	background: #F8FEF1;
	border: 1px solid #B4C491;
}

.submit {
	height: 19px;
	background: #81B915;
	border: none;
	color: #ffffff;
	font-weight: bold;
}

a {
	color: #62CD5D;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

.cleaner {
	clear: both;
}

/** LAYOUT */

#header-bg {
	height: 130px;
	background: url(images/header.gif);
	border-bottom: 2px solid #2A2F35;
}

#homepage #header-bg {
	border: none;
}

#header {
	width: 800px;
	margin: 0 auto;
}

#menu-top {
	height: 14px;
	margin-top: -6px;
	padding-right: 5px;
	float: right;
}

#menu-top ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-top li {
	display: inline;
}

#menu-top a {
	float:left;
	padding-left: 12px;
	padding-right: 10px;
	background: url(images/menu-top.gif) 0 3px no-repeat;
	color: #717171;
	text-decoration: none;
}

#menu-top a:hover {
	color: #62CD5D;
}

#menu-top a.first {
	background: none;
}

#menu-header {
	float: right;
	margin: 18px 15px 24px 0;
	display: inline;
}

#menu-header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-header li {
	display: inline;
}

#menu-header a {
	height: 14px;
	float: left;
	margin-left: 24px;
	font-size: 0;
	text-indent: -9999px;
}

#menu-header1 {
	width: 206px;
	background: url(images/menu-header1.gif);
}

#menu-header2 {
	width: 236px;
	background: url(images/menu-header2.gif);
}

#menu {
	width: 549px;
	float: right;
	clear: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	height: 33px;
	float: left;
	margin-left: 1px;
	font-size: 0;
	text-indent: -9999px;
}

#menu a:hover,
#menu a.selected {
	background-position: 0 -33px;
	border-bottom: 1px solid #2A2F35;
}

#menu0 {
	width: 57px;
	background: url(images/menu0.gif);
}

#menu1 {
	width: 115px;
	background: url(images/menu1.gif);
}

#menu2 {
	width: 140px;
	background: url(images/menu2.gif);
}

#menu3 {
	width: 86px;
	background: url(images/menu3.gif);
}

#menu4 {
	width: 69px;
	background: url(images/menu4.gif);
}

#menu5 {
	width: 76px;
	background: url(images/menu5.gif);
}

#image {
	height: 269px;
	background: #C9CED4 url(images/image.jpg) center top no-repeat;
}

#image strong {
	display: none;
}

#menu-image {
	width: 800px;
	margin: 0 auto;
	padding-top: 94px;
}

#menu-image ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-image li {
	display: inline;
}

#menu-image a {
	width: 160px;
	height: 175px;
	float: left;
	font-size: 0;
	text-indent: -9999px;
}

#menu-image a:hover {
	background-position: 0 -175px;
}

#link1 {
	background: url(images/link1.jpg);
}

#link2 {
	background: url(images/link2.jpg);
}

#link3 {
	background: url(images/link3.jpg);
}

#link4 {
	background: url(images/link4.jpg);
}

#link5 {
	background: url(images/link5.jpg);
}

#content-bg {
	background: #ffffff url(images/content.gif) repeat-x;
}

#content-bg2 {
	background: url(images/content.jpg) center bottom no-repeat;
}

#content {
	width: 800px;
	margin: 0 auto;
	padding-top: 26px;
	padding-bottom: 95px;
}

#homepage #content {
	padding-top: 20px;
	padding-bottom: 34px;
}

#chyba #content {
	min-height: 376px;
}

#content .box {
	width: 131px;
	float: left;
	padding: 0 14px 10px 14px;
	border-right: 1px solid #C4C4C4;
	color: #353535;
	font-size: 11px;
	line-height: 13px;
	
}

#content .box h4 {
	margin: 6px 0 9px 0;
	font-size: 0;
	text-indent: -9999px;
}

#content .box h4 a {
	height: 19px;
	display: block;
	margin: 0 auto;
}

#content .box h4 a:hover {
	background-position: 0 -19px;
}

#box1 h4 a {
	width: 101px;
	background-image: url(images/box1.gif);
}

#box2 h4 a {
	width: 128px;
	background-image: url(images/box2.gif);
}

#box3 h4 a {
	width: 62px;
	background-image: url(images/box3.gif);
}

#box4 h4 a {
	width: 46px;
	background-image: url(images/box4.gif);
}

#box5 h4 a {
	width: 52px;
	background-image: url(images/box5.gif);
}

#content .box p {
	margin: 0;
}

#content #box5 {
	width: 132px;
	border: none;
}

#footer-bg {
	background: #D9D9D9 url(images/footer.gif) repeat-x;
}

#footer {
	width: 800px;
	margin: 0 auto;
	padding-top: 23px;
	padding-bottom: 11px;
}

#footer .box {
	width: 132px;
	float: left;
	padding: 0 14px 1px 14px;
	color: #5F5F5F;
	font-size: 11px;
	line-height: 14px;
	
}

#footer .box h4 {
	margin: 0;
	color: #5F5F5F;
	font-size: 11px;
}

#footer .box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .box a {
	color: #5F5F5F;
}

#footer .box#nase-sluzby {
	width: auto;
	float: none;
	margin-top: 15px;
}

#footer .box#nase-sluzby li {
	display: inline;
}

#footer .box#nase-sluzby a {
	float: left;
	padding-left: 5px;
	padding-right: 4px;
	background: url(images/menu-bottom.gif) 0 3px no-repeat;
}

#footer .box#nase-sluzby a.first {
	padding-left: 0;
	background: none;
}

#newsletter {
	height: 19px;
	clear: both;
	float: right;
	display: inline;
	margin-top: 15px;
	margin-right: 22px;
	color: #747474;
	font-size: 11px;
}

#newsletter .green {
	color: #73992A;
}

#newsletter .input {
	margin-bottom: 0;
}

#copyright {
	float: left;
	display: inline;
	margin-top: 15px;
	margin-left: 14px;
	padding: 4px 1px 0 5px;
	border-top: 1px solid #C4C4C4;
	color: #747474;
	font-size: 11px;
}

#copyright a {
	color: #747474;
	text-decoration: none;
}

#copyright a:hover {
	color: #353535;
}

/** SUBPAGE 1 */

#left {
	width: 179px;
	min-height: 376px;
	-height: 376px;
	float: left;
	border-right: 1px solid #C4C4C4;
}

#menu-left {
	margin: -4px 15px 0 18px;
}

#menu-left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-left a {
	padding-left: 14px;
	background: url(images/menu-left.gif) 0 2px no-repeat;
	color: #5B5B5B;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
}

#menu-left a:hover {
	color: #46AB2C;
}

#sluzby div {
	width: 174px;
	height: 30px;
	margin: 0;
	background: url(images/nase-sluzby.gif);
	text-indent: -9999px;
}

#sluzby {
	margin-top: 23px;
}

#sluzby ul {
	margin: 3px 15px 0 21px;
	padding: 0;
	list-style: none;
}

#sluzby a {
	color: #646464;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}

#sluzby a:hover {
	color: #46AB2C;
}

#right {
	width: 576px;
	float: left;
	padding-left: 27px;
	padding-right: 17px;
}

.icon {
	width: 79px;
	height: 110px;
	float: left;
	margin: 2px 22px 0 2px;
}

#icon1 {
	background: url(images/icon1.jpg) no-repeat;
}

#icon2 {
	background: blue url(images/icon2.jpg) no-repeat;
}

#icon3 {
	background: url(images/icon3.jpg) no-repeat;
}

#icon4 {
	background: url(images/icon4.jpg) no-repeat;
}

#icon5 {
	background: url(images/icon5.jpg) no-repeat;
}

#title1 {
	background-image: url(images/title1.gif);
}

#title2 {
	background-image: url(images/title2.gif);
}

#title3 {
	background-image: url(images/title3.gif);
}

#title4 {
	background-image: url(images/title4.gif);
}

#title5 {
	background-image: url(images/title5.gif);
}

#title6 {
	background-image: url(images/title6.gif);
	background-position: 0 0;
}

#title7 {
	background-image: url(images/title7.gif);
	background-position: 0 0;
}

#title8 {
	background-image: url(images/title8.gif);
	background-position: 0 0;
}

p.first {
	min-height: 76px;
	-height: 76px;
	color: #727272;
}

#right ul {
	margin: 0 0 21px 0;
	padding: 0;
	list-style: none;
}

#right li {
	padding-left: 12px;
	background: url(images/li.gif) 1px 3px no-repeat;
}

/** ADDED */

.red {
	color: #ff0000;
}

.green {
	color: #62CD5D;
}

.box-left {
	width: 50%;
	float: left;
}

.box-right {
	width: 50%;
	float: right;
}

#pelhrimov,
#jihlava {
	width: 268px;
	margin-right: 20px;
	border-right: 1px dashed #C4C4C4;
}

.border {
	height: 21px;
	clear: both;
	border-top: 1px dashed #C4C4C4;
}

#right table {
	margin-bottom: 21px;
}

h5 span {
	font-weight: normal;
}

.img1 {
	float: left;
	margin: 0 10px 10px 0;
}

.img2 {
	float: right;
	margin: 0 0 10px 10px;
}

.logo-small,
.logo-big {
	float: left;
	margin: 21px 0;
	text-align: center;
}

.logo-small img,
.logo-big img {
	margin-bottom: 10px;
}

.logo-small {
	width: 33%;
}

.logo-big {
	width: 50%;
}

.pdf,
.doc,
.xls {
	float: left;
	clear: both;
	padding: 3px 0 3px 20px;
}

.pdf {
	background: url(images/icon-pdf.gif) 0 2px no-repeat;
}

.doc {
	background: url(images/icon-doc.gif) 0 2px no-repeat;
}

.xls {
	background: url(images/icon-xls.gif) 0 2px no-repeat;
}

.out {
	padding-right: 17px;
	background: url(images/icon-out.gif) right 4px no-repeat;
}

/** NEWSLETTER */

.newsletter {
	background: #ffffff;
}

.newsletter #wrapper {
	width: auto;
	padding-bottom: 40px;
	text-align: center;
}

.newsletter h1 {
	margin-top: 40px;
	margin-bottom: 40px;
	color: #81B915;
	font-size: 25px;
	text-indent: 0;
}

.newsletter .input {
	width: 200px;
}

.newsletter .green {
	color: #81B915;
}