#hlavicka {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 997px;
	height: 265px;
	margin: 0px;
	border: 0px;
}

#text {
	position: absolute;
	top: 265px;
	left: 0px;
	z-index:1;
	width: 997px;
	border: 0px;
	margin: 0px;
	background-color: #FEF1CE;
	text-align: left;
	color: Black;	
	}

#logo {
	position: absolute;
	top: 27px;
	left: 130px;
	width: 284px;
	height: 190px;
	margin: 0px;
	z-index: 1;
	border: 0px;
}

#menu {
	position: absolute;
	top: 10px;
	left: 560px;
	width: 375px;
	height: 25px;
	margin: 0px;
	z-index: 1;
	font-size: 12px;
	border: 0px;
	font-weight: bold;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
}

#paticka {
	color: Black;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	border: 0px;
}

#paticka p{
	font-size: 12px;
}

#paticka table{
	margin: 0px;
	border: 0px;
}

body {
	margin: 0px;
	font-family: Verdana;
	color: Black;
}

#text p{
	color: Black;
	font-size: 14px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#text h1,h2,h3,h4,h5,h6 {
	color: Black;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#text table{
	margin-left: 30px;
	margin-right: 30px;
}
#text td {
	font-size: 14px;
}

#menu td {
	text-align: center;
}
#menu a {
	text-decoration: none;
	color: Black;	
}
#menu a:hover {
	color: #FFA500;
}
