/* CSS Document */
html {
	height: 100%;
	margin: 0px;
}
body {
	margin: 0;
	text-align: justyfy;
	background: #ffffff;
	font-family: arial;
	color: #524c4a;


}
h1, h2, h3, h4, h5 {
	margin: 5px 0 5px 0;
	font-weight: normal;
	line-height: 120%;
}
h1 {
	font-size: 14px;
	font-weight:bold;
	line-height: 100%;
}
h2 {
	font-size: 100%;
	line-height: 100%;
}
h3 {
	font-size: 95%;
}
h4 {
	font-size: 90%;
}
h5 {
	font-size: 85%;
	text-transform: uppercase;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #524c4a;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
}
input.button {
	cursor: pointer;
}
p {
	margin-top: 0;
	margin-bottom: 5px;
	font-size:12px;
	text-align: justyfy;
}
img {
	border: 0px none;
	margin: 0px
}
.skryvany {display: none}
}
