@charset "utf-8";

/* CSS Document copyright 2008 by Erik Hollander @ www.prolevel.nl */

/**********************< LAYOUT BOXES >*********************/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: 18px Verdana, sans-serif;
	color: #000000;
	text-align: center;
	}

#top {
	width: auto;
	background-color: #000000;
	text-align:center;
	}

#borderwrap {
	width: 920px;
	background: url(../images/bg.gif) repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	}

#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	text-align:left;
	border-bottom: 10px solid #4D4A55;
	background: url(../images/background_gradient.jpg) no-repeat bottom;
	}
	
#header {
	width: 900px;
	margin: 0px;
	}

#navigatie {
	padding:0px;
	margin:0px;
	margin
	border-top:3px solid #5A545E;
	border-bottom:2px solid #000;
	background: #4C4A55 url(../images/navbar.gif) repeat-x bottom left;
}

#leftcol{
	width: 295px;
	float:left;
  	}
	
#middlecol{
	width: 295px;
	position: relative;
	margin-left: 298px;
	border-right: 1px dashed #4F151C;
	border-left: 1px dashed #4F151C;
	margin-right: 0px;
  	}

#rightcol{
	width: 295px;
	float:right;
	padding-right: 5px;
  	}

#maincol {
	width: 900px;
	margin: 0px;
	position: relative;
	}
	
#bottomcol {
	width: 900px;
	margin: 20px 0px 0px;
	position: relative;
	clear: both;
	border-top: 1px dashed #4F151C;
	padding-top: 10px;
	}
	
#actie {
	width: 800px;
	position: relative;
	clear: both;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 10px;
	margin-left: 40px;
	text-align: center;
	}

#vragenlijst {
	font-size: 0.9em;
	margin-left: 40px;
	}
	
#partners {
	width: 900px;
	margin: 0px;
	position: relative;
	}

#footer {
	width: 900px;
	height: 40px;
	position: relative;
	clear: both;
	}
	
#partnerbox {
	width: 750px;
	text-align: center;
	margin-top: 40px;
	margin-left: 75px;
	border: 5px solid #4F151C;
	background: url(../images/background_gradient.jpg) no-repeat bottom;
	height: 220px;
	margin-bottom: 20px;
	}

