html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.zprava {
	float: left;
}
.zleva {
	float: right;
}
.vlevo {
	text-align: left;
}
.vpravo {
	text-align: right;
}
.naStred {
	text-align: center;
}
.nahoru {
	vertical-align: top;
}
.dolu {
	vertical-align: bottom;
}
.doStredu {
	vertical-align: middle;
}
.skryty {
	display: none;
}
.bezZalomeni {
	white-space: nowrap;
}
.clearfix:after {
	content: ".";
	clear: both; display: block; height: 0; visibility: hidden;
	font-size: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
