html,body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	
	font-family: Georgia, serif;
	font-size: 10px;
	color: #000000;
}

html { overflow-y: scroll;}

a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
	color: #CC0000;
}

a:hover
{
	text-decoration: underline;
}

form
{
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

	input
	{
		font-family: Georgia, serif;
		font-size: 10px;
		color: #000000;
	}

	input[type="text"]
	{
		border: 1px solid #CC0000;
		width: 200px;
	}

	input[type="button"]
	{
		border: 1px solid #CC0000;
		width: 100px;
		cursor: pointer;
		
		background-color: #FFFFFF;
	}

table.frm tr
{
	height: 22px;
}

table.frm td.left
{
	text-align: right;
	padding: 1px 10px 1px 0px;
}

div#page
{
	position: absolute;
	left: 50%;
	margin-left: -512px;
	
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 1024px;
	
	z-index: 1;
}

div#header
{
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	
	width: 1024px;
	height: 243px;
	
	position: relative;
	z-index: 1;
}

div#content
{
	margin: 0px 0px 75px 135px;
	width: 510px;
	padding-left: 5px;
	z-index: 1;
}

	div.contentdivider
	{
		height: 1px;
		width: 515px;
		margin: 20px 0px 9px -5px;
		border-bottom: 1px dashed #CC0000;
	}
	
	div#contentloader
	{
		height: 300px;
		width: 515px;
		margin: 19px 0px 20px -5px;
		
		background-image: url('../images/ajax-loader.gif');
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	div#all-posts, div#main-post
	{
		margin: 0px;
		width: 515px;
	}
	
	div.standpunt
	{
		display: none;
		margin: 0px;
		padding: 0px;
		width: 515px;
	}
	
	div.standpunt.first
	{
		display: inline;
	}

div#buttons
{
	margin: 0px 0px 42px 135px;
	height: 50px;
	width: 600px;
	z-index: 1;
}

	div#hoverdot
	{
		width: 13px;
		height: 13px;
		background-repeat: no-repeat;
		background-image: url('../images/btnDot.jpg');
		
		position: absolute;
		top: 50px;
		left: 95px;
		z-index: 5;
	}
	
	div#linkdown
	{
		text-align: right;
		z-index: 3;
		width: 95px;
		padding-top: 50px;
	}

	div.button
	{
		width: 99px;
		height: 50px;
		background-repeat: no-repeat;
		margin-right: 18px;
		float: left;
		cursor: pointer;
		position: relative;
	}

		div.button.home { background-image: url('../images/btnHome.jpg'); }
		div.button.home.on { background-image: url('../images/btnHomeOn.jpg'); }
		
		div.button.missieenvisie	{ background-image: url('../images/btnWie.jpg'); }
		div.button.missieenvisie.on	{ background-image: url('../images/btnWieOn.jpg'); }
		
		div.button.standpunten { background-image: url('../images/btnStandpunten.jpg'); }
		div.button.standpunten.on { background-image: url('../images/btnStandpuntenOn.jpg'); }
		
		div.button.kalender { background-image: url('../images/btnKalender.jpg'); }
		div.button.kalender.on { background-image: url('../images/btnKalenderOn.jpg'); }
		
		div.button.lidworden { background-image: url('../images/btnLid.jpg'); }
		div.button.lidworden.on { background-image: url('../images/btnLidOn.jpg'); }

div#sidebar
{
	width: 190px;
	padding: 0px 35px;
	float: right;
	position: relative;
	
	border-left: 1px dashed #CC0000;
	height: auto !important;
	height: 550px;
	min-height: 550px;
	
	z-index: 2;
}
	div#latest-blog
	{
		display: inline;
		position: relative;
		margin: 0px;
		padding: 0px;
		width: 190px;
	}

	div#kalenderbox
	{
		width: 190px;
	}
	
	div#datepop
	{
		z-index: 10;
		width: 190px;
		height: 280px;
		padding: 10px;
		
		border: 1px solid #FFFFFF;
		background-color: #CC0000;
		color: #FFFFFF;
		
		position: absolute;
		top: 0px;
		left: -210px;
	}

	div.sidebardivider
	{
		height: 1px;
		width: 190px;
		margin: 9px 0px 10px 0px;
		border-bottom: 1px dashed #CC0000;
		clear: both;
	}
	
		div.sidebardivider.white
		{
			border-bottom: 1px dashed #FFFFFF;
		}
		
		div.sidebardivider.white.small
		{
			width: 150px;
		}
	
	div.socialbutton
	{
		width: 40px;
		height: 40px;
		background-repeat: no-repeat;
		float: left;
		cursor: pointer;
		margin: 10px 0px 10px 5px;
	}
	
		div.socialbutton.left
		{
			margin: 10px 0px;
		}
	
		div.socialbutton.facebook { background-image: url('../images/btnFacebook.png'); }
		div.socialbutton.twitter { background-image: url('../images/btnTwitter.png'); }		
		div.socialbutton.youtube { background-image: url('../images/btnYoutube.png'); }
		
		div.socialbutton.spa { background-image: url('../images/btnSPA.jpg'); }
		div.socialbutton.stuant { background-image: url('../images/btnStuant.jpg'); }
		div.socialbutton.abvv { background-image: url('../images/btnABBV.jpg'); }
		div.socialbutton.abvvj { background-image: url('../images/btnABBVJ.jpg'); }

p.bigh
{
	margin: 0px 0px 20px -5px;
	padding: 2px 0px;
	
	width: 515px;
	border-bottom: 1px dashed #CC0000;
	border-top: 1px dashed #CC0000;
}

span.caps, p.caps
{
	text-transform: uppercase;
}

span.h
{
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

span.red, p.red
{
	color: #CC0000;
}

span.white, p.white
{
	color: #FFFFFF;
}

span.right
{
	padding-left: 2px;
}

div#footer
{
	position: absolute;
	bottom: 0px;
	left: 135px;

	padding: 5px 0px 15px 0px;
	width: 515px;
	border-top: 1px dashed #CC0000;
	
	font-size: 8px;
}

div.bestuur
{
	background-repeat: no-repeat;
	
	padding-left: 130px;
	margin-bottom: 25px;
}
	div.bestuur.yannick { background-image: url('../images/staffypr.jpg'); }
	div.bestuur.paul { background-image: url('../images/staffppl.jpg'); }
	div.bestuur.wim { background-image: url('../images/staffwbr.jpg'); }
	div.bestuur.jens { background-image: url('../images/staffjcl.jpg'); }