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;
}

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





#page {
	position:relative;
	z-index:1;
	width:966px;
	height:auto !important;
	height:100%;
	min-height:100%;
	margin:0 auto;
	padding:0;
	background:#555;
}





#main-cover {
}

#main-content {
}





#top-cover, #top-cover-cs, #top-cover-de, #top-cover-en {
	width:100%;
	height:135px;
	background:#fff;
}

#top-content {
}





#middle-cover {
	width:100%;
	height:auto;
	margin:0;
	padding:1em 0 2.5em 0;
	background:#fff;
}

#middle-content {
	margin:0 1em;
	padding:0;
	color:#fff;
	background:#fff;
}





#content-cover {
	width:700px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
	color:#000;
	background:#fff;
}

#content-content {
}





#right-cover {
	width:220px;
	height:auto;
	margin:0;
	padding:0;
	float:right;
	color:#000;
	background:#fff;
}

#right-content {
}





#footer-cover {
	position:absolute;
	left:0px; /* šířka stínu - EXP. */
	bottom:0; /* stick to bottom */
	width:100%;
	height:auto;
	color:#fff;
	background:#000;
}

#footer-content {
}

#footer-content p {
	margin:0;
	padding:.5em 0;
}





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