body {
  background:url(../images/body_back_repeat.jpg) top left repeat-x #505501;
/*
	background-color: #A9AC7F;
	background-image: url(../images/body_back_repeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
*/
}

#container {
	position: relative;
	top: 19px;
	left: 50%;

	width: 812px;
	margin-left: -406px;
}

#header {
	float: left;
	width: 812px;
	height: 328px;
}
#headerBlockLeft {
	float: left;
	width: 16px;
	height: 248px;
	margin-top: 80px;
}
#headerBlockMidLeft {
	float: left;
	width: 283px;
	height: 299px;
	margin-top: 29px;
	background-color: #573B2F;
}
#headerBlockMidLeft #logo {
	float: left;
	width: 283px;
	height: 133px;
	background-image: url('../images/top_logo.jpg');
	cursor: pointer;
}
#headerBlockMidLeft #photo1 {
	float: left;
	width: 283px;
	height: 166px;
	background-image: url('../images/photo1.jpg');
}
#headerBlockMid {
	float: left;
	width: 163px;
	height: 328px;
	background: #AAAB7F url(../images/headerBlockMid_back.jpg) top repeat-x;
}
#headerBlockMid .menuSelected {
	float: left;
	width: 125px;
	padding-left: 15px;
	margin-left: 17px;
	margin-top: 10px;
	/*background-image: url('../images/pointerSelected.jpg');*/
	background-image: url('../images/pointerSelected.png');
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 15px;
	color: #FFF;
	font-family: Arial;
	font-weight: bold;
}
#headerBlockMid .menuItem {
	float: left;
	width: 125px;
	padding-left: 15px;
	margin-left: 17px;
	margin-top: 9px;
	/*background-image: url('../images/pointerItem.jpg');*/
	background-image: url('../images/pointerItem.png');
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 15px;
	color: #FFF;
	font-family: Arial;
	font-weight: bold;
}
#headerBlockMid .menuSelected a, #headerBlockMid .menuItem a {
	font-size: 15px;
	color: #FFF;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}
#headerBlockMid .menuSelected a:hover, #headerBlockMid .menuItem a:hover {
	color: #A0AE00;
	text-decoration: none;
}

#headerBlockMid .submenuItem {
	float: left;
	width: 125px;
	padding-left: 15px;
	margin-left: 17px;
	margin-top: 2px;
	/*background-image: url('../images/pointerItem.jpg');*/
	background-image: url('../images/pointerItem.png');
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	color: #fdffe8;
	font-family: Arial;
}
#headerBlockMid .submenuSelected {
	float: left;
	width: 125px;
	padding-left: 15px;
	margin-left: 17px;
	margin-top: 2px;
	/*background-image: url('../images/pointerSelected.jpg');*/
	background-image: url('../images/pointerSelected.png');
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	color: #fdffe8;
	font-family: Arial;
}
#headerBlockMid .submenuSelected a, #headerBlockMid .submenuItem a {
	color: #fdffe8;
	text-decoration: none;
}
#headerBlockMid .submenuSelected a:hover, #headerBlockMid .submenuItem a:hover {
	color: #A0AE00;
	text-decoration: none;
}

#headerBlockMidRight {
	float: left;
	width: 334px;
	height: 328px;
}
#headerBlockMidRight #topMenu { float:left;width:324px;height:60px;text-align:right;padding:0 10px 0 0;font:12px Arial,Verdana,Helvetica;color:#999a32; }
#headerBlockMidRight #topMenu a { font:12px Arial,Verdana,Helvetica;color:#999a32;text-decoration:none; }
#headerBlockMidRight #midBlock {
	float: left;
	width: 369px;
	height: 44px;
	margin-top: -24px;
	background: #7C8601 url(../images/headerBlockMidRight_back.jpg) no-repeat top;
}
#headerBlockMidRight #photo2 {
	float: left;
	width: 334px;
	height: 248px;
	background-image: url('../images/photo2.jpg');
}
#headerBlockRight {
	float: left;
	width: 16px;
	height: 248px;
	margin-top: 80px;
}

/********** CONTENT **********/
#content {
	float: left;
	width: 780px;
	background-color: #FFFFFF;
	margin: 0px 16px;
}
#contentLeft {
	float: left;
	width: 466px;
	padding: 20px;
	font-family: Arial;
	font-size: 12px;
	color: #222500;
	line-height: 1.7em;
}
#contentLeft a {
	color: #5B6301;
	text-decoration:none;
}
#contentLeft a:hover {
	color: #573B2F;
	text-decoration:none;
}
#contentLeft h1 {
	width: 100%;
	height: 39px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial;
	color: #573B2F;
	line-height: normal;
	
	background-image: url('../images/greenLine.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
}
#contentLeft ul {
	margin-top:3px;
	margin-bottom:5px;
}
#contentLeft ul li {
	margin-left:24px;
	list-style: url('../images/listItem.jpg');
}

#contentRight {
	float: left;
	width: 273px;
	min-height: 366px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 12px;
	color: #222500;	
	border-left:1px solid #C2C693;
}
#contentRight a {
	color: #5B6301;
	text-decoration:none;
}
#contentRight a:hover {
	color: #573B2F;
	text-decoration:none;
}
#contentRight h1 {
	width: 234px;
	margin: 20px;
	height: 39px;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial;
	color: #573B2F;
	
	background-image: url('../images/greenLine.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
}
.newsItem {
	width: 234px;
	padding: 0px 20px;
	padding-top: 5px;
	height: 35px;
	
	font-size: 12px;
	color: #573B2F;
	font-family: Arial;
	font-weight: bold;
}
.newsItem a {
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	color: #351909;
	font-family: Arial;
}
.projectItem {
	width: 234px;
	padding: 0px 20px;
	padding-top: 5px;
	
	font-size: 11px;
	color: #222500;
	line-height: 1.7em;
}
.projectItem li {
	list-style:disc;
	margin-left: 15px;
}
/********** FOOTER **********/
#footer {
	float: left;
	width: 740px;
	margin: 0px 16px;
	background-image: url('../images/footer_back.jpg');
	background-position: top;
	background-repeat: no-repeat;
	padding: 45px 20px 10px 20px;
	
	font-size: 10px;
	font-family: Arial;
	color: #FFF;
}

#footer a {
	font-size: 10px;
	font-family: Arial;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

/********** CONTACT FORM **********/
input.inputNormal {
	width: 180px;
	padding: 1px;
	border: 1px solid #351909;
	font-family: Arial;
	font-size: 11px;
	color: #351909;
	margin-bottom: 1px;
}
input.submitNormal{
	width: 184px;
	padding: 1px;
	border: 1px solid #351909;
	font-family: Arial;
	font-size: 11px;
	color: #351909;
	background-color: #CECECE;
	margin-bottom: 1px;
}
textarea.inputNormal {
	width: 180px;
	height: 80px;
	padding: 1px;
	border: 1px solid #351909;
	font-family: Arial;
	font-size: 11px;
	color: #351909;
	margin-bottom: 1px;
}

/********** PAGINA'S **********/
#pages {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
	font-family: Arial;
	color: #3f3f3f;
}
#pages a {
	font-size: 10px;
	font-family: Arial;
	color: #3f3f3f;
	text-decoration: none;
}

