html
{
	height: 100%;
}

body
{
	margin: 0;
	font-family: verdana, arial;
	font-size: 12px;
	color: #555;
	background-image: url(images/bodybackground_wb.png);
	background-position: center;
}

.loginlink
{
	float: left;
}

h1 {
	font-size: 18px;
}

.mp_h1
{
	font-size: 18px;
	font-weight: bold;
}

.mp_h1
{
	font-size: 18px;
	font-weight: bold;
}

.mp_introtekst
{
	font-size: 13px;
	font-weight: bold;
}

.mp_bodytekst
{
	font-size: 13px;
}

a:link,
a:visited
{
	font-size: 11px;
	line-height: 17px;
	letter-spacing: 2px;
	text-decoration: none;
	color: #555;
	font-weight: bold;
}

a:hover
{
	color: #ABA038;
}

a:active
{
	color: #555;
}

/***********			menu items-begin			************/



/* Site */
.menulistcontainer
{
	width: 100px;
	height: 100px;
	margin: 0 0 0 0;
	display: inline;

}

.menulistcontainer ul
{
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}

.menulistcontainer a,
.menulistcontainer a:visited
{
	font-size: 11px;
	line-height: 17px;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
/*	white-space: nowrap;*/
}

.menulistcontainer a:hover
{
	color: #aba038;
}

.menulistcontainer a:active
{
	color: #fff;
}

/***********			menu items-einde			************/



#maincontainer
{
	width: 850px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#contentcontainer
{
	width: 45%;
	margin: 0;
	padding: 0;
	left: 0px;
	top: 0px;
	float: left;
}

#content
{
	padding: 150px 0 0 0;
}

#contentfooter
{
	margin: 50px 0 50px 0;
	clear: left;
}


#menucontainer
{
	width: 40%;
	margin: 0;
	left: 0px;
	top: 0px;
	float: left;
	background-image: url(images/1pixelachtergrond.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#logo
{
	height: 134px;
	margin: 0;
	padding: 0 0 0 114px;
	left: 0px;
	top: 0px;
	background-image: url(images/bovenkant.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#menu
{
	width: 100%;
	min-height: 60%;
	margin: 0;
	left: 0px;
	top: 0px;
	float: left;
}

.menu-item
{
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0 0 0 0;
	left: 0px;
	top: 0px;
}

.menu-image
{
	width: 125px;
	height: 100px;
	margin: 0;
	padding: 0;
	left: 0px;
	top: 0px;
	float:left;
	display:inline;
}

div.menu-tekst
{
	width: 100px;
	height: 100px;
	margin: 0 0 0 0;
	display: inline;
}

#menufooter
{
	width: 100%;
	height: 310px;
	margin: 0;
	padding: 0 0 0 121px;
	left: 0px;
	top: 0px;
	background-image: url(images/achtergrondonder.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#menufooterrest
{
	width: 125px;
	height: 900px;
	margin: 0;
	padding: 0;
	left: 0px;
	top: 0px;
	background-image: url(images/achtergrondrest.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

