body, td, p { margin: 0px; padding: 0px; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 13px; cursor:default; }
input, select, form{ margin: 0px; padding: 0px; }

.hwhite { clear: both; font-size: 15px; font-weight: bold; color: #009645; background-color:transparent; margin: 0 0 5px 0; padding: 0 0 5px 0; border-bottom: 2px #009645 solid; }
.hblack { clear: both; font-size: 15px; font-weight: bold; color: #000000; background-color:transparent; margin: 0 0 5px 0; padding: 0 0 5px 0; border-bottom: 1px #ffffff solid; }
.hgreen { clear: both; font-size: 15px; font-weight: bold; color: #000000; background-color:transparent; margin: 0 0 5px 0; padding: 0 0 5px 0; border-bottom: 2px #009645 solid; }
.notewhite { 
	width: 235px;
	padding: 10px 10px 10px 20px;
	border-left: 7px solid #ffffff;
	border-top: 7px solid #ffffff;
	background: #f3f3f3;
	color: #009645;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px; 
}
.notewhite a { color: #009645; background: inherit;  text-decoration: underline; padding-right: 10px; }
.notewhite a:hover {  text-decoration: underline; }

.noteblack { 
	padding: 10px 10px 10px 10px;
	border-left: 7px solid #ffffff;
	border-top: 7px solid #ffffff;
	margin: 10px 0 5px 0;
	background: #ffffff;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px; 
}
.noteblack a { color: #009645; background: inherit; text-decoration: none; }
.noteblack a:hover {  color: #009645; background: inherit;  border-bottom: 2px #009645 solid; }

.table { 
	padding: 10px 10px 10px 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px; 
}

.level1 {
	line-height:17px;
	color: #ffffff;
	text-decoration: none; 
}
a.level1:hover {text-decoration: underline; }

.notegreen { 
	padding: 10px 10px 10px 10px;
	border-left: 7px solid #ffffff;
	border-top: 7px solid #ffffff;
	margin: 10px 0 5px 0;
	background: #ffffff;
	/*border-left: 1px #000000 solid; */
}
.level2 {
	font-family: Verdana;
	font-size: 11px; 	
	line-height:17px;
	color: #000000;
	text-decoration: none; 
}
a.level2:hover {text-decoration: underline; }

.subtitlu {font-weight: Bold; margin-bottom: 3px; }
.inputtext {border: 1px #cccccc solid; width: 100%; height: 20px; font-size: 9px; }
.textarea {border: 1px #cccccc solid; width: 100%; font-size: 9px; }
.option {font-size: 9px; }
.formcomment {padding-top: 2px; padding-bottom: 2px; }
.submit {border: 1px #00294E solid; background-color: #B0B0B0; margin-top: 20px; font-size: 11px; font-weight: Bold; }

.image { float: left; border: 2px solid #e2e2e2; padding: 3px; margin: 0 15px 10px 0; }
.logo { font-family: Arial; font-size: 32px; font-weight: Bold; color: #810415; padding-top: 0px; }
.desc_logo { font-family: Arial; font-size: 16px; font-weight: Bold; color: #810415; }

.text { font-size: 12px; color: #000000; padding:0px 20px 20px 0px; line-height: 17px; }
.text a { color: #009645; background: inherit; text-decoration: none; }
.text a:hover { background: inherit; text-decoration: underline; border-bottom: 2px #009645 solid; }

.footer { 
	height: 30px;
	margin-top: 20px;
	padding: 7px;
	background: #ffffff;
	color: #009645;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	border: 2px solid #009645;

}

.footer a { color: #009645; background: inherit; text-decoration: none;  }
.footer a:hover { background: inherit; text-decoration: underline; border-bottom: 2px #009645 solid; }

#limbi { 
	font-size: 11px;
	float: right; 
	padding-right: 10px;
	padding-top: 0px;
}
	#limbi li { 
		font-weight: bold; 
		display: inline; 
	}
	#limbi li a { 
		color: #810415; 
		text-decoration: none; 
	} 	
	#limbi li.active { 
		color: #00294E; 
	}
	#limbi li a:hover { 
		color: #00294E; 
	} 	
	
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
/*text-transform: uppercase; */
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
padding: 2px 8px;
padding-right: 20px;
border-left: 1px solid #ffffff;
text-decoration: none;
background: url(menubg.gif) center center repeat-x;
color: #ffffff;
font: bold 13px Tahoma;

}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
width: 200px; /*width of sub menu levels*/

left: 0;
top: 0;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}

/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 200px; /*width of sub menu levels*/
font-weight: normal;
background: #ffffff;
color: #009645;
border-width: 0 1px 1px 1px;
height: 20px;
}

.horizontalcssmenu ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #009645;
color: #ffffff;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }*/
/* End */
.photogalery { 
	padding: 10px 10px 10px 10px;
	border-left: 7px solid #ffffff;
	border-top: 7px solid #ffffff;
	margin: 10px 0 5px 0;
	background: #ffffff;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px; 
}
.photogalery a { color: #009645; background: inherit; text-decoration: none; }
.photogalery a:hover {  color: #009645; background: inherit;  text-decoration: none; }

.quest {color: #000; font-size: 11px; font-family: Verdana; padding-left: 16px; padding-bottom: 7px; border-bottom: 1px #fff dotted;}
.lmenu_smenu {display: block; font-size: 11px; font-family: Verdana; padding-left: 16px; color: #666666; font-weight: Bold; padding-bottom: 10px;}
.buton {height: 18px; border: 1px #666666 solid; font-size: 10px; margin: 7px 0px 0px 16px;}
.news_autor {border-top: 1px #ffffff solid; font-size: 9px; text-align: left; color: #666666; padding-top: 7px; }
#tablegalery{ margin: 2px; padding: 2px; border: 1px solid #CCCCCC; background-color: #f3f3f3; }
.image_bloc {margin-right: 10px; margin-bottom: 10px;}
.fulltext_link {display: block; border-left: 10px #e3e3e3 solid; padding-left: 5px; font-weight: Bold; color: #666666; margin-top: 5px; }
.fulltext_link:hover {color: #ff9956; text-decoration: none;  }
