body, html { 
	background: url(../images/bg.jpg) fixed top no-repeat;
	background-color: #ffd000;
	margin: 0; 
	padding: 0; 
}

* { 
	margin: 0; 
	padding: 0; 
}

h1 {font-family: Calibri; font-size: 48px; color: #282668; font-weight: normal}
h1 .rood {color: #ee2215; font-weight: bold;}
h2 {font-family: Calibri; font-size: 18px; color: #282668; font-weight: normal; margin: -30px 0 0 35px;}
h3 {background: url(../images/h3.jpg) left center no-repeat; margin: 0 0 0 -19px; padding: 0 0 0 19px; font-family: Calibri; font-size: 17px; color: #282668; font-weight: normal; text-transform: uppercase;}
h4 {font-family: Verdana, Arial; font-size: 11px; color: #ee2215; margin: 30px 0 0 0}

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

#top {
	float: left;
	width: 645px;
	height: 138px;
	background: url(../images/top.png) no-repeat;
	padding: 85px 25px 0 225px;
}

	#menu {
		float: left;
		width: 844px;
		height: 56px;
		background: url(../images/menu.jpg) no-repeat;
		text-transform:  uppercase;
		margin: -56px 0 0 28px;
	}
	
		#menu ul {
			float: left; 
			display: block;
			width: 100%;
			margin: 0;
			padding: 0;
		}
	
		#menu li { 
			float : left; 
			height: 24px;
			margin: 0;
			list-style: none;
			padding: 16px 8px;
		}

		#menu li a {
			background: url(../images/li.jpg) left no-repeat;
			text-align : center; 
			padding : 0px 5px 2px 20px;
			font-family:  Calibri;
			font-size: 17px;
			color: #ffffff;
			text-decoration: none;
		}

#content {
	float: left;
	width: 759px;
	height: auto;
	background: url(../images/content.png) repeat-y;
	padding: 20px 68px 0;
}
	
	#content p {font-family: Verdana, Arial; font-size: 11px; color: #121048; margin: 20px 0 0 0;}
	
	#content table {
		float: left;
		font-family: Verdana, Arial;
		font-size: 11px;
		color: #211f53;
		margin: 10px 0 0 0;
	}

	#content input {
		float: left;
		background: url(../images/form.jpg) no-repeat;
		width: 187px;
		height: 33px;
		border: none;
		margin: 5px 0;
		padding: 0 20px 0 20px;
	}

	#content textarea {
		float: left;
		background: url(../images/form2.jpg) no-repeat;
		width: 187px;
		height: 61px;
		border: none;
		margin: 10px 0 0 0;
		padding: 20px;
		clear: both;
	}

	#content em {
		float: left;
		margin: 10px 0 7px 0;
	}

	#content a {
		float: left;
		font-family: Verdana, Arial;
		font-size: 11px;
		color: #211f53;
		text-decoration: underline;
	}

	#content a:hover {
		text-decoration: none;
	}

	#content .top {
		float: left;
		margin: 20px 0 0 0;
	}

	#content .verificatie {
		float: left;
		margin: 0 0 0 10px;
		border: 1px solid #999999;
	}

	#content .sumbit {
		float: left;
		background: url(../images/sumbit.jpg) no-repeat;
		width: 227px;
		height: 33px;
		border: none;
		padding: 0 10px 0 105px;
		text-transform: uppercase;
		color: #ffffff;
	}

#footer {
	float: left;
	width: 895px;
	height: 8px;
	background: url(../images/footer.png) no-repeat;
	text-align: center;
	padding: 50px 0 0 0;
}

	#footer p {font-family: Verdana, Arial; font-size: 11px; color: #ffffff; font-weight: bold; text-transform: uppercase;}
	#footer a {color: #ee2215; text-decoration: none;}
	#footer a:hover {text-decoration: underline;}

#ads {
	float: left;
	width: 478px;
	height: 70px;
	background: url(../images/ads.jpg) no-repeat;
	margin: 32px 0 0 211px;
}

	#ads img {
		width: 466px;
		height: 58px;
		border: 1px solid #333333;
		margin: 5px;
}
