html,body{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#e6e6e6;
}


#container{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	padding-left:50px;
	padding-right:50px;
	background-image:url(images/shadow.png);
	background-position:top;
	background-repeat:no-repeat;
}

#links{
	height:480px;
	width:285px;
	float:left;
	padding:15px;
	padding-right:0;
	background-color:white;
}

#logo{
	width:300px;
	padding-top:25px;
	margin-bottom:25px;
}

#menu a{
	display:block;
	width:90%;
	border-bottom:1px dotted #CCC;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
	padding:10px;
	font-family:Verdana, Geneva, sans-serif;
	border-left:5px solid transparent;
	color:#285c87;
}

#menu a.active, #menu a:hover{
	border-left:5px solid #ed1c24;
	color:#5C903E;
}

a.provincie{
	display:block;
	height:45px;
	width:165px;
	background-image:url(images/overijssel.png);
	background-position:bottom;
	text-indent:-2000px;
	margin-top:5px;
}

a.provincie:hover{
	background-position:top;
}

#rechts{
	width:620px;
	float:right;
	background-color:white;
	padding:15px;
	padding-bottom:-35px;
}

#fotos{
	width:620px;
	height:250px;
	background-color:#CCC;
	overflow:hidden;
}


#inhoud{
	width:550px;
	position:relative;
	top:-60px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
	color:#666;
	z-index:2000;
	background-image:url(images/shadow2.png);
	background-position:right top;
	background-repeat:no-repeat;
	padding-right:15px;
	padding-top:15px;
	margin-bottom:-75px;
}

#text{
	background-color:#FFF;
	min-height:400px;
	padding:15px;
}

#text h1{
	color:#009344;
	margin-top:-15px;
}


#footer{
	clear:both;
	float:right;
	background-color:#5C903E;
	width:650px;
	height:50px;
	text-align:center;	
	padding-top:25px;
	background-image:url(images/footer.png);
}

#footer a{
	color:#FFF;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
}

#footer a:hover{
	font-weight:bold;
	color:#FFF;
}

a{
	color:#009344;
}

a:hover{
	color:#285c87;
}

ul{
	margin-top:-5px;
}