td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
li {
  list-style-image: url(img/li.gif);
}

#mainmenu {
  font-family: arial, sans-serif;
  font-size: 12px;
}
#mainmenu a {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 209px;
  _width: 217px;
  padding: 0px 4px 0px 4px;
  background-image: url(img/menu-bg-off.gif);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: right;
}
#mainmenu a:hover {
  background-image: url(img/menu-bg.gif);
}
#mainmenu .sub {
	display:none;
	visibility:hidden;
}
#mainmenu .subhide {
	display:auto;
	visibility:visible;
}
#mainmenu .sub a {
  width: 205px;
  _width: 217px;
  padding: 0px 8px 0px 4px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  font-weight: normal;
}
#mainmenu .sub a:hover {
  background-color: #1C418D;
  background-image: none;
}

.nadpis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.small {
	font-size: 11px;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#E1E1E1;
	width: 100%;
	height:17px;
	line-height:17px;
	color: #666;
	border-bottom: solid 1px #FFF;
}

#headerleft, #headerright {
	display:block;
	padding-top: 3px;
	padding-bottom: 3px;
}

#headerleft {
	float:left;
	padding-left: 15px;
	text-align: left;
	width: 200px;
}

#headerright {
	float:right;
	padding-right: 15px;
	margin-left: 200px;
	text-align: right;
}

#header a {
  color: #666;
  text-decoration: none;
  font-weight: bold;
}
#header a:hover {
	color: #666;
	font-weight: bold;
  text-decoration: underline;
}
#headerclear {
	clear:both;
	height:0;
	display:none;
}
div.hrmenu {
	margin:0;
	padding:0;
	border:0;
	border-top:solid 1px #1c418d;
	border-bottom:solid 1px #1c418d;
	height:1px;
	_height:-2px;
	line-height:1px;
	background-color:#fff;
}
.help {
	border-bottom: #fff 1px dashed;
	cursor: help; 
}