/* CSS Document - titulní stránka */
/* filtracní form lokalit */
#content-filtr
{
	background: url('img/layout-filtr/content-filtr-body.gif') 0 0 repeat-y; /* kvuli IE6 a IE 7 opet si dává mezi flah a fom mezeru */
}

	#content form.filtr_cs,
	#content form.filtr_en
	{
		height: 122px;
		position: relative;
		margin-bottom: 7px;
	}
	
	#content form.filtr_cs { background: url('img/layout-filtr/filtr-body.gif') 0 0 no-repeat; }
	
	#content form.filtr_en { background: url('img/layout-filtr/filtr-body-en.gif') 0 0 no-repeat; }

		#content form .form-text
		{
			position: absolute;
			top: 27px;
			left: 70px;
			width: 430px;
			color: #fff;
			font-size: 0.92em;
		}

		#content form #vlastnost_1,
		#content form #vlastnost_2 {
			margin-top: 50px;
			font-size: 1em;
			padding: 2px 0px;
		}

		#content form #vlastnost_1 { left: 70px; }

		#content form #vlastnost_2 { right: 20px; }
		
		#content form input
		{
			
			/*background: url('img/layout-filtr/input-body.gif') 0 0 no-repeat;*/
			height: 23px;
			width: 148px;
			position: absolute;
			bottom: 15px;
			right: 20px;
			text-indent:-1000px;
		}
/* /filtracní form lokalit */

/* novinky */
#content-news
{
	background: url('img/layout-novinky/news-body.gif') 0 0 repeat-y;
	width: 100%;
	position: relative;
}	

	#content-news h1 {
		width: 34px;
		height: 130px;
		float: left;
	}
	
		#content-news h1.cs {
            width: 43px;
			background: url('img/layout-novinky/heading-news_cs.gif') 0 0 no-repeat;
		}
		
		#content-news h1.en {
			background: url('img/layout-novinky/heading-news_en.gif') 0 0 no-repeat;
		}

	#content-news .news-one
	{
		float: right;
		width: 460px;
		padding-top: 20px;
		background: url('img/layout-novinky/news-one-body.gif') 0 bottom no-repeat;
		min-height: 120px;
	}

		#content-news .news
		{
			float: right;
			width: 469px;
			padding-top: 7px;
		}

	#content-news h2
	{
		background: url('img/layout-novinky/news-arrow.gif') 0 0.2em no-repeat;
		padding-left: 20px;
		font-size: 1em;
		margin-bottom: 12px;
		width: 300px;
	}

		#content-news .news h2
		{
			width: 425px;
			padding-right: 15px;
		}

		#content-news .news h2 a, #content-news .news h2 { color: #535353; }
		
		#content-news .news-one h2 a { color: #3A6A08; }

		#content-news span.date
		{
			display: block;
			margin-bottom: 5px;
			color: #7E7E7E;
			padding-left: 20px;
			font-size: 0.92em;
			width: 300px;
		}

		#content-news h2 a { color: #3A6C08; }

	#content-news p
	{
		width: 300px;
		padding-left: 20px;	
		padding-bottom: 15px;
	}

	#content-news img
	{
		position: absolute;
		right: 22px;
		top: 20px;
	}

	#content-news-bottom
	{
		background: url('img/layout-novinky/news-bottom-body.gif') 0 0 no-repeat;
		text-align: right;
		height: 35px;
		padding-top: 8px;
		padding-right: 35px;
	}

		#content-news-bottom a
		{
			background: url('img/layout-novinky/archiv-arrow.gif') 0 0.4em no-repeat;
			padding-left: 12px;
			font-size: 0.92em;
			color: #535353;
						
		}

/*styly LH*/

#content-news p
	{
		width: auto;
		padding-right:25px;
	}
	
#content-filtr fieldset {
  border:none;
}


table.filtr {
  margin-left:65px;
}

table.filtr tr td select {
  width:205px !important;
}

input.filtrsubmit {
  position:absolute;
  top:88px;
  left:347px;
}


/** BOX - PROMO **/
.box-promo {
	position: relative;
	width: 100%;
	height: 115px;
	overflow: hidden;
	margin-bottom: 7px;
	background: #E8E8E8 url('/img/heading-promo.png') 0 0 no-repeat;
}

	.box-promo-akce-cs {
		background: #E8E8E8 url('/img/heading-promo-akce.png') 0 0 no-repeat;
	}
	
	.box-promo-new-cs {
		background: #E8E8E8 url('/img/heading-promo-new.png') 0 0 no-repeat;
	}
	
	.box-promo-akce-en {
		background: #E8E8E8 url('/img/heading-promo-akce-en.png') 0 0 no-repeat;
	}
	
	.box-promo-new-en {
		background: #E8E8E8 url('/img/heading-promo-new-en.png') 0 0 no-repeat;
	}

	.box-promo .content {
		margin-left: 53px;
	}

		.box-promo .content a img {
			border: 0;
		}

	.box-promo .corner {
		position: absolute;
		bottom: 0; right: 0;
		width: 26px; height: 16px;
		background: url('/img/box-promo-corner.png') 0 0 no-repeat;
	}