img {
	border: 0px;	
}

html {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	overflow-y: scroll;
}

body {
	margin: auto;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.logo {
	float: left;
	margin-top: 18px;
	width: 400px;
	padding-left: 45px;
}

.search {
	float: right;
	width: 195px;
	height: 92px;
	margin-top: 51px;
}

.search h2 {
	font-size: 14px;
	color: #005826;
	font-weight: bold;
	margin-bottom: 8px;
	margin-left: 8px;
}

.search_inside {
	float: right;
	width: 195px;
	height: 70px;
	background-image: url(../images/search.png);
}

.search_inside p {
	font-size: 9px;
	float: left;
	width: 65px;
	padding-top: 5px;
	padding-left: 5px;
}

.search_inside p input {
	float: left;
	margin-top: 2px;
}

.search_inside p label {
	float: left;
	margin-top: 5px;
}

.search_input {
	border: 1px solid #999;
	margin-top: 10px;
	padding: 2px;
	margin-left: 10px;
	width: 168px;
	margin-bottom: 3px;
}

.banner2 a { text-decoration: none; }

.menu {
	float: left;
	width: 900px;
	margin-top: 0px;
}

.menu .menu_left {
	float: left;
	width: 10px;
	height: 50px;
	background-image: url(../images/menu_left.jpg);
}

.menu .menu_center {
	float: left;
	width: 890px;
	height: 50px;
	background-image: url(../images/menu_center.jpg);
}

.menu .menu_center ul {
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
	float: left;
}

.menu .menu_center li {
	float: left;
	display: inline;
	margin-right: 40px;
	line-height: 53px;
}

.menu .menu_center li a {
	color: #005826;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.menu .menu_right {
	float: left;
	width: 10px;
	height: 50px;
	background-image: url(../images/menu_right.jpg);
}

.banner {
	float: left;
	width: 898px;
	height: 156px;
	border-left: 1px solid #D8D2B8;
	border-right: 1px solid #D8D2B8;
	border-top: 1px solid #D8D2B8;
}

.banner #inside {
	float: left;
	width: 868px;
	height: 155px;
}

.banner #inside #slogan {
	float: left;
	width: 128px;
	height: 93px;
	background-image: url(../images/slogan.jpg);
	margin-top: 35px;
	margin-left: 330px;
}

.content {
	border-left: 1px solid #CFCFD0;
	border-right: 1px solid #CFCFD0;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	width: 858px;
	line-height: 16px;
	color: #333333;
}

.content h1 {
	font-size: 18px;
	color: #003D1F;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
}

.content p {
	margin-bottom: 10px;	
}

.content .formulier {
	float: left;
	width: 400px;
}

.content .information {
	float: right;
	width: 400px;
}

.content .information strong {
	margin-bottom: 5px;
	float: left;
	width: 100%;
	line-height: 15px;
}

.content .information p {
	float: left;
	width: 400px;
	margin-top: 5px;
	margin-bottom: 15px;	
}

.bottom {
	float: left;
	width: 900px;
	height: 30px;
	background-image: url(../images/bottom.jpg);
}

.footer {
	float: left;
	text-align: center;
	width: 900px;
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
	font-size: 12px;
	padding-bottom: 10px;
}

.footer a {
	color: #666666;
	margin-bottom: 5px;
}

.amnius {
	color: #FF9900;	
	text-decoration: none;
}

.inputs label {
	float: left;
	width: 150px;
}

.small {
	font-size: 10px;	
}

#map_canvas {
	width: 898px; 
	height: 250px;	
}

#test-accordion{

}

.accordion {
	position: relative; /* required for bounding */
	width: 860px;
}

.accordion-toggle{
	position: relative; /* required for effect */
	z-index: 10;		/* required for effect */
	background-color: #054023;
	background-position: bottom;
	color: white;
	font-weight: bold;   
	cursor: pointer;
	margin-bottom: 1px;
	padding: 9px 14px 6px 14px;
	border-top: 1px solid #737134;	
}

.accordion-toggle:hover, div.accordion-toggle-active{
	background-color: #04351C;
	color: white;
	border-top: 1px solid #a06b55;
}

.accordion-content{
	overflow: hidden;	/* required for effect */
	background: #E2DDC9;
	padding: 0px;
	margin: 0px;
	color: black;
}

.accordion-content p{
	margin: 0px;
	margin-left: 13px;
	margin-top: 15px;
}

.learn {
	float: left;
	width: 800px;
	margin: 0px;
	padding: 0px;
	margin-left: 12px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.formulier_faq label {
	float: left;
	width: 100px;
}

.social_media {
	float: right; 
	width: 100px; 
	height: 60px;	
}

.social_first {
	float: right; 
	width: 100px; 
	margin-top: 10px;	
}

.social_second {
	float: right; 
	width: 100px;	
}

.news_left {
	float: left;
	width: 410px;
}

.news_right {
	float: right;
	width: 380px;
	padding-left: 30px;
	border-left: 1px solid #CFCFD0;
}

.news_right h2 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
}

.news_omschrijving {
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 11px;
}

.read_more {
	color: #6699FF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.news_item {
	float: left;
	width: 100%;
	border-bottom: 1px solid #E7E7E8;
	padding-bottom: 10px;
}

.more_items {
	float: left; 
	width: 100%; 
	margin-top: 20px; 
	margin-bottom: 10px;	
}

.pagina_nav {
	float: left;
	width: 100%;
}

.pagina_nav a {
	background-color:  #666;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 3px;
	color: white;
	float: left;
	font-weight: bold;
	text-decoration: none;
	margin-right: 3px;
}

.pagina_nav .active {
	background-color: #003D1F !important;
}

.pagina_nav h2 {
	font-size: 15px;
	margin-bottom: 10px;
	color: #003D1F;
	font-weight: bold;
}

.item {
	float: left;
	width: 100%;
	border-bottom: 1px solid #CFCFD0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.item h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.item .datum {
	margin-bottom: 10px;
	width: 100%;
	float: left;
}
