* { 
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 11px;
}

body, html {
	width: 100%;
	min-height:100%;
	height:auto !important;
	height:100%;
	background: #fefefd;
	color: #757575;
	#background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

h1 {
	text-align: left;
	height: 35px;
	line-height: 35px;
	color: #7f7b70;
	font-size: 16px;
	font-weight: bold;
}

a:visited, a:link, a:active
{
	font-size:11px;
	color: #CF5C10;
	font-weight:normal;
	text-decoration:underline;
	text-align: left;
}

a.meniu, a.meniu:active, a.meniu:link, a.meniu:visited
{
	float:left;
	width: 100%;
	text-align: center;
	color: #978d84;
	height:23px;
	line-height:25px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

a.meniu:hover
{
	float:left;
	color: #978d84;
	width: 100%;
	text-align: center;
	height:23px;
	line-height:25px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

a.lan, a.lan:active, a.lan:link, a.lan:visited, a.lan:hover
{
	color: #978d84;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

a.meniu_active, a.meniu_active:active, a.meniu_active:link, a.meniu_active:hover, a.meniu_active:visited
{
	float:left;
	color: #514e3f;
	height:23px;
	width: 100%;
	text-align: center;
	line-height:25px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.submeniu
{
	margin-top: 5px;
	text-align: left;
	margin-left: 16px;
}

.submeniu a:visited, a:link, a:active
{
	font-size:11px;
	color: #228c05;
	font-weight:normal;
	text-decoration:underline;
	text-align: left;
}

.submeniu a:hover
{
	font-size:11px;
	color:#485729;
	font-weight:normal;
	text-decoration:underline;
	text-align: left;
}

.news, a.news:active, a.news:link, a.news:hover, a.news:visited
{
	color: #da5a11;
	text-decoration: none;
}

.gallery img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}

.gallery:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

.footer
{
	clear: both;
	color: #afadae;
	background: #fff;
	height: 34px;
	line-height: 30px;
	text-align: left;
	width: 900px;
}