/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;	
}

body{
	background:#e3f1e0 url(../images/masterbackground.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

a img{
	border:none;
}
a {
	text-decoration:none;
	font-weight:bold;
}

#page_wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -64px;
	width:1225px;	
	background:transparent url(../images/wrapper_bg.jpg) left repeat-y;
}

#footer{
	margin: 0 auto;
	width:1225px;
	background:left bottom url(../images/footer.jpg) no-repeat;
}

#footer, #push {
	height: 64px;
}

#header{
	width:100%;
	height:321px;
	background:  url(../images/header_banner.jpg) no-repeat;

}


#top_label{
	position:absolute;
	width:539px;
	height:65px;
	margin-left:480px;
	margin-top:25px;
	text-align:center;
	color:#FFFFFF;
	float:left;
	font-size:16px;
	font-weight:bold;
}

#logo{
	position:absolute;
	margin-top:35px;
	margin-left:153px;
	width:275px;
	height:276px;
}

#main_menu{
	position:absolute;
	margin-top:118px;
	margin-left:950px;
	width:210px;
}

#main_menu ul{
	list-style:none;
	text-align:center;
}

#main_menu ul li{
	text-align:center;
	float:left;
	width:210px;
	height:24px;
}

#main_menu ul li a{
	display:block;
	color:#FFFFFF;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px;
}

#main_menu ul li a#selected,
#main_menu ul li a:hover{
	color:#000000;
}


#content_left{
	background:transparent url(../images/left_bg.jpg) no-repeat;
	float:left;

	width:267px;
	overflow-x:hidden;

	min-height:291px;
	height:auto !important;
	height:291px;
	
	padding:45px 5px 0px 5px;
}

#content_left ul{	
    width: 265px;
	list-style: none;
	float: left;
}

#content_left ul li{

	
	color: #000000;
	clear: both;

}

#content_left ul li span#uneven{
	
	background-color: #FFF;
	color: #000;
}

#content_left ul li span div.legend{
	font-weight:bold;
	clear: both;
	margin-bottom: 10px;
    color: #FFF;
    font-size: 13px;
}

#content_left ul li span#uneven div.legend{
	font-weight:bold;
	clear: both;
	color: #00a04e;
	margin-bottom: 10px;
	font-size: 13px;
}

#content_left ul li span{
	display:block;
	font-family: verdana;
	font-weight:normal;
	text-decoration:none;
	font-size: 12px;
	text-align: center;
	color: #000;
	padding: 8px;
	padding-top: 9px;
	padding-right: 20px;
	text-align: right;
    margin: 0px;
    min-height: 40px;

}

.news_link{
	color: #2dad67;
	text-decoration: underline;
	font-weight:bold;
	float:right;
	padding:10px 0px 20px;
}

.news_summary{
	padding:10px 0px 0px;
}


.submenu_head{
	margin-left: 100px;
	color: #FFF;
	font-size: 14px;
}


.submenu_unselected {
	color:#FFFFFF;
	display:block;
	font-family:verdana;
	font-size:12px;
	font-weight:normal;
	margin:0;
	min-height:20px;
	padding:9px 8px 8px 40px;
	text-align:left;
	text-decoration:none;
}

.submenu_unselected:hover{
	background-color: #FFF;
	color: #000;
}



#foto{
	float:left;
	padding-top:50px;
}

.content_h1{
	color:#2DAD67;
	font-family:Arial;
	font-size:22px;
	font-weight:bold;
	padding:20px 0px 55px 20px;
}

#content_right{
	background:transparent right top url(../images/right_bg.jpg) no-repeat;
	float:right;

	min-height:214px;
	height:auto !important;
	height:214px;
	width:580px;
	padding-right:130px;
}

.clear{
	clear:both;
	overflow:hidden;
	height:0px;
}

div.glist{
	
	float: left;
	height: auto;
	background-color: #D6F7D8;
	border-color: #A1DEA4;
	border-width: 3px;
	border-style: solid;
	color: #FFF;

}

div.glist img{
   margin: 15px;	
}

div.gallerytitle{
   text-align: center;
   width: 250px;
   color: #313494;
}

.donkergroen{
	color: #2dad67;
}

.submenu_selected{
	background-color: #FFF;
	display:block;
	font-family: verdana;
	font-weight:normal;
	text-decoration:none;
	font-size: 12px;
	text-align: center;
	color: #000;
	padding: 8px;
	padding-top: 9px;
	padding-left: 40px;
	text-align: left;
    margin: 0px;
    min-height: 20px;
  }
