/* ----- ALGEMEEN ----- */

* { -moz-box-sizing: border-box; }

a {
	color: #000;
}

body, table {
	font-family: arial;
	font-size: 14px;
}

body {
	padding: 0;
	margin: 0;
	text-align: center;
	background-image: url('../images/grass.jpg');
}

h1 {
	font-size: 30px;
	color: #000000;
	padding 0;
	margin: 0 0 10px 0;	
	font-weight: normal;
}


.left { float: left; }
.right { float: right; }

.clear_left { float: left; clear: left; }
.clear_right { float: right; clear: right; }

a:link, 
a:active, 
a:visited {
	text-decoration: none;
text-decoration: underline;	
}

a:hover {
	text-decoration: underline;
}



#container {
	width: 959px;
	height: 540px;
	text-align: left;
	border: 5px solid #fff200;
	background-color: #ffffff;
}

#logo {
	margin: 25px 0 0 25px;
}

#site {
	width: 959px;
	height: 398px;
}

#menuHolder {
	margin: 39px 0 0 0;
	width: 140px;	
}

#menu {
	width: 140px;
	border-top: 1px solid #fff200;
	border-right: 1px solid #fff200;
	border-left: 18px solid #fff200;
}

#main {
	width: 640px;
	height: 397px;
	padding: 0 30px 0 34px;
	text-align: center;
	overflow-y: auto;
}

#content {
	width: 576px;
	color: #000;
	text-align: left;
}

#images {
	width: 159px;
	margin: -12px 0 0 0;
}

#activeHolder {
	padding: 0;
	margin: 0;
	width: 140px;
	height: 27px;
}

#activeArrowBottom {
	padding: 0;
	margin: 6px 0 0 17px;
	position: absolute;
}

#activeArrow {
	padding: 0;
	margin: 6px 0 0 0;
	position: absolute;
}

#activeSub {
	padding: 0;
	margin: 8px 0 0 10px;
	position: absolute;
}

#menuBottom {
	width: 159px;
	height: 24px;
}




.menuItemBottom, .menuItemBottomActive {
	display: block;
	padding: 5px 0 0 33px;
}

.menuItem, .menuItemActive {
	display: block;
	width: 141px;
	padding: 5px 0 6px 16px;
	background-color: #50a118;
	border-bottom: 1px solid #fff200;
}

.menuItem:link,
.menuItem:active,
.menuItem:visited,
.menuItemBottom:link,
.menuItemBottom:active,
.menuItemBottom:visited {
	color: #fff200;
	text-decoration: none;
}

.menuItem:hover,
.menuItemActive:hover,
.subMenuActive:hover,
.menuItemBottom:hover,
.menuItemBottomActive:hover {
	text-decoration: underline;
}

.menuItemActive:link,
.menuItemActive:active,
.menuItemActive:visited,
.menuItemBottomActive:link,
.menuItemBottomActive:active,
.menuItemBottomActive:visited {
	color: #fff200;
	font-weight: bold;
}

.subMenuActive:link,
.subMenuActive:active,
.subMenuActive:visited {
	color: #fff200;
	font-style: italic;
	font-weight: normal;
}

.subMenu, .subMenuActive {
	padding: 5px 0 6px 25px;
}

.header_image_border {
	width: 136px;
	height: 93px;
	position: absolute;
	z-index: 100;
	margin: 29px 0 0 0;
}

.header_image {
	width: 136px;
	height: 93px;
	margin: 29px 0 0 0;
}