/*
***********************************************************
Title:     Main
Author:    Emile Blume - Netcreators.com
***********************************************************
*/

/* Global reset ////////////////////////////////////////////////////////////////////////////////*/
*	    { 	
	margin: 0;
	padding: 0;

	/*font-weight: inherit;*/
	font-style: inherit;
	font-size: 11px;
		line-height: 14px;

	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

em { font-style: italic; }
strong { font-weight: bold; }
/*
table {	border-collapse: collapse; border-spacing: 0; }
*/
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q { quotes: "" "";}
caption, th, td { font-weight:normal; text-align:left; }
ol, ul { list-style:none;}

table {
/*
float: left;
display: inline;
*/
}

/* Layout 3 cols ///////////////////////////////////////////////////////////////*/
#frame {
	margin: auto;
	width: 920px;
	position: relative;
	text-align: left;
}

#main, #left, #center, #right, #footer {
	float: left;
	display: inline; /* workaround for IE6*/
}

#main {
	background: url(bg.png) repeat-y center;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	text-align: left;
}

#header{
	background: #FFF;
	height: 205px;
	width: 920px;
}

#description, #skip, #logo span, #slogan span{
	display: none;
}

#left, #center, #right {
overflow: hidden;
}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left {
	width: 138px;
	width: 165px;
	padding-right: 18px;
padding-top: 10px;
}

/*  Center ////////////////////////////////////////////////////////////////////////*/
#center{
	width: 500px;
	margin-right: 12px;
}

#content {
	border-left:1px solid #C2C2C2;
	border-right:1px solid #C2C2C2;
	border-top:0px solid #FFFFFF;
	float:left;
	display: inline;
	padding-left:14px;
	padding-right:8px;
	padding-right:14px;
		width: 470px;

}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right{
	width: 220px;
}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	background: #FFF;
	clear: both;
	margin: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 920px;
}

.vandevoorzittertxt { 
	background: #FFF;
	color: #000;
	font-size: 9px; 

	font-family: Verdana, Arial, Helvetica, sans-serif; 
		line-height: 11px;

	text-align: left;
}


.agendaopsommingrechts { 
	background: #FFF;
	color: #000;
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: left;
	margin-left:30px;
}
.titeltekst{

	color:  #990099;
	font-weight: bold;

	font-size: 12px; 

}

.titeltekstdatum{

	color:  #990099;
	font-weight: bold;

	font-size: 10px; 

}