body {
	margin: 0px;
	background-color: #e4eedb;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
#top {
	margin: auto;
	margin-top: 10px;
	background-color: #c7bd90;
	background-image: url(top.png);
	background-repeat: no-repeat;
	width: 760px;
	height: 160px;
}
#body {
	margin: auto;
	width: 750px;
	background-color: #fffff0;
	min-height: 268px;
	font-family: Georgia, Palatino, "Palatino Linotype", Constantia, serif;
	text-align: left;
	padding-bottom: 16px;
}
#obsah {
	padding-left: 15px;
	padding-right: 15px;
	color: #333300;
	padding-top: 12px;
}
#bottom {
	margin: auto;
	background-color: #c7bd90;
	background-image: url(bottom.png);
	background-repeat: no-repeat;
	width: 760px;
	height: 36px;
}
#men {
	padding-top: 124px;
	text-align: center;
	width: 690px;
	margin: auto;
	margin-bottom: 0px;
	padding-left: 10px;
}
#menu {
	display: inline;
	list-style-type: none;
	margin: auto;
	margin-bottom: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu li a {
	font-size: 18px;
	color: #f08080;
	background-color: #e8d3a8;
	font-weight: bold;
	display: block;
	width: 90px;
	height: 27px;
	padding-top: 4px;
	margin: 0px 3px 0px 3px;
}
#menu li a:link {
	text-decoration: none;
}
#menu li a:visited {
	text-decoration: none;
	color: #e9967a;
}
#menu li a:hover {
	text-decoration: none;
	color: #3cb371;
	background-color: #87cefa;
	margin-bottom: 0px;
	
}
#menu li a:active {
	text-decoration: none;
	color: #CC3300;
}
#vyrobil {
	padding: 0px;
	margin: 0px;
	padding-top: 8px;
	font-family: Georgia, Palatino, "Palatino Linotype", Constantia, serif;
	font-size: 10pt;
	color: #333;
}
#vyrobil a {
	text-decoration: none;
	color: #000066;
}
#vyrobil a:hover {
	color: #660000;
}
h1 {
	font-size: 16pt;
	padding-top: 5px;
}
h2 {
	font-size: 12pt;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
ul {
	padding-top: 0px;
	margin-top: 0px;
}
#dodatek {
	margin-top: 0px;
}
#rozsireni {
	width: 200px;
	vertical-align: top;
}
#fotka {
	float: left;
	position: relative;
	left: 50px;
}
#nadpis {
	float: left;
}
#telo {
	clear: both;
}
#odkaz a {
	text-decoration: none;
	color: blue;
}
#odkaz a:hover {
	color: maroon;
}