body{
	background-color: #F1F2F2;
	font-family: "Droid Serif", Georgia, Times, serif;
	font-size: 14px;
	line-height: 24px;
}
			
.wrapper{
	width: 1200px;
	margin: 0 auto 80px auto;
	overflow: auto;
}

.main{
	width: 880px;
	float: left;
	display:inline;
	background-color: #FFFFFF;
	color: #000000;
}

.affix{
	width: 320px;
	float: left;
	display:inline;
	color: #BABFBF;
}

.suffix{
	clear: left;
	display:inline;
	width: 1200px;
	overflow: auto;
	color: #BABFBF;
}

/* GLOBAL SUBDIVISSIONS */

.item{
	margin: 40px 0;
	overflow:hidden;
}

.cookie{
	top: 0px;
	width: 100%;
	height: 30px;
	position: fixed;
	background-color: rgb(230,66,20);
}

.overlay{
	position: absolute;
	margin: 0 0 0 290px;
	top: 0;
	bottom: 0;
	width: 30px;
	background-color: #FF0000;
}

/* SUBDIVISION OF .MAIN */

.top, .middle, .bottom{
	padding: 40px 50px;
}

	.top{
		height: 80px;
	}
	
	.middle{
		padding-bottom: 100px;
		overflow: auto;
	}
	
		/* SUBDIVISION OF .MIDDLE */
		
		.item.actueel{
			float: left;
			display:inline;
			width: 380px;
		}
		
		.item.agenda{
			float: right;
			display:inline;
			width: 380px;
		}
	
	.bottom{
		overflow: auto;
		color: #FFFFFF;
		background-color: rgb(230,66,20);
	}
	
		/* SUBDIVISION OF .BOTTOM */
		.item.links{
			width: 240px;
			float: left;
			display:inline;
			margin: 0 0 40px 0;
		}
		
		.item.contact{
			width: 240px;
			float: left;
			display:inline;
			margin: 0 0 40px 40px;
		}

		form label{
			line-height: 20px;
		}		

		form.search{
			width:200px;
			margin:10px 0 0 0;
			padding:0;
			height:30px;
			overflow:auto;
			background-color:#F6F6F6;
			overflow:hidden;
		}

			form.search.focus{
				background-color:#FFFFFF;
			}

		form.search input{
			width: 120px;
			padding: 2px;
			height: 20px;
			line-height: 20px;
			border:0;
			margin: 5px 5px;
			padding:0;
			background-color:transparent;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			outline:0;
			color:#999999;
		}

		div.middle form.search{
			width:780px;
			margin:20px 0 40px 0;
			height:30px;
			background-color:#F3F3F3;
		}
	
		div.middle form.search input{
			width:700px;
			background-color:#F3F3F3;
			margin:5px;
			color:#333333;
		}

		form.search input.submit,
		div.middle form.search input.submit{
			font-family:"Droid Serif", Georgia, Times, serif;
			background-color:transparent;
			color:#666666;
			width:50px;
			text-align:right;
			text-decoration:underline;
			line-height:20px;
			height:20px;
			padding:0;
		}

			form.submit input.submit:hover{
				color:#000000;
			}

		form.contact{
			float:right;
			display:inline;
			width:240px;
			margin:46px 0px 0 0px;
		}
		
		form.contact span{
			display:block;
			background-color:rgb(255,80,50);
			margin:0 0 5px 0;
		}
		
		form label{
			height:20px;
			line-height:20px;
		}

		form.contact input{
			display:inline;
			width:230px;
			padding:0;
			border:0;
			height:20px;
			line-height: 20px;
			margin:5px;
			outline:none;
			color:#FFFFFF;
			background-color:transparent;
		}

			form.contact input.submit{
				color:#FFFFFF;
				font-family:"Droid Serif", Georgia, Times, serif;
				background-color:transparent;
				text-decoration:underline;
				text-align:right;
			}
		
		form.contact textarea{
			background-color:transparent;
			width:230px;
			border:0;
			height:110px;
			margin:5px;
			padding:0;
			line-height:20px;
			outline:none;
			resize:none;
			color:#FFFFFF;
		}

		form.contact.focus span{
			background-color:rgb(255,90,60);
		}
		
		form.contact label{
		}
/* SUBDIVISION OF .SUFFIX */

.copyright, .login{
	float: left;
	display:inline;
	margin: 40px 50px;
	overflow: auto;
}

	.copyright{
		width: 780px;
	}
	
	.login{
		width: 220px;
	}
	

