@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}
p {
	padding: 7px 0;
	line-height: 1.5em;
}
html, body {
	height: 100%; /* héél belangrijk */
	font-size:12px;
	font-family:arial, Geneva, sans-serif;
	color: #000;
	background-image:url(../images/mainbackground.jpg);
	background-repeat:repeat-x;
}

#container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	background-image:url(../images/back.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
#header{
	background-image:url(../images/header.jpg);
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:226px;
	border-left:1px solid #A6ADBE;
}
#flash {
	padding-left:337px;
}
#mainmenu {
	height:33px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#wrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#leftmenu {
	width:187px;
	padding-left:12px;
	padding-right:12px;
	color:#5A637A;
	float:left;	
}
#inhoud {
	float:left;
	padding-left:12px;
	padding-right:12px;
	width:513px;
	text-align:justify;
	color:#061542;
	font-size:12px;
}
#right {
	float:left;
	width:250px;
	
}
#footer {
	position: absolute;
	bottom: 0; /* heel belangrijk */
	background: #091F62;
	height: 27px;
	width:100%;
	left:0;
	clear:both;
}
.menudivider {
	width:182px;
	height:9px;
	background-image:url(../images/menudevider.jpg);
	margin-top:-10px;
}
ul{padding-left:20px; line-height:17px;}
#leftmenu a:link{color:#5A637A; text-decoration:none}
#leftmenu a:visited{color:#5A637A; text-decoration:none}
#inhoud a:link{color:#0066CC; text-decoration:underline}
#inhoud a:visited{color:#0066CC; text-decoration:underline}

