* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: url("background.jpg") no-repeat center center fixed;
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-size: normal;
}

#hlavni {
	margin: auto;
	width: 850px;
}

h1 {
	text-align: center;
}

p {
	text-align: justify;
	text-indent: 25px;
	margin-bottom: 10px;
}

.cleaner {
	clear: both;
	height: 0px;
	overflow: hidden;
	content: '';
	visibility: hidden;
}

a {
	text-decoration: underline;
	color: #0081e6;
}

a:hover {
	text-decoration: underline;
	color: #E6000F;
}

a:visited {
	text-decoration: underline;
	color: #0081e6;
}

.invisible {
	display: none;
}