a {color: gray;}
a:hover {color: ActiveCaption; text-decoration: none;}
.table {border: 3px solid SkyBlue;}
.table2 {border: 3px solid Black}
#vodotisk {width:187px; height:117px; float:right;}
#stepkovac {width:182px; height:204px; float:right;}

body, html {
	height: 100%;
	margin:0;
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: center;
}

#all {
   width: 790px;
   text-align: left;
   margin: 0 auto;
}

#holder {
	position: relative;
	height: 100%;
	background: #fff;
}

html>body #holder {
	height: auto;
	min-height: 100%;
}

#pruh {
	background-image: url(header-bg.jpg);
   background-repeat: repeat-x;
	height: 221px;
	width: 100%;
}

#header {
	margin: -168px auto 0px auto;
	width: 800px;
	height: 297px; 
	/*min-height: 100%; */
	background-image: url(hlavicka.jpg);
}

#menu {
	margin: -227px auto 0px auto;
	/*min-height: 100%; */
}

#obsah {
	background-image: url(obsah.jpg);
	background-repeat: repeat-y;
	width: 790px;
   height: 100%;
	padding: 20px 40px 20px 10px;
	margin: 196px auto 0px auto;
}

#footer_spacer {
	height: 74px;
}

#footer {
	background-image: url(paticka.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 74px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	top: expression( document.getElementById('holder').offsetHeight - document.getElementById('bottom').offsetHeight );
	overflow: hidden;

}
