.header {
	font-size: 15px;
	color: #FFFFFF;
	font-family: Verdana;
	background-color: #ffffff;
	text-indent: 10px;
}
.meniu {
	font-size: 14px;
	color: #333333;
	font-family: Arial;
	background-color: #EEEEEE;
	text-indent: 10px;
}
.continut {
	font-size: 13px;
	color: #000000;
	font-family: Helvetica; 
	background-color: #EEEEEE;
	text-indent: 10px;
}
.footer {
	font-size: 15px;
	color: #000000;
	font-family: Arial; 
	background-color: #dddddd;
	text-indent: 10px;
}
.style1 {font-weight: bold;
	text-indent: 10px;}
.style2 {font-size: 10px;
	text-indent: 10px;
	margin-left: 0.1cm}
.style4 {font-weight: bold}
.style6 {font-weight: bold}
.style7 {color: #0000CC; font-weight: bold; }
.style9 {color: #0000CC}
.style10 {font-family: Verdana}

#menu {
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.7em;
}
#menu ul {	
	list-style: none;
	width: 150px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 0.7em;
}


#menu li {
	margin-bottom: 4px;
}
#menu li a {
	/*font-weight: bold;*/
	height: 24px;
	font-size: 14px;
	text-decoration: none;
	color: #0000ff;
	display: block;
	padding: 4px 0 0 4px;
	background: #FFFFFF;
	border-left: 0px solid #555555;
}
#menu li a:hover {
	background: #cccccc;
	color: #000099;
	border-left: 0px solid #000000;
	font-weight: bold;
	font-size: 15px;
}

