  /* GENERAL */


	body, html
	{
		height: 100%;
	}
	body
	{	
		background: #999 url('img/bg.png') top repeat-x;
		background-attachment: fixed;
		margin: 0px;
	}
	body, table
	{
		font-family: georgia, serif;
		font-size: 12px;	
	}
	table
	{
		text-align: left;
	}
	a img
	{
		border: 0px;
	}
	a
	{
		text-decoration: none;
		color: #FF5C1F;
	}
	a:hover
	{
		color: #FF5C1F;
		text-decoration: underline;	
	}
	a.bluelink
	{
		color: #336FC1;
		text-decoration: none;	
	}
	a.bluelink:hover
	{
		color: #336FC1;
		text-decoration: underline;		
	}
	a.whitelink
	{
		color: #FFFFFF;
		text-decoration: underline;	
	}
	a.whitelink:hover
	{
		color: #FFFFFF;
		text-decoration: none;		
	}	
	.outline
	{	
		background-color: #FFFFFF;
		width: 952px;
		margin: auto;
		position: relative;	
		min-height: 100%;
	}		
	.column
	{
		float: left;
		margin: 6px 0px 0px 10px;
	}
	.header
	{
		width: 952px;
		height: 175px;
	}
	.header .rechts
	{
		position: absolute;
		right: 0px;
		padding-right: 10px;
		padding-top: 10px;
		color: #FFFFFF;
	}
	.header .rechts a:hover
	{
		color: #FF5C1F;
		text-decoration: none;	
	}	
	.header .rechts a
	{
		text-decoration: none;
		color: #FFFFFF;
	}	
	.menu
	{
		background-image: url('img/menu.jpg');
		height: 28px; 
		line-height: 28px;
		color: #505050;
		text-align: center;
	}
	.menu .item
	{
		margin-left: 20px;
		margin-right: 20px;
		font-weight: bold;
		display: inline;
	}
	.menu a:hover
	{
		color: #FF5C1F;
		text-decoration: none;	
	}	
	.menu a
	{
		text-decoration: none;
		color: #505050;
	}
	
	h1
	{
		font-size: 20px;
		color: #336FC1;
	}
	h2
	{
		font-size: 14px;
		color: #336FC1;
		padding-bottom: 0px;
		margin-bottom: 0px;
		padding-right: 10px;
	}	
	.avatar
	{
		padding-right: 10px;
		float: left;
	}
	.footer
	{
		
		background-color: #EBEBEB;
		text-align: right;
		clear: left;
		width: 100%;
		background-image: url('img/menu.jpg');
		height: 28px;
		line-height: 35px;
		color: #505050;
		font-size: 10px;
	}	

	.nieuws_bericht
	{
		margin: 10px;
		margin-bottom: 40px;
		min-height: 100px;
		width: 440px;
		color: #585858;
		line-height: 22px;

	}
	.datum
	{
		font-size: 10px;
	}
	.block
	{
		width: 430px;
		color: #FFFFFF;
		text-align: left;
		padding: 5px;
		margin-bottom: 10px;
	}
	.bluerow1
	{
		background-color: #387FC9;
		padding: 2px;
	}
	.bluerow2
	{
		background-color: #3A86CD;
		padding: 2px;
	}
	.bluerow1 a
	{
		text-decoration: none;
		color: #FFFFFF;
	}
	.bluerow1 a:hover
	{
		color: #FF5C1F;
		text-decoration: none;	
	}	
	.bluerow2 a
	{
		text-decoration: none;
		color: #FFFFFF;
	}
	.bluerow2 a:hover
	{
		color: #FF5C1F;
		text-decoration: none;	
	}	
	.infobox
	{
		margin: 10px 10px;
		background-color: #e8fff4;
		text-align: center;
		padding: 20px;	
		background-image: url('img/infobox.png');
		background-position: 0px 0px;
		background-repeat: no-repeat;
		position: relative;
		
	}	
	.errorbox
	{
		margin: 10px 10px;
		background-color: #FFDADA;
		text-align: center;
		padding: 20px;	
		background-image: url('img/errorbox.png');
		background-position: 0px 0px;
		background-repeat: no-repeat;
		position: relative;
	}	
	.beheer_locatie
	{
		padding: 4px;
		margin: 6px 10px 0px 10px;
		background-color: #EBEBEB;
	}
		.textbox
	{
		border: #FFFFFF solid 0px;
		background: url("img/textbox_background.png") 0 0 no-repeat;
		width: 210px;
		height: 23px;
		padding-left: 15px;
		padding-right: 35px;
		padding-top: 3px;
	}
	.textbox_lite
	{
		width: 200px;
		font-family: Georgia;
		font-size: 10px;
	}
	.submitbox
	{
		border: #FFFFFF solid 0px;
		background: url("img/textbox_background.png") 0 0 no-repeat;
		width: 256px;
		height: 23px;
		padding-left: 15px;
		padding-right: 35px;
		padding-top: 3px;
		font-weight: bold;
		cursor: pointer;
	}	
	textarea
	{
		border: #E4E6E3 solid 1px;
		font-family: Georgia;
		font-size: 12px;
		color: #4D4D4D;
		line-height: 22px;
	}
		.cell200
	{
		width: 200px;
		margin-bottom: 6px;
		float: left;
		text-align: left;
	}
	.cell300
	{
		width: 300px;
		float: left;
		text-align: left;
	}
	.content
	{
		padding: 20px;
		color: #585858;
		line-height: 25px;
	}
	.thumbcontainer
	{
		height: 80px;
		float: left;
		text-align: center;
		margin: 10px;
	}
	.foto
	{
		border: 1px #b8b8b8 solid;
		padding: 5px;
	}
		.heading
	{
		font-weight: bold;
		padding-left: 3px;
		border-bottom: 1px #646464 solid;
	}
	.thumb
	{
		border: 1px #b8b8b8 solid;
		padding: 5px;
	}
	.sel
	{
		background-color: #3A86CD;
	}
