html, body {
	height: 100%;
}
body {
	background-color: #DDDDFF;
	color: #000000;
	_text-align: center;
	font-family: 'Franklin Gothic Medium', Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 100%;
}
#maxwidth {
	max-width: 990px;
	min-width:770px;
	width: expression(document.body.clientWidth > 990? "990px": "auto" );
	margin-left: auto;
	margin-right: auto;
	background-color: #EEEEFF;
}
#main {
	min-width:770px;
	width: expression(document.body.clientWidth < 770? "770px": "auto" ); /* for IE */
	height: 100%;
	padding-top: 0;
}
#top {
	position: relative;
	height: 110px;
	/*background: #EEEEFF url("../images/horni-pruh-back.png") left bottom repeat-x;
	background: #00F url("../images/horni-pruh-back.png") left bottom repeat-x;*/
}
#top h1, #top h2 {
	display: none;
}
#top img {
	margin: 5px 0 0 5px;
	margin-left: 5px;
	border: 0;
}
#topcont {
	width: 100%;
	height: 110px;
	background: #3030B0 url("../images/horni-pruh.png") 200px top no-repeat;
}
#nadpis-sk {
	position: absolute;
	top: 0px;
	left: 200px;
	margin: 0;
}
#nadpis-mistr {
	position: absolute;
	top: 60px;
	left: 200px;
	margin: 0;
}
#iconzone {
	background: #EEEEFF url("../images/horni-pruh-back.png") left bottom repeat-x;
	color: #fff;
	padding: 0 5px 0 5px;
}
#iconzone img {
	border: 0;
	margin: 3px 2px 2px 0; 
}

#body {
	padding: 0;
	margin-top: 0px;
	background: #EEEEFF url("../images/background_body.png") 0 0 repeat-y;
}
#leftcol {
	float: left;
	width: 200px;
	padding: 2px;
	_text-align: left;
}
#content {
	_width: 100%;
	margin: 0 5px 0px 210px;
	padding-bottom: 10px;
	font-size: 80%;
	text-align: justify;
	background: url("../images/logonh-light.gif") right bottom no-repeat;
}
#floatbug {
	width: 98%;
	overflow: hidden;
}
#footer {
	background: #EEEEFF url("../images/background_footer.png") top left repeat-x;
	margin: 0px 0 5px 0;
	padding: 5px 0 5px 0;
	clear: both;
	text-align: center;
	font-size: 80%;
}
.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0; padding: 0;
	background: transparent;
}


