body {
        background-color: #dcdcdc;
	font-family: MS Sans Serif, Geneva, sans-serif;
	font-size: 10pt
	line-height: 1.3
}

.hlavni {
	position: relative;
	margin: auto;
	background-color: white;
	max-width: 900px;
}
.horniI {
	height: auto;
	background-color: #fabbc7;
}
.horniII {
	height: auto;
	background-color: #ccdd99;
}

.stredni{
	position: relative;
	background-color: white;
	overflow: auto;
}
.dolniI {
	height: 165px;
	position: relative;
	background-color: #fabbc7;
}
.dolniII {
	height: 75px;
	position: relative;
	background-color: #ccdd99;
}
.dolniIII {
	height: 125px;
	position: relative;
	background-color: #fabbc7;
}
.CernyPruh {
	width: 800px;
	height: 1px;
	position: relative;
	background-color: #000000;
}

a {
	text-decoration: none;
	color: #1d34fe;
}
a:hover {
	color: #1525ad;
	text-decoration: none;
}
h1{
	color: black;
	line-height: 1.3;
	text-align: center;
	margin-left: 16px;
	margin-right: 16px;
}
h2{
	color: #1525ad;
	line-height: 1.3;
	text-align: center;
	margin-left: 50px;
	margin-right: 50px;
}
h3{
	color: #1525ad;
	line-height: 1.3;
	text-align: center;
}
img{
	border-color: white;
}
