@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
img {
	border:none;
}
body {
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
}
hr.cleaner {
	visibility:hidden;
	clear:both;
}
a {
	color:#619a0d;
	text-decoration:underline;
}
	a:hover {
		text-decoration:none;
	}
p{margin: 0 0 10px 0}

/* Kontejner */
div#main {
	width:850px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
}
	/* HEADER */
	div#header {
		height:280px;
		width:850px;
		padding-bottom:5px;		
		margin-bottom:10px;
		position:relative;
		background:url(../img/header3.jpg) no-repeat center bottom;
		z-index:0;
		border-bottom:#b1ce89 5px solid;
	}
	div#header2 {
		position:relative;
		border-bottom:#b1ce89 5px solid;
		height:120px;
		padding-bottom:5px;		
		margin-bottom:10px;
		z-index:0; 
	}
	div#lista {
		border-bottom:1px solid #e2edd4;
		padding-bottom:10px;
		margin-bottom:20px;
		height:26px;
		line-height:26px;
	}
		div#lista span {
			float:right;
		}
		div#lista input {
			border:1px solid #75b61b;
			width:100px;
		}
			input.button{
				margin:0 !important;
				border:none !important;
				width:64px !important;
				height:21px !important;
				text-align:center;
				background:url(../img/tlacitko2.gif) no-repeat left bottom;
				color:#FFFFFF;
				padding:0;
			}
			input.button2{
				margin:0 !important;
				border:none !important;
				width:120px !important;
				height:21px !important;
				text-align:center;
				background:url(../img/tlacitko3.gif) no-repeat left bottom;;
				color:#FFFFFF;
				padding:0;
			}
	div#header img {
		float:left;
		margin: 20px 5px 0 0
	}
	div#header2 img {
		float:left;
		margin: 20px 5px 0 0
	}
	h1 {
		color:#549eca;
		font-family:Tahoma, "Lucida Grande CE", lucida, sans-serif;
		font-size:1.6em;
		font-weight:normal;
		padding-top:30px;
	}
		h1 a {
			color:#549eca;
			text-decoration:none;
		}
	div#header span {
		font-size:0.9em;
	}
	div#header h3 {
		margin-top:90px;
		color:#FFFFFF;
		font-size:1em;
	}
	div#header p, div#header p a {
		color:#FFFFFF;
		width:500px;
	}
		div#header h3, div#header p {
			margin-left:30px;
		}
	div#header h2 {
		position:absolute;
		left:0;
		bottom:0;
		width:850px;
		height:150px;
		background:#72b218;
		z-index:-1;
	}
		div#header2 span {
		font-size:0.9em;
	}
	div#header2 h3 {
		margin-top:90px;
		color:#FFFFFF;
		font-size:1em;
	}
	div#header2 p, div#header p a {
		color:#FFFFFF;
		width:500px;
	}
		div#header2 h3, div#header p {
			margin-left:30px;
		}
	div#header2 h2 {
		position:absolute;
		left:0;
		bottom:0;
		width:850px;
		height:150px;
		background:#72b218;
		z-index:-1;
	}
	
	/* MIDDLE */
	div#middle {
		padding-bottom:20px;
		border-bottom:1px solid #e0e2e1;
	}
	  div#left {
		 clear:left;
		 float:left;
		 width:230px;
		}
		div.menu {
			background:#f5f9eb;
			border:1px solid #cbdeb1;
			padding-bottom:5px;
			margin-bottom: 15px
		}
		div.menu h3 {
	   padding:1px 0 1px 0;
	   font-size:1.1em;
		 background:#FFFFFF;
		 border-bottom:1px solid #9eda44;
		 border-top:1px solid #9eda44;
	  }
	  div.menu h3 span {
		  display:block;
		  padding:8px 0 8px 35px;
		  background:#75b61b;
		  color:#FFFFFF;
		  margin:0
	  }
		div.menu div{
		  margin-left: 20px
		}
			div.menu span {
			  display: list-item;
				list-style:inside square;
				color:#1c688e;
				margin:5px 0 0 0;
				padding:5px 5px 5px 32px;
				text-indent: -12px;
				*text-indent: -16px;
			}
			span.hover {
				background:#75B61B;
				color:#FFFFFF !important;
			}
			span.hover a {
					color:#FFFFFF !important;
			}
			div.menu span a {
					color:#5a9605;
					text-decoration:none;
			}
			div.menu span a:hover {
						text-decoration:underline;
			}
		div#page {
			margin-left:250px;
			width:595px;
      _margin-left:245px;
		}
	

/* FOOTER */
div#footer {
	border-top:10px solid #f7f8f8;
	padding:15px 0 0 3px;
	clear:left;
}
	div#footer ul {
		float:right;
	}
		div#footer ul li {
			display:inline;
		}
		div#footer li a {
			color:#5a9605;
		}
.lcz_only{display:none;visibility:hidden;}		
