body {
	background: White;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;

}

a {
	color: Black;
}

hr {
	color: Aqua;
	background-color: Aqua;
	height: 1px;
}

h1 {
	font-style: bold;
	font-size: 16px;
	text-align: left;
}

h2 {
	font-style: italic;
	font-size: 14px;
	text-align: left;
}

header {
	background-image: url(images/header3.jpg);
	background: no-repeat center;
	width: auto;
	margin-left: 0px auto;
}

#container {
	background: transparent;
	margin: 0px auto;
	width: 850px;
}

#leftbar {
	border: 1px #3fffe8;
	padding: 2px;
	float: left;
	width: 125px;
	margin-left: 0px;
	height: auto;
	text-align: left;	
}



#content {
background-image: url(images/wapen.jpg);
background-repeat: no-repeat;
background-position: top;
	border: 1px Aqua;
	padding: 2px;
	float: left;
	width: 545px;
	height: auto;
	margin-top: 10px;
	text-align: left;
}

#rightbar {
	border: 1px;
	border-color: Aqua;
	padding: 2px;
	float: left;
	width: 165px;
	margin-left: 2px;
	margin-right: auto;
	height: auto;
	font-size: 14px;
	text-align: center;
}

#paybox {
	border: 4px solid #CC0066;
	font-family: Arial;
	color: #000000;
	background-image: url(images/58.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 400px;
	height: 140px;
	padding-left: 110px;
	padding-top: 20px;
}

#footer {
	background-color: White;
	text-align: center;
	color: Black;
	height: 20px;
	border: 1px solid #2EA092;
	clear: both;
}
