/* ---- hlavni menu */
	#lefcontent .leftcontent-main {
		color: #000000;
		font-size: 90%;
	}
	#lefcontent .leftcontent-main a {
		color: #005980;
	}
	#lefcontent .leftcontent-main h4  {
		display: block;
		color: #ff1d00;
		font-size: 110%;
		margin: 8px 0 0px -5px;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	#lefcontent .leftcontent-main h4 a {
		display: block;
		color: #ff1d00;
		font-size: 110%;
		margin: 8px 0 0px -5px;
		font-family: Georgia, "Times New Roman", Times, serif;
		text-decoration: none;
	}
	#lefcontent .leftcontent-main h4 a:hover {
		color: #ff1d00  !important;
		text-decoration: none;
	}
	/* ----- aktivni polozky */
		p.act {
			background-color: #f3f3f3;
			margin: 0 0 0 -3px;
			padding: 0 0 0 3px;
		}
		a.act {
			font-weight: bold;
		}
	/* end. aktivni polozky */
/* end. hlavni menu */	


/* ----- horni navigace na strance */
	#navtop {
		background-color: #242f72;
		padding: 4px 15px;
		height: 1.4em;
		margin-right: 2px;
	}
	#navtop a.hp{
		display: block;
		float: left;
	}
	#navtop ul {
		margin: 0 0 0 0; padding: 0;
		list-style-type: none;
		color: #FFFFFF;
		font-size: 90%;
		float: right;
	}
	#navtop li {
		padding: 0 8px;
		display: inline;
	}
	#navtop a {
		color: #e9f7fc;
		text-decoration: none;
	}
	#navtop a:hover{
		color: #FFFFFF !important;
		text-decoration: underline;
	}
	#navtop li.faq {
		font-weight: bold;
	}
	#navtop li.lang {
		text-transform: uppercase;
		font-weight: bold;
	}
/* end. horni navigace na strance */
