html, body {
	height:100%; /* needed for main min-height */
}




#debugger {
	position:absolute;
	top:10px;
	right:50px;
	width:250px;
	height:auto;
	font-family:sans-serif;
	font-size:12px;
}

#debugger p {
	margin:0 0 .75em 0;
	line-height:17px;
}





#main {
	position:relative; /* needed for footer positioning*/
	width:960px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto; /* center, not in IE5 */
	background:#edeeef;
}





#top {
	position:relative;
	width:960px;
	height:385px;
	/*background:#dac;*/
}





#content {
	width:960px;
	margin:0; /* šířka stínu 8px - EXP. */
	padding:0em 0em 0em 0em; /* bottom padding for footer */
	/*background:#456;*/
}





#left {
	/*width:170px;*/
	/*float:left;*/
	/*background:#789;*/
}

#left-content {
}





#middle {
	width:757px;
	float:left;
	/*background:#abc;*/
}

#middle-content{
	margin:0 0 5em 0;
}





#right {
	width:203px;
	float:left;
	/*background:#def;*/
}

#right-content {

}





#footer {
	width:960px;
}

#footer-content {
	padding:1em; /* padding by měl polovinou spodního okraje contentu */
}





.clear {
	height:1px;
	clear:both;
	margin:-1px 0 0 0;
	padding:0;
	border:none;
	visibility:hidden;
}
