* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font: normal 100%/1.2em Tahoma, Helvetica, Arial, sans-serif;
}

body {
	margin: 0;
	padding: 0;
}

#obsah {
	background-image: url('background.jpg');
	position: absolute;
	width: 1000px;
	top: 0px;
	left: 0px;
	min-height: 720px;
	font-size: 12px;
	color: #666;
	margin: 0px auto;
	position: relative;
	width: 1000px;
}

#patka {
	position: absolute;
	width: 1000px;
	left: 0px;
	top: 720px;
}

#menu {
	position: absolute;
	width: 1000px;
	bottom: 0px;
	left: 0px;
	font-size: 17px;
	background-color: white;
	color: #666;
	filter: Alpha(opacity=90,style=1);
	-moz-opacity: 0.9;
	opacity: 0.9;
	display: block;
}

#hlavicka,
#patka {
	background-color: white;
	color: #999;
	border-style: none;
	border-width: 0;
	font-size: 9px;
	text-align: center;
}

#levy {
	position: absolute;
	width: 300px;
	top: 330px;
	left: 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}

#levy a {
	text-decoration: none;
}

#levy a:link {
	color: white;
	text-decoration: none;
}

#levy a:visited {
	color: white;
	text-decoration: none;
}

#levy a:hover {
	color: black;
	text-decoration: none;
}

#levy a:active {
	color: #00283c;
	text-decoration: none;
}

#levy a:focus {
	color: #00283c;
	text-decoration: none;
}

div {
	padding: 20px;
}

a {
	text-decoration: none;
}

a:link {
	color: #9b9b9b;
	text-decoration: none;
}

a:visited {
	color: #00283c;
	text-decoration: none;
}

a:hover {
	color: #00283c;
	text-decoration: none;
}

a:active {
	color: #9b9b9b;
	text-decoration: none;
}

a:focus {
	color: #00283c;
	text-decoration: none;
}

div#menu a:after {
	content: "/";
	color: #00283c;
	margin-left: 10px;
}

#text {
	font-size: 15px;
	color: #666;
}

#menu p {
	font-size: 15px;
	color: #00283c;
}
