/* layoutove styly: */
		#holder {
			position: relative; /* dulezite */
			height: 100%; /* nastaveni pro IE */
		}

		/* pro ostatni pouzijeme min-height: */
		html>body #holder {
			height: auto;
			min-height: 100%;
		}

		/* vyska tohoto divu musi byt shodna s vyskou paticky: */
		#bottom-spacer {
			height: 68px;
		}

		#bottom {
			position: absolute;
			left: 0px;
			bottom: 0px;
			/* workaround pro obcasne ujizdeni o pixel v IE: */
			top: expression( document.getElementById('holder').offsetHeight - document.getElementById('bottom').offsetHeight );
			overflow: hidden;
			width: 1010px;
			height: 68px;
		/*	background: url(../images/layout/paticka.png) no-repeat right bottom; */
		}

		#bottom p {
			margin: 0;
			padding: 0;
			width: 90%;
			text-align: left;
			font-size: 11pt;
		}
