html, body 
{
	height:	100%;
	width: 100%;
	background-color:#2B2B2B;
	margin:	0;
	padding: 0;
	font-family:Arial;
	font-size:12px;
	color:#FFF;
}

img
{
	border: 0;
}

a
{
	outline: none;
	color:#e6a30a;
}

a:hover
{
	text-decoration:none;
}

#container
{
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
}

#top
{
	width: 100%;
	height: 71px;
	background-image: url(../images/top_bg.jpg);
}

	#innertop
	{
		height:62px;
		width:958px;
		margin: 0 auto;
		background-image: url(../images/logo.jpg);
		background-repeat: no-repeat;
	}
		
		#menu
		{
			width: 752px;
			height: 62px;
			float: right;
		}
		
		#menu ul
		{
			list-style-type: none;
			margin:0;
			padding: 0;
		}
		
		#menu li
		{
			display: inline;
		}

#bottom
{
	width: 100%;
	height: 164px;
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-color: #0d0d0d;
}

	#innerbottom
	{
		width:958px;
		margin:0 auto;
		padding-top: 3px;
	}
		
		.bottomlijn
		{
			height: 161px;
			width: 1px;
			background-image: url(../images/bottomlijn.jpg);
			float:left;
		}
		
		#bottomagenda
		{
			float:left;
			padding-top:14px;
			padding-right:20px;
			width:360px;
		}
		
		#bottomagenda p
		{
			margin:0;
			padding:0;
			margin-top:1em;
			margin-bottom: 1em;
		}
		
		#bottomhyves
		{
			float:left;
			padding-top:14px;
			padding-right:20px;
			padding-left:20px;
			width:275px;
		}
		
		#bottomlaatstefoto
		{
			float:left;
			padding-top:14px;
			padding-left:20px;
			width:231px;
		}

#footernaw
{
	width: 100%;
	height: 26px;
	background-color: #2b2b2b;
}

	#innerfooternaw
	{
		width:958px;
		margin:0 auto;
		font-family: Arial;
		font-size:12px;
		color:#FFF;
		padding-top:4px;
		text-align:right;
	}

#footercontainer
{
	width: 100%;
	height: 190px;
}

#middle
{
	padding-bottom: 10px;
	width:100&;
	margin: 0 auto;
	background-image:url(../images/bg.jpg);
	background-position: center center;
}

	#middletop
	{
		height:143px;
		width:958px;
		margin: 0 auto;
		background-image: url(../images/middletop.gif);
		font-family: Arial;
		font-size:12px;
		color:#FFF;
		padding-top:2px;
	}
	
	#middlecontent
	{
		width:958px;
		margin: 0 auto;
	}
	
	#left
	{
		float:left;
		width:650px;
	}
	
	#right
	{
		float:right;
		width:220px;
		margin-top:50px;
		text-align:left;
	}
	
#laatstefoto img
{
	width: 110px;
	height:80px;
	border: 1px solid #FFFFFF;
	margin-right:8px;
	margin-bottom: 5px;
}

.pollTable
{
	text-align:left;
}

span.nieuws_titel
{
	font-size:14px;
	font-weight:Bold;
}

span.nieuws_datum
{
	font-size:11px;
	color:#CCCCCC;
}

font.agendaOnderwerp
{
	font-size:14px;
	font-weight:Bold;
}

font.agendaDatumTijd
{
	font-size:11px;
	color:#CCCCCC;
}
