/* null.css nastavi vychozi hodnoty ruznych elementu */

html, body {
	height: 100%;
	text-align: center;
}

html, body, h1, h2, h3, h4, h5, h6, p, form, ul, ol, dl, li, dd, table {
	margin: 0;
}

body {
	background-color: #fff;
	color: #000;
}

blockquote {
	margin-top: 0;
	margin-bottom: 0;	
}

html, body, ul, ol, form, table {
	padding: 0;
}

table {
	font-size: 100%;
}

img {
	border: 0;
}

textarea {
	overflow: auto;
	font-size: expression('90%');
	font-size: 110% !important;
}

.cleaner
{
	clear: both;
	font-size: 1px;
	height: 1px;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.hidden {
  display:none;
}