html {
	width: 100%;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #CDEBD1 url(/images/bg.jpg) top left repeat-x;
}

#container {
	margin: 0 auto;
	width:960px;
}

#top {
	width:960px;
	height:343px;
	background:transparent url(/images/layout/top-bg.png) top left no-repeat;
	behavior: url(/css/iepngfix.htc);
}

#top-letna {
	width:960px;
	height:343px;
	background:transparent url(/images/layout/top-bg-letna.png) top left no-repeat;
	behavior: url(/css/iepngfix.htc);
}

#top-jeseniky {
	width:960px;
	height:343px;
	background:transparent url(/images/layout/top-bg-jeseniky.png) top left no-repeat;
	behavior: url(/css/iepngfix.htc);
}

#top-stromovka{
	width:960px;
	height:343px;
	background:transparent url(/images/layout/top-bg-stromovka.png) top left no-repeat;
	behavior: url(/css/iepngfix.htc);
}

#top-alej{
	width:960px;
	height:343px;
	background:transparent url(/images/layout/top-bg-alej.png) top left no-repeat;
	behavior: url(/css/iepngfix.htc);
}

#top-hvezda{
	width:960px;
	height:343px;
	background:transparent url(/images/layout/top-bg-hvezda.png) top left no-repeat;
	behavior: url(/css/iepngfix.htc);
}

#top-hostivar{
	width:960px;
	height:343px;
	background:transparent url(/images/layout/top-bg-hostivar.png) top left no-repeat;
	behavior: url(/css/iepngfix.htc);
}




#strchHold {
	width:960px;
	min-height:400px;
	background:transparent url(/images/layout/strch.png) top left repeat-y;
	_background:transparent url(/images/layout/strch.gif) top left repeat-y;
/*	border:1px black solid;*/
}

#strchCnt {
	width:960px;
	min-height:400px; _height:400px;
	background:url(/images/layout/cntbottom.png) bottom left no-repeat;
	_background:transparent url(/images/layout/cntbottom.gif) no-repeat top bottom;
	position:relative;
	top:12px;
/*	border:1px orange solid;*/
}

.ColumnsHolder {
/*	border-top: 1px orange solid;*/
}

.LeftClmn { 
	width:610px;
	margin-left:40px;
	margin-bottom:20px;
	border-top:1px #faf8f3 solid;
/*	border: 1px orange solid;*/
	
}

.RightClmn {
	width:270px;
	float:right;
	margin-right:33px;
	_margin-right:15px;
	margin-bottom:20px;
/*	border:1px red solid;*/
}

#footer {
	margin:0 auto;
	width:930px;
	height:50px;
	position:relative;
	top:-20px;
	background:transparent url(/images/layout/footerbg.png) no-repeat top left;
	behavior: url(/css/iepngfix.htc);
}

img { behavior: url(/css/iepngfix.htc) }
img { border:none;}
a {-moz-outline-style:none;}