html, body, * {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #404955;
}
#page {
	width: 1000px;
	margin: auto;
	height: 750px;
	background-image: url(layout.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#nadpis {
	width: 182px;
	height:190px;
	position: absolute;
	top: 0px;
	left: 88px;
}
#nadpis a {
	display: block;
	height:190px;
}
#nadpis a span {
	display: none;
}
#obsah-holder {
	width: 640px;
	height: 530px;
	position:absolute;
	top: 100px;
	left: 290px;
}
#obsah {
	padding: 8px;
}
#nav {
	position: absolute;
	width: 600px;
	left: 305px;
	top: 38px;
}
#nav ul {
	list-style: none;
}
#nav ul li {
	float: left;
}
#nav a:link,#nav a:visited {
	display: block;
	width: 120px;
	float: left;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	letter-spacing: -1px;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	text-transform: uppercase;
}
#nav a:hover,#nav a:active {
	color: #069;
	text-decoration: underline;
}

p {
	margin-bottom: 10px;
	line-height: 14px;
	font-size: 12px;
}
h1, h2, h3 {
	margin-bottom: 2px;
	color: #069;
	margin-left: -1px;
	letter-spacing: -1px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0px;
}

a:link, a:visited {
	color:#069;
}
a:hover, a:active {
	color: #000000;
}

#obsah ul {
	padding: 0px;
	position: absolute;
	bottom: 0px;
	width: 635px;
}
#obsah li {
	display: block;
	margin: 8px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 32%;
}
#obsah li a {
	display: block;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #069;
	background-color: #EDF0EC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
#obsah li a:hover {
	color: #000;
	background-color: #FFF;	
}

hr {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #aaa;
	margin-top: 12px;
	margin-right: 2px;
	margin-bottom: 12px;
	margin-left: 2px;
	visibility: hidden;
}
