body {
	background-color: #dcdcdc;
	font: 9pt/18pt Arial;
}

.hlavni {
	position: relative;
	margin: auto;
	background-color: white;
	max-width: 900px;
}
.horniI {
	height: auto;
	background-color: #fabbc7;
}
.horniII {
	height: 125px;
      	background-color: #bbddaa;
}
.stredni{
	position: relative;
	background-color: white;
	overflow: auto;
}
.dolniI {
	height: 165 px;
	position: relative;
	background-color: #fabbc7;
}
.dolniII {
	height: 40 px;
	position: relative;
	background-color: #bbddaa;
}
.CernyPruh {
	width: 800px;
	height: 1px;
	position: relative;
	background-color: #000000;
}

a {
	text-decoration: none;
	color: #1525ad;
}
a:hover {
	color: #1d34fe;
	text-decoration: none;
}
h1{
	color: black;
	line-height: 1.3;
	text-align: center;
	margin-left: 16px;
	margin-right: 16px;
}
h2{
	color: #1d34fe;
	line-height: 1.3;
	text-align: center;
	margin-left: 50px;
	margin-right: 50px;
}
h3{
	color: #1d34fe;
	line-height: 1.3;
	text-align: center;
}
img{
	border-color: white;
}
