html {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight : normal;
}

a.hlavicka, a.hlavicka:link, a.hlavicka:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

a, a:link, a:visited {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1 {
  font-size: 14pt;
}

/* dropdown menu */
#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
	background-color: #232323;
}

#nav a, #nav span.aktivni { /* list item */ 
	display: block;
	padding-left: 7px;
	padding-right: 6px;
	padding-top: 1px;
	padding-bottom: 2px;
	
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 10pt;
  text-decoration: none;
}

#nav a:hover {
  text-decoration: underline;
}

#nav span.aktivni { 
  color: #B5CCC8;
}

#nav li { /* all list items */
	float: left;
	text-align: center;
	border-right: 2px solid white;
  position: relative;
}

#nav li.last { /* all list items */
	border-right: none;
}

#nav li ul { /* second-level lists */
	display: none;
  position: absolute; 
  top: 1em;
  left: 0px;
  background: #232323;
  width: 9em;
}

#nav li ul li { /* second-level item */
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	top: auto;
	left: auto;
	width: 100%;
  border-bottom: 1px white solid;
}

#nav li ul li.last { /* second-level item */
	border-bottom: none;
}

#nav li:hover ul, #nav li.over ul { 
	display: block; 
}
	
.head {
  background-color: #59595F;
}

.menubar {
  height: 26px;
  background-color: #232323;
  color: white;
  padding-top: 10px;
  _padding-top: 5px;
  padding-left: 12px;
  padding-bottom: 10px;
  _padding-bottom: 5px;
  text-align: center;
}