/* CSS Document */
html, body {
	height: 100%;
}
body {
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Tahoma, Verdana, Arial, lucida, sans-serif;
	background-color: #fffff0;
	color: #000000;
	font-size: 14px;
	text-align: left;
	min-width: 560px;
}
#menu {
  font-style: italic; 
  font-weight: bold; 
  font-size: 16px; 
  line-height: 1.5; 
  font-family: Arial;
	background-color: Silver;
	height: 22px;
	text-align: left;
	padding-left: 20px;
  vertical-align: top;
	width: 780px;
}
#menu a {
color: green;
text-decoration: none;
}
#menu a:hover {
color: blue;
text-decoration: underline;
}
#hlavni {
 	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: #fffff0;
	color: Black;
	min-height: 100%;
	height: 100%;
	position: relative;
}
body>#main {
 	height: auto;
}
#logo {
 	color: #ffffff;
	background-color: #fffff0;
	height: 100px;
}
#obsah {
 	padding: 0px;
 	width: 800px;
 	height: 350px;
 	background-color: #fffff0;
 	border: none;
 	margin: 0;
 	overflow: auto;

}
foot {
	background-color: #fffff0;
	color: #000000;
	font-size: 12px;
	text-align: left;
}
