body {
	color:black;
	background:#eaf0fb;
	font-size:11px;
	font-family:verdana;
	margin:0;
	padding:0;
	border:0;
}

div {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


#top {
	width:760px;
	height:129px;
	background:white url('images/top.jpg') no-repeat;
}

#main {
	margin-top:24px;
	border:1px solid black;
	width:760px;
	background:white url('images/leftbg.gif') repeat-y left;
}

#left {
	float:left;
	width:180px;
	background:#A5C2E7 url('images/leftbg.gif');
	font-size:12px;
	text-align:left;
}

#hlavni {
	background:white url('images/top2.jpg') no-repeat top right;
	text-align:left;
	margin-left:188px;
	margin-top:0;
	padding:0 16px 16px 16px;
}

#bottom {
	width:760px;
	height:31px;
	background:transparent url('images/bottom.gif');
	margin-top:2px;
	margin-bottom:-2px;
}

.menuitem, .menuout {
	background:url('images/bgout.gif');
	width:188px;
	height:30px;
	padding:8px 20px;
	margin-bottom:1px;
}

.menuitem:hover, .menuover {
	background:url('images/bgover.gif');
	width:188px;
	height:30px;
	padding:8px 20px;
	margin-bottom:1px;
}

a .menuitem, a .menuout  {
	color:black;
	text-decoration:none;
}

a:hover .menuitem, a .menuover  {
	color:white;
	text-decoration:none;
	cursor:hand;
}

h1 {
	font-size:14px;
	font-weight:bold;
	color:#2B5C99;
	display:list-item;
	list-style-image:url('images/odrazkah1.gif');
	margin-left:16px;
	margin-bottom:16px;
	border-bottom:1px solid #2B5C99;
}

h2 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:12px;
	margin-top:16px;
}

p {
	margin-top:4px;
	margin-bottom:8px;
	line-height:150%;
	text-align:justify;
}

strong, .strong {
	color:#2B5C99;
	font-weight:bold;
}

sup {
	font-size:9px;
}

li {
	margin-bottom:4px;
	list-style-image:url('images/odrazka.gif');
}

.c {
	text-align:center;
}

table {
	font-size:11px;
}

table.park td {
	vertical-align:top;
	padding:12px;
}

table.park td td {
	padding:4px;
}

table.park img {
	border:1px solid #333;
}

table.cenik {
	width:400px;
}

table.cenik td, table.cenik th {
	padding:4px;
}

table.cenik th {
	text-align:center;
	vertical-align:middle;
	background:#A5C2E7;
	border:1px solid #2B5C99;
}

table.cenik td {
	border:1px solid #A5C2E7;
	background:#EDF3FA;
}

table.cenik .td1 {
	text-align:center;
}

table.kontakt td {
	vertical-align:top;
	padding-right:32px;
	padding-bottom:24px;
}

.fotka {
	padding:4px;
}

a {
	color:#2B5C99;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}