/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	background-color:#ffffff;
	background-image:url(images/pageBack.gif);
	font : normal normal 11px Arial, Verdana, "Times New Roman", sans-serif;
	text-align:center;
}
html, body {
	height: 100%; /* héél belangrijk */
}
a img{
	border:0;
}
ul, li{
	list-style-type:none;
}
a, a:visited{
	text-decoration:none;
	color: #000000;
}

#left a{
	text-decoration:none;
	color: #FFFFFF;
}

a:hover{
	text-decoration:underline;
	color: #000000;
}
.clear{
	clear:both;
}
#container{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:744px;
	padding:0px 12px 0px 12px;
	border-style:solid;
	border-color:#eeeeee;
	border-width:0px 6px 0px 6px;
	background-color:#fff;
	position: relative;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	background-image:url(images/leftBack.gif);
	background-repeat:repeat-y;

}
#headerWhite{
	background-color:#fff;
	padding-top:12px;
}
#topHeader{
	background-image:url(images/topBack.gif);
	height:40px;
	width:744px;
	margin-bottom:15px;
}
#headerImage{
	float:left;
}
#topNav{
	float:right;
	width:320px;
	text-align:right;
}
#topNav, #topNav li{
	display: inline;
}
#topNav li a{
	display: inline;
	float:left;
	padding-left:10px;
	padding-right:10px;
	color:#fff;
	text-decoration:none;
	background-image:url(images/topNavLijn.gif);
	height:40px;
	background-repeat:no-repeat;
	background-position:right;
	line-height:40px;
	vertical-align:middle;
}
#topNav li#last a{
	background-image:none;
}
#topRight{
	background-image:url(images/topRight.gif);
	width:4px;
	height:40px;
	float:right;
}
#horNav{
	width:650px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:15px;
}
#horNav li{
	display: inline;
}
#horNav li a{
	display: inline;
	float:left;
	padding-left:13px;
	padding-right:13px;
	color:#666;
	font-size:18px;
	text-decoration:none;
}
#horNav li a:hover{
	text-decoration:none;
	color:#000;
}
#header{
	width:728px;
	background-image:url(images/brievenbus.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:99px;
	border:1px solid #eeeeee;
	margin-top:15px;
	color:#999999;
	font-weight:bold;
	font-size:16px;
	padding-top:25px;
	padding-left:14px;

}
#main{
	border-top:15px solid #fff;
}
#header a, #header a:visited{
	color:#ff6600;
}
#left{
	float:left;
	width:200px;
	background-image:url(images/leftTop.gif);
	background-repeat:no-repeat;
	background-position:top;
}
h3{
	background-image:url(images/leftHeading.gif);
	background-repeat:repeat;
	color:#fff;
	font-family:"Myriad Pro",Arial, Helvetica, sans-serif;
	margin-top:13px;
	display:block;
	width:190px;
	padding-left:10px;
	font-size:18px;
	font-weight:normal;
	height:22px;
	line-height:22px;
	vertical-align:middle;
}
#left p{
	color:#fff;
	font-size:0.95em;
	font-family:Arial, Helvetica, sans-serif;
	padding:8px;
	border-bottom:1px dotted #fff;
}
h1{
	font-weight:bold;
	color:#000;
	font-size:24px;
}
#center{
	float:right;
	width:524px;
}
#center p{
	font-size:11px;
	color:#666666;
}
#footer{
	clear:both;
	margin-left:219px;
	width:518px;
	background-color:#eeeeee;
	height:38px;
	line-height:38px;
	vertical-align:middle;
	font-weight:bold;
	color:#666;
}

