@charset "utf-8";
* {
	margin:0;
	padding:0;
	border:0;
}
body {
	background-color: #E2EFDD;
	background-image: url(../imgs/achtergrond.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
#container {
	width: 998px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #58ae41;
	border-left-color: #58ae41;
	background-color: #cae2bd;
	background-image: url(../imgs/container_achtergrond.jpg);
	background-position: 94px 0px;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #58ae41;
	height: 110px;
	width: 100%;
	background-image: url(../imgs/header.jpg);
}
#content {
	width: 100%;
	height: auto;
	text-align: left;
}
#content #links {
	float: left;
	width: 93px;
	height: 100%;
}
#content #midden {
	float: left;
	width: 903px;
	height: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #58ae41;
	border-left-color: #58ae41;
}
#content #midden #menu {
	width: 225px;
	float: left;
	height: 375px;	
	padding-top: 30px;
	font-size: 10px;
}
#content #midden #menu a {
	text-decoration: none;
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	line-height: 28px;
	text-align: left;
	text-indent: 20px;
	font-style: normal;
}
#content #midden #menu a:hover           {
	background-color: #75b85b;
}
#content #midden #tekst {
	width: 432px;
	/*width:452px;*/
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 30px;
	
	min-height:375px;
	_height:375px;	
}
#content #midden #tekst_home {
	width: 450px;
	float: left;
	width: 452px;
}

#content #midden #fotos {
	/*width: 206px;*/
	width: 226px;
	/*background-color: #61b24b;*/
	float: left;
	
	min-height:405px;
	_height:405px;
}
#content #midden #nieuws {
	width: 201px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5AAB44;
	height: 279px;
}
#content #midden #snelkoppeling {
	width: 201px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	height: 85px;
}

.nieuws {
	margin-top: 5px;
}
a {
	/*font-style: italic;*/
	color: #5EAF48;
	text-decoration: none;
}
a:hover {
	/*font-style: italic;*/
	color: #5EAF48;
	text-decoration: underline;
}
h1 {
	color: #58ae41;
	font-size: 15px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
h2 {
	color: #58ae41;
	font-size: 13px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
h3 {
	font-size: 8px;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 4px;
	text-transform: uppercase;
}

h4 {
	font-size: 8px;
	color: #FFFFFF;
	margin-left: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-left: 10px;
	text-transform: uppercase;
}
h5 {
	color: #58ae41;
	font-size: 8px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
img {
	border:0px;
}

#content #rechts {
	float: left;
	width: 72px;
	background-color: #e4f0de;
	height: 100%;
}


#footer {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #58ae41;
	background-image: url(../imgs/footer_achtergrond.jpg);
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #58ae41;
	height: 92px;
}
#footer #content {
	height: 92px;
	width: 998px;
	margin:0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #61B24B;
	border-right-color: #61B24B;
	border-bottom-color: #61B24B;
	border-left-color: #61B24B;
}

p {
	font-size: 11px;
	color: #000000;
	margin-bottom: 15px;
}

.pagenavigation {
	font-size: 11px;
	font-weight: bold;
	/*background-color: #61b24b;*/
	background-color: #88C676;
	/*background-color: #dbebd2;*/
	color: #fff;
	text-align: right;
	height:20px;
	padding-right:5px;
	letter-spacing: 1px;
}

.pagenavigation a {	
	color: #fff;
	text-decoration: none;
}
.pagenavigation a:hover {	
	color: #fff;
	text-decoration: underline;
}

.house {
	font-size: 8px;
	background-color: #61b24b;
	color: #fff;
	text-transform:uppercase;	
	height:20px;
	font-style: italic;
	letter-spacing: 1px;
}

.house a {	
	color: #fff;
	text-decoration: none;
}
.house a:hover {	
	color: #fff;
	text-decoration: underline;
} 
ul {
	margin-left: 10px;
}