
body {

margin: 5px;
background-color: #6a842b;
background-image: url(bg.png);
background-position: left top;
background-repeat: repeat-x;

}

hr {
	
	border: 1px dotted #CCC;
}

input, select, textarea {
	
	width: 150px;
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCC;
}

textarea {
	
	height:
	150px;
	
}
img {
	
	border: 0;
	
}
#container {

background-color: #FFF;

}

#lang {

	width: 930px;
	height: 30px;
	background-image: url(lang.png);
	background-repeat: no-repeat;
	padding-right: 30px;
	text-align: right;
	font: 11px Tahoma, Arial, sans-serif;
	color: rgb(115,160,0);
}

#lang a {
	
	font: 11px Tahoma, Arial, sans-serif;
	color: rgb(115,160,0);
	text-decoration: none;
	padding-right: 10px;
	
}

#lang a:hover {
	
	text-decoration: underline;
	
}

#news_1 {
	
	width: 245px;
	height: 50px;
	background-image: url(news_left.png);
	
}

#news_2 {
	width: 695px;
	height: 50px;
	background-image: url(news_right.png);
	text-align: right;
	padding-right: 30px;
	font: 11px Tahoma, Arial, sans-serif;
	color: rgb(115,160,0);
	}
	
#news_2 a {
	
	font: 11px Tahoma, Arial, sans-serif;
	color: rgb(115,160,0);
	text-decoration: none;
	padding-right: 10px;
	
}

#news_2 a:hover {
	
	text-decoration: underline;
	
}

#menu_1 {
	
	width: 245px;
	height: 45px;
	background-image: url(menu_1.png);
}

#menu_3 {
	
	width: 245px;
	height: 45px;
	background-image: url(menu_3.png);
	
}
	

#menu_2 {
	
	width: 245px;
	height: 300px;
	overflow: visible;
	background-image: url(menu_2.png);
	background-repeat: repeat-y;
}

#menu_2 ul li {
	
	list-style-type: none;
	width: 180px;
	margin-left: -10px;
}

#menu_2 ul ul li {
	
	list-style-type: none;
	width: 160px;
	margin-left: -10px;
}

#menu_2 ul li a, #menu_2 ul ul li a {

text-indent: 8px;	
height: 20px;
padding: 5px 0px 5px 0px;
display: block;
font: 11px  Tahoma, sans-serif;
color: #FFF;
text-decoration: none;
border-bottom: 1px dotted #FFF;

}

#menu_2 ul li a:hover {

color: #FFF;
font-weight:bold;

text-decoration: underline;

}

#menu_2 ul ul li a:hover {

text-decoration: underline;

}


 h1 {	
	font: 21px Arial, Tahoma, sans-serif;
	font-weight: bold;
	color: rgb(115,160,0);
	
}

.content {
	
	padding: 0px 20px 0px 10px;
	margin: 0px 20px 0px 10px;
	font: 12px Arial, Tahoma, sans-serif;
	color: rgb(115,160,0);
	line-height: 18px;
	text-align: justify;
	
}

.content td {
	
	font: 12px Arial, Tahoma, sans-serif;
	color: rgb(115,160,0);
	line-height: 18px;
	text-align: justify;
}

.content a, .content td a {
	font: 12px Arial, Tahoma, sans-serif;
	color: #666;
	text-decoration: none;
	
}

.content a:hover, #content td a:hover {
	
	text-decoration: underline;
	
}

.content img, #content td img {
	border: none;
	
}

#footer {
	
	width: 930px;
	height: 85px;
	background-image: url(footer.png);
	
}
	
	
	
	
	
