body { margin: 0px; padding: 0px; }

#container {
	width: 1000px;
	height: 770px;
	margin: auto;
	border: 1px solid #000000;
	}

a { -moz-outline-style:none }
	
#header {
	width: 1000px;
	height: 172px;
	background: url(../images/headerrechts.jpg) no-repeat;
	background-position: right;
	position: relative;
	top: 0px;
	}
	
.logo {
	height: 80px;
	width: 263px;
	background: url(../images/logo.gif);
	margin: 0px;
	padding: 0px;
	}
	
#links {
	height: 598px;
	width: 241px;
	background: url(../images/links.jpg);
	float: left;
	}
	
#midden {
	height: 598px;
	width: 514px;
	float: left;
	}
	
.content {
	height: 375px;
	width: 514px;
	background: url(../images/content.jpg) no-repeat;
	background-position: bottom;
	margin: 0px;
	}
	
h1 {
	font: bold 14px arial;
	color: #641A45;
	padding-left: 27px;
	padding-right: 27px;
	margin: 0px;
	padding-top: 37px;
	}
	
p {
	font: normal 11px arial;
	color: #A40043;
	line-height: 15px;
	padding-left: 27px;
	padding-right: 27px;
	margin: 0px;
	margin-top: 12px;
	}
	
a {
	font: bold 12px arial;
	color: #641A45;
	text-decoration: none;
	padding: 6px;
	margin: 2px;
	border-color: #641A45;
	}
	
a:hover, a.over {
	font: bold 12px arial;
	color: #A40043;
	border-color: #A40043;
	}

a.particulier {
	border-right: 1px solid;
	}
	
a.zakelijk {
	border-left: 1px solid;
	}
	
h2 {
	font: bold 11px arial;
	color: #641A45;
	margin-top: 25px;
	}
	
.onder {
	width: 514px;
	height: 223px;
	background: url(../images/onder.jpg);
	}
	
#rechts {
	height: 598px;
	width: 245px;
	background: url(../images/rechts.jpg);
	float: left;
	}

