body, html { 
	background : url(../images/bg.jpg) repeat-x;
	background-color : #ffffff;
	font-family: Verdana, Arial;
	margin : 0; 
	padding : 0; 
}

* { 
	margin : 0; 
	padding : 0; 
}

#wrapper {
	position: relative;
	width: 1000px;
	height: 700px;
	margin: 0 auto;
}


#logo {
	float: left;
	background: url(../images/logo.png) no-repeat;
	width: 327px;
	height: 89px;
	margin: 45px 0 0 45px;
}

#header {
	float: left;
	background: url(../images/header.jpg) no-repeat;
	width: 1000px;
	height: 207px;
}

	#header p {
		float: left;
		font-family: Calibri;
		font-size: 14px;
		width: 480px;
		height: 80px;
		color: #320c55;
		margin: 45px 0 0 100px;
	}

#button {
	float: left;
	background: url(../images/button.jpg) no-repeat;
	width: 912px;
	height: 34px;
	text-align: center;
	font-family: Calibri;
	font-size: 26px;
	color: #ffffff;
	margin: -60px 0 0 45px;
	padding: 40px 0 40px 0;
}

#content {
	float: left;
	width: 835px;
	height: auto;
	padding: 20px 0 0 75px;
	color: #340f57;
	font-family:  Calibri;
	font-size: 18px;
}

#content p {width: 605px;}
#content td {font-size: 20px; line-height: 54px;}

#content input {
	float: left;
	background: url(../images/form.jpg) no-repeat;
	width: 313px;
	height: 27px;
	border: none;
	margin: 0 0 0 75px;
	padding: 10px 20px;
	font-size: 16px;
}

#content ul {
	float: left;
	background: url(../images/aanvragen.jpg) no-repeat;
	width: 352px;
	height: 23px;
	list-style: none;
	text-align: center;
	margin: 4px 0 0 225px;
	padding: 12px 0 15px 0;
	
}

#content ul a {
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
}

#content ul a:hover {
	text-decoration: underline;
}

#content .lijn {
	float: left;
	margin: 30px 0 0 -30px;
	border-top: 1px solid #340f57;
	width: 911px;
	clear: both;
}

#footer {
	float: left;
	width: 1000px;
	font-family: Calibri;
	font-size: 14px;
	color: #969696;
	text-align: center;
	margin: 20px 0 0 0;
}

#footer a {
	color: #340f57;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}