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





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

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





#page-cover {
	width:1000px; /* šířka stránky */
	height:auto;
	margin:3em auto; /* margin top/bottom for FF, Opera, not IE6+7 */
	padding:0;
	color:#000;
	background:#888;
	border:0px solid red;
}

#page-content-top {
	width:auto;
	height:10px; /* výška stínu */
	margin:0 auto;
	padding:0;
	font-size:1px; /* IE6 height fix */
	color:#000;
	background:#999;
	border:0px solid red;
}

#page-content-middle {
	width:auto;
	height:auto;
	margin:0 auto;
	padding:0 10px; /* šířka stínu */
	color:#000;
	background:#aaa;
	border:0px solid red;
}

#page-content-bottom {
	width:auto;
	height:10px; /* výška stínu */
	margin:0 auto;
	padding:0;
	font-size:1px; /* IE6 height fix */
	color:#000;
	background:#999;
	border:0px solid red;
}





#web-content {
	background:#bbb;
	border:10px solid #b0b;
}





#top-cover {
	width:100%;
	height:200px;
	background:#bbb;
}

#top-content {

}





#main-cover {
	margin:0;
	padding:0;
	background:#ccc;
}

#main-content {

}





#content-cover {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	background:#ddd;
}

#content-content {

}




/* 1-cols design */
/*
#left-cover {
	display:none;
}

#left-content {
	display:none;
}

#middle-cover {
	width:100%;
	height:auto;
	background:#eee;
}

#middle-content {

}

#right-cover {
	display:none;
}

#right-content {
	display:none;
}
*/





/* 2-cols design L | M */
/*
#left-cover {
	width:170px;
	height:auto;
	margin:0;
	padding:0;
	border:none;
	float:left;
	background:blue;
}

#left-content {
	margin:0;
	padding:0;
	border:none;
}

#middle-cover {
	width:763px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	background:red;
	border:none;
}

#middle-content {
	margin:0;
	padding:0;
	border:none;
}

#right-cover {
	display:none;
}

#right-content {
	display:none;
}
*/





/* 2-cols design M | R */
/*
#left-cover {
	display:none;
}

#left-content {
	display:none;
}

#middle-cover {
	width:763px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	border:none;
	background:red;
}

#middle-content {
	margin:0;
	padding:0;
	border:none;
}

#right-cover {
	width:170px;
	height:auto;
	margin:0;
	padding:0;
	border:none;
	float:left;
	background:blue;
}

#right-content {
	margin:0;
	padding:0;
	border:none;
}
*/



/* 3-cols design L | M | R */
/*
#left-cover {
	width:170px;
	height:auto;
	margin:0;
	padding:0;
	border:none;
	float:left;
	background:blue;
}

#left-content {
	margin:0;
	padding:0;
	border:none;
}

#middle-cover {
	width:593px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	border:none;
	background:red;
}

#middle-content {
	margin:0;
	padding:0;
	border:none;
}

#right-cover {
	width:170px;
	height:auto;
	margin:0;
	padding:0;
	border:none;
	float:left;
	background:blue;
}

#right-content {
	margin:0;
	padding:0;
	border:none;
}
*/






#footer-cover {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	background:#fff;
}

#footer-content {

}





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