@charset "utf-8";
/* CSS PUUR persproducties */

body {
	margin:20px 0 0 0px;
	padding:0px;
	font:11px/1.8em "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
}

h1 {
	margin:0;
	padding:0;
	line-height:18px;
	font-size:14px;
}

h3 {
	margin:0;
	padding:0;
	line-height:18px;
	font-size:14px;
}

a:link {
	color:#0066ff;
	outline:0;
}
a:visited {
	color:#0066ff;
	outline:0;
}
a:hover {
	color:#0066ff;
	outline:0;
}
a:active {
	color:#0066ff;
	outline:0;
}

#main_container {
	width:980px;
	margin:0 auto;
}

#header {
	width:100%;
	height:125px;
}

#menu {
	width:100%;
	height:30px;
}

#menu ul {
	margin:0px;
	padding:0px;
	display:inline;
}

#menu li {
	display:inline;
	width:165px;
	float:left;
	line-height:30px;
	text-indent:5px;
	border-left:#d3d3d3 3px solid;
}

#menu li.active {
	border-left:#99cc00 3px solid;
}

#menu li:hover {
	border-left:#99cc00 3px solid;
}

#menu li a {
	display:block;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

#menu li a.active {
	color:#99cc00;
}

#menu li a:hover {
	color:#99cc00;
}

#wrapper {
	width:100%;
}

#column_left {
	float:left;
	position:relative;
	width:225px;
	background:url(../images/appel.jpg) bottom no-repeat;
	height:445px;
}

#column_middle {
	float:left;
	position:relative;
	width:455px;
}

#column_middle_wide {
	float:left;
	position:relative;
	width:495px;
}

#column_right {
	width:300px;
	float:left;
	position:relative;
}

a.black {
	text-decoration:none;
	color:#000000;
}