@charset "utf-8";
#main {
	padding: 20px;
	border: 1px solid #999999;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
}
#main #head {
	height: 260px;
	background-image: url(gfx/head.jpg);
}
#main #head h1 {
	display: none;
}
#main #head #menu {
	position: absolute;
	left: 70px;
	top: 191px;
	width: 480px;
	height: 66px;
}
#main #obsah {
	margin-left: 50px;
	margin-right: 50px;
}
h1, h2, h3, h4 {
	color: #76563D;
}
