body { /* voor in de editor */
	/* TODO: invullen */
	font-size: 12px;
	line-height: 17px;
	font-family: Arial;
}

.body { /* overschijft de @css body hierboven, deze .body wordt gebruikt voor de echte body in de pagina*/
	background-color: white;
	color: #265AA5;
	font-family: Arial;
	overflow: hidden;
}

#boxTopLeft {
	position: absolute;
	left:0px;
	top:0px;
	width: 275px;
	height: 115px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 80px 25px;
	overflow: hidden;
}

#boxMiddleLeft {
	position: absolute;
	left:0px;
	top:125px;
	width: 350px;
	height: auto;
	overflow: hidden;
}

	.menuitem
	{
		float: left;
		clear: none;
		display: block;
		left: 0px;
		width: 220px;
		height: 22px;
		margin-top: 5px;
		padding-top: 3px;
		padding-left: 10px;
		background-image: url(../images/menu.jpg);
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	
	.knopHoofdmenu
	{
		color: #2A4213;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	.knopHoofdmenu:hover
	{
		color: White;
	}
	
		.submenuitem
		{
			float: left;
			clear: none;
			display: block;
			left: 0px;
			width: 220px;
			height: 18px;
			margin-top: 5px;
			padding-left: 10px;
		}
		
		.knopSubmenu
		{
			color: #37530B;
			text-decoration: none;
		}
		
		.knopSubmenuSelected
		{
			font-weight: bold;
		}
		
		.knopSubmenu:hover
		{
			color: #98BD5D;
		}

#boxBottomLeft {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 900px;
	height: 203px;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
}

#boxTopCenter {
	position: absolute;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 22px;
	left: 310px;
	bottom: 100px;
	right: 100px;
	top: 20px;
	border: solid 1px #979696;
	overflow-y: auto;
}

/* Content heading, etc. */
.contentpagetitle, .contentheading, .componentheading
{
	color: #91C850;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.contentpagetitle { position: relative; display:block; padding-top: 15px;}
.contentpagetitle:hover { text-decoration: underline; }
.readon { color: #265AA5; } 


/*  mosForms! */
.mosformgrouptitle
{
	font-weight: bold;
}

.mosFormGroupElement
{
	position: relative;
	width: 500px;
}

.mosFormLabel
{
	float: left;
	clear: none;
	width: 200px;
}

.mosFormElement
{
	float: left;
	clear: none;
	width: 290px;
}

.button
{
	border: solid 1px #265AA5;
	color: #265AA5;
	cursor: pointer;
}

