body	{
	font-family: serif;
	font-size: 12pt;
	}

#horni	{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #0986c6;
	width: 100%;
	}
#levy	{
	position: absolute;
	left: 0px;
	top: 120px;
	background-color: #e4e4e4;
	width: 18%;
	padding: 2px 2px 2px 15px;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #a1a1a1;
	}
.menu	{
	color: #0986c6;
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: 600;
	text-decoration: none;
	display: block;
	margin: 3px 0px;
	padding: 2px;
	border: 1px solid #e4e4e4;
	}
.menu:hover	{
	color: white;
	background-color: #a1a1a1;
	border: 1px solid #ffffff;
	text-decoration: none;
	}
#hlavni	{
	position: absolute;
	left: 22%;
	top: 120px;
	background-color: #ffffff;
	width: 75%;
	text-align: justify;
	}
h1	{
	font-family: sans-serif;
	color: #0986c6;
	text-align: left;
	font-size: 24pt;
	}
a	{
	color: #0986c6;
	text-decoration: none;
	}
a:hover	{
	text-decoration: underline;
	}


