BODY {
	
	margin:0px;
	font-family: "Georgia", Book Antiqua, Times New Roman, serif;
	font-size:12px;
	color:#2E2E2E;
}


h1 {
	font-size: 20px;
	font-weight: bold;
	color: #191919;
	text-align: left;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin:0px;

}
h3 {
	font-size: 13px;
	line-height: normal;

}

input{
	border:1px solid #C1C1C1;
	color: #585858;
}

textarea{
	border:1px solid #C1C1C1;
	color: #585858;
}



a:link {
	color: #191919;
	text-decoration: none;
}
a:visited {
	color: #191919;
	text-decoration: none;
}
a:hover {
	color: #fdaa00;
	text-decoration: none;
}
a:active {
	color: #fdaa00;
	text-decoration: none;
}


a.footer:link {
	color: #D6D6D6;
	text-decoration: none;
}
a.footer:visited {
	color: #D6D6D6;
	text-decoration: none;
}
a.footer:hover {
	color: #fdaa00;
	text-decoration: none;
}
a.footer:active {
	color: #fdaa00;
	text-decoration: none;
}
	


.meniu_left_hd{
	background: url(images/left_hd_meniu.jpg);
	/*background:url(images/bk_hd_meniu.jpg);*/
	color: #fff;
	font-size:16px;
	padding-left:10px;
	text-align:left;
}


/* Menu vert*/

#menu_vert {
	float: left;
	width: 240px;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#menu_vert ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu_vert li {
	background:url(images/img10.jpg) left no-repeat;
}

#menu_vert a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	font-size: 100%;
	color: #000000;
}

#menu_vert a:hover {
	text-decoration: none;
	background: #AEAEAE url("images/img009.jpg") left no-repeat;
	color: #FFFFFF;
}

#menu_vert .first a {
	background: url(images/img09.jpg) no-repeat 0 0px;
	color: #000000;
}


.input_contact
{
	width:300px;
	height:20px;
}



.border_img:hover img{
border: 1px solid #6D6D6D;
}

.content_body{
	text-align:justify;
	padding-right:10px;
}

.img_gal_effect
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
border:2px solid #CC9900;
padding:1px;
}
.img_gal_effect:hover
{
opacity:0.7;
filter:alpha(opacity=40); /* For IE8 and earlier */
border:2px solid #CC9900;
padding:1px;

}
