html, body {height: 100%;}

html, body, fieldset, ul, li, h1, h2, h3, h4, h5, p, input, form {
	padding: 0;
	margin: 0;	
}

body {
	font-family: 'Arial CE', Arial, 'Verdana  CE', Verdana, 'Helvetica CE', Helvetica, sans-serif;
	background-color: #fff;
	font-size: 76%;
	color: #000;
	text-align: center;
}

img {border: 0;}

a {text-decoration: underline;}
a:hover {text-decoration: none;}

fieldset {border: 0;}

/* Pomocné trídy */
.h1dden, .hiddenLine {
	position: absolute !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	left: -10000px !important;
	top: -10000px !important;
	padding: 0 !important;
	margin: 0 !important;
	display: block !important;
	font-size: 0 !important;
	line-height: 0 !important;
}

.cleaner {
	clear: both !important;
	font-size: 0 !important;
	height: 0 !important;
	width: auto !important;
	line-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}