body, html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #963;
	background: #ffc url(../pictures/pozadie_body.gif) repeat-x;
}
#hlavicka {
	position: relative;
	width: 765px;
	height: 125px;
	margin: 0 auto 0 auto;
	background: url(../pictures/pozadie_hlavicka.jpg) no-repeat;
}
#obsah {
	position: relative;
	top: 10px;
	width: 765px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#paticka {
	position: relative;
	top: 20px;
	width: 765px;
	margin: 0 auto 0 auto;
	clear: both;
}
#menu {
	position: absolute;
	top: 88px;
	left: 100px;
}
#menu li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}
#menu li a {
	display: block;
	width: 84px;
	height: 24px;
	background: url(../pictures/pozadie_tlacitko.gif) left bottom no-repeat;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	line-height: 23px;
	color: #ffc;
}
#menu li a:hover {
	background: url(../pictures/pozadie_tlacitko.gif) left top no-repeat;
}
#logo {
	position: absolute;
	top: 10px;
	left: 150px;
}
#mapa {
	width: 305px;
	height: 270px;
	float: right;
}
h1 {
	font-size: 2em;
	text-align: left;
}
h2 {
	margin-bottom: 0;
}
p {
	font-size: 1.3em;
	text-align: left;
}
p.balenie {
	text-align: center;
}
p.balenie img {
	border: 1px solid #f90;
}
a {
	color: #f90;
}
a:hover {
	text-decoration: none;
}
address {
	font-size: 1.3em;
	font-style: normal;
}
#obsah ul {
	font-size: 1.3em;
}
#obsah ul li {
	list-style-type: square;
}
dl {
	font-size: 1.3em;
}
dt {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	width: 300px;
}
table thead td {
	font-weight: bold;
	background-color: #ff9900;
	padding: 5px;
}
table tbody td {
	padding: 3px;
}
table tbody td.cena {
	text-align: right;
}
table td {
	font-size: 1.3em;
	border: 1px solid #f90;
}
