body {
	background-color: #dcdcdc;
	font: 9pt/18pt Verdana, Arial, Tahoma;
	scrollbar-3dlight-color : #999999;
	scrollbar-arrow-color : #999999;
	scrollbar-base-color : #666666;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #666666;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #999999;
	scrollbar-track-color : #8B8B8B;
}
.hlavni {
   width: 800px;
	position: relative;
	margin: auto;
	background-color: white;
	border: 1px solid Black;
}
.horni {
	width: 800px;
	height: 110px;
	position: absolute;
	background-color: #a8e3c2;
	border: 1px solid Black;
	top: 0px;
	left: 0px;
}
.stredni{
	width: 800px;
	position: absolute;
	top: 110px;
	background-color: white;
	border: 1px solid Black;
	color: black;
	overflow: auto;
}
.dolni {
	width: 800px;
	height: 110px;
	position: relative;
	background-color: #d2f0de;
}
.etapy {
	width: 360px;
	height: 110px;
	position: absolute;
	top: 0px;
	left: 410px;
	background-color: #d2f0de;
	z-index: +1;
	text-align: right;
}
a {
	text-decoration: none;
	color: maroon;
}
a:hover {
	color: #335153;
	text-decoration: none;
}
h2{
	color: black;
	font: 50px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-left: 50px;
	margin-right: 50px;
}
h3{
	color: ThreedShadow;
	font: 14pt;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 25px;
}
p{
	text-align: center;
	margin-left: 60px;
	margin-right: 60px;
	font-size: 12px;
	color:#999999;
	font-family: Arial;
}
