table.vysledky td {
	padding: 2px 3px;
	font-size: 12px;
	text-align: center;
}

table.vysledky tr.hlavicka {
	background-color: #eeeeee;
}

#id_input_castNazvuObce {
	padding: 2px 4px 4px 4px;
}

p.obrazok {
	font-weight: bold !important;
	text-align: center !important;	
}

#ol li {
	font-weight: bold;	
	color: navy;
}

#ol p, #ol ul.normal li {
	font-weight: normal;	
	color: black;
	font-style: normal;
}

#ol ol {
	list-style-type: lower-latin;	
}

#ol ol li {
	font-style: italic;
	color: black;
}

#ol ol {
  counter-reset: list;
  margin-left: 0px;
}

#ol ol p {
  margin-left: 17px;
  line-height: 18px;
}

#ol ol > li {
  list-style: none;
}

#ol ol > li:before {
  content: counter(list, lower-alpha) ") ";
  counter-increment: list;
}

/* ---------   M A I N  L A Y O U T  ---------------- */

* {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;	
}

body {
	background-color: #efefef;
}

ul, ol {
	margin: 6px 20px;	
}

ul li, ol li {
	margin: 6px 0px;	
	font-size: 95%;
}

ol.odsadene li {
	margin-left: 20px;
}

p {
	margin: 6px 0px;	
	font-size: 95%;
}

.redBold, .navyBold {
	color: red;
	font-weight: bold;
}

.navyBold {
	color: navy;
}

a {
	font-weight: bold;
}

a.vyrazne {
	font-size: 120%;
	text-decoration: none;
}

a.vyrazne:hover {
	text-decoration: underline;
}

img {
	margin: 10px 20px 10px 0px;	
}

img.margin_100 {
	margin-left: 100px;	
}

img.left10 {
	margin-left: 10px;	
}

/* ------------ U N I V E R S A L  ----------- */

.bold {
	font-weight: bold;	
}

.top_20 {
	margin-top: 20px;	
}

p.wait {
	text-align: center;
	margin-top: 50px;	
}

p.posunute {
	margin-top: 12px;	
}

/*	------------------ M E N U  -------------- */

ul#menu {
	list-style: none;
	clear: both;	
	margin: 6px 6px 40px 30px;
	height: 75px;
}

ul#menu li {
	font-size: 95%;
	float: left;	
	background-image: url(menu.jpg);
	text-align: center;
	margin-right: 30px;
	width: 120px;
	border: 1px solid #666666;
	border-radius: 3px;
}

ul#menu li:hover {
	border: 1px solid #aaaaaa;
	background-image: url(menu_hover.jpg);
}

ul#menu li.single {
	height: 36px;
	padding-top: 10px;
}

ul#menu li a {
	text-decoration: none;	
	padding: 4px 6px;
	display: block;
	color: navy;
	background-color: #A9F3FC;
	border-bottom: 1px solid silver;
}

ul#menu li p {
	font-size: 90%;
	color: #333333;
}

ul#menu li a:hover {
	text-decoration: underline;	
}

/* --------------------------------------------- */

div#celok {
	width: 976px;
	height: auto;
	background-color: #ffffff;
	margin: 30px auto 10px auto;
	border: 1px solid darkgray;
	display: block;
	text-align: left;
	overflow: visible;
}

div#telo {
	padding: 0px 20px 20px 20px;
	border-top: 1px solid silver;
	min-height: 400px;
}

div#vrch {
	height: 70px;
	border-bottom: 1px solid darkgray;
	background-image: url(vrch.jpg);
	background-repeat: no-repeat;
	background-position:center;
}

div#vrch div.name {
	font-size: 130%;
	padding-top: 8px;	
	margin-left: 10px;	
	font-weight: bold;
	color: purple;
	float: left;
}

div#vrch div.subname {
	font-size: 90%;
	margin-top: 8px;	
	margin-right: 15px;	
	font-weight: bold;
	color: darkgray;
	float: right;
	text-align: right;
}

h1, h2, h3, h4 {
	clear: both;	
	font-size: 120%;
	font-weight: bold;
	color: navy;
	margin-top: 20px;	
	margin-bottom: 10px;	
}

h2, h3, h4 {
	font-size: 110%;
	margin-top: 20px;	
	margin-bottom: 10px;	
}

h2, h3, h4 {
	font-size: 100%;
}

h3 {
	color: purple;
}

h4 {
	
}