/* TYPOGRAPHY */
h1{
	font-family: "Droid Serif", Georgia, Times, serif;
	font-size: 28px;
	font-weight:bold;
	line-height: 32px;
	padding: 10px 0 0 70px;
	background-image: url(../graphics/logo.png);
	background-repeat: no-repeat;
	float: left;
	display:inline;
}

	h1 small{
		display: block;
		font-family: "Droid Serif", Georgia, Times, serif;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		color: #798080;
	}
	
	.main h1 a:link,
	.main h1 a:visited{
		color: #000000;
		text-decoration: none;
	}
	
	h1 a:hover small,
	h1 a:active small,
	h1 a:focus small{
		color: #000000;
	}

h3, h4, p{
	margin: 0 0 12px 0;
}

h2{
	font-family: "Droid Serif", Georgia, Times, serif;
	font-size: 35px;
	font-weight: bold;
	line-height: 36px;
	margin: 0 0 0 0;
}

h3{
	font-family: "Droid Serif", Georgia, Times, serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
}

h4{
	font-family: "Droid Serif", Georgia, Times, serif;
	font-size: 21px;
	font-weight: bold;
}

h5, h6{
	font-family: "Droid Serif", Georgia, Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 0;
}

.cookie p{
	width: 1100px;
	display: block;
	margin: 0 auto;
	line-height: 30px;
	font-size: 12px;
	color: #FFFFFF;
}

	.cookie p a:link,
	.cookie p a:visited{
		color: #FFFFFF;
	}
	
	.cookie p a.close{
		margin: 0 320px 0 0;
		float: right;
		display:inline;
	}
	
.contact p{
	padding-top:12px;
}	
	
.date{
	color: #798080;
}

em{
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
}

ul, ol{
	margin: 0 0 12px 0px;
	padding: 0 0 0 24px;
}

ul{
	list-style-type: circle;
}

dl{
	padding: 12px 0 0 0;
}

dl dt{
	font-family: "Droid Serif", Georgia, Times, serif;
	font-weight: bold;
}

	dl dt img{
		width: 380px;
		height: 190px;
		margin-top: 3px;
		margin-bottom: 0px;
	}

dl dd{
	margin: 0 0 48px 0;
	color: #798080;
}

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

	dl a:link span.more,
	dl a:visited span.more{
		text-decoration: underline;
	}

dl a:hover,
dl a:active,
dl a:focus{
	text-decoration: none;
}

	dl a:hover span.more,
	dl a:active span.more,
	dl a:focus span.more{
		color: #000000;
		text-decoration: underline;
	}
	
ul.menu{
	list-style: none;
	margin: 0 -10px 0 0;
	padding: 50px 0 0 0;
	float: right;
	display:inline;
}
	
	ul.menu li{
		float: left;
		display:inline;
	}
	
		ul.menu li a:link,
		ul.menu li a:visited{
			text-decoration: none;
			color: #3B4040;
			background-color: #F6F6F6;
			display: block;
			height: 30px;
			line-height: 30px;
			padding: 0 10px;
			margin: 0 0 0 10px;
		}
		
		ul.menu li a:hover,
		ul.menu li a:active,
		ul.menu li a:focus{
			color: #000000;
		}
	
	ul.menu.nieuws li.nieuws a:link,
	ul.menu.nieuws li.nieuws a:visited,
	ul.menu.agenda li.agenda a:link,
	ul.menu.agenda li.agenda a:visited,
	ul.menu.nherberg li.nherberg a:link,
	ul.menu.nherberg li.nherberg a:visited{
		background-color: rgb(230,66,20);
		color: #FFFFFF;
	}
	
ul.list, ul.link{
	list-style: none;
	padding: 12px 0 0 0;
	margin: 0;
	width: 100%;
}

ul.list li, ul.link li{
	overflow: hidden;
	width: 200%;
	height: 24px;
}

.main a:link,
.main a:visited{
	color: #3B4040;
}

.main a:hover,
.main a:active,
.main a:focus{
	color: #000000;
}

.affix a:link, .suffix a:link,
.affix a:visited, .suffix a:visited{
	color: #BABFBF;
}

.affix a:hover, .suffix a:hover,
.affix a:active, .suffix a:active,
.affix a:focus, .suffix a:focus{
	color: #798080;
}

.link a:link,
.link a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

img{
	width: 100%;
	margin: 12px 0;
}

.grey{
	color: #798080;
}
