html, body {	margin: 0px;	padding: 0px;	font-family: arial, verdana, sans-serif;	font-size: 12px;	text-align: center;	color: #000;	}body {	background: #7391C5;	}img {	border: none;	}a {	color: #003384;	text-decoration: none;	}li {	margin: 0.3em 0;	}		#wrapper {	margin: 0 auto;	padding: 0;	width: 1000px;	background: #7391C5 url('../images/layout/bodybg.gif') top center;	}.center {	text-align: center;	}	/**** Header ****/#header {	padding: 130px 0 17px 0;	background: #7391C5 url('../images/layout/navbg.jpg') no-repeat top center;	}#header p {	text-align: left;	font-size: 14px;	padding-top: 4px;	}p#location {	float: left;	margin: 0 0 0 74px;	}	p#contact {	margin: 0 0 0 735px;	}p#styleswitch {	float: right;	margin: 0 75px 0 0;	}	a#small	{	font-size: 10px;	}a#large	{	font-size: 16px;	}#header img {	border: 2px solid #fff;	margin: 0 1px;	}		#header img:hover {	border: 2px solid red;	}/* Three column layout */#container {	text-align: left;	background: transparent;	padding: 0 300px 0 210px;	overflow: visible;	min-height: 400px;	}#leftcol {	float: left;	margin: 0 0 0 50px;	position: relative;	display: inline;	}#rightcol {	float: right;	position: relative;	display: inline;	width: 235px;	margin-right: 40px;	text-align: left;	}	/* left menu */#leftcol ul {	list-style: none;	text-align: left;	padding: 0;	margin: 15px 0 0 0;	}	#leftcol li {		margin: 0 0 20px 25px;	}	#leftcol a {	font-size: 14px;	}	/* right column */#rightcol p {	font-size: 14px;	margin-left: 10px;	}		/* search form */#search {	margin: 40px 42px 0 0;	float: right;	}		.search-button {	margin: 8px 0 0 -70px;	float: left;	}		.search_field { 	float: left;	border: 0;	padding: 7px 0 0 10px;	margin: 0;	width: 128px;	height: 27px;	color: #142F56;	font-size: 14px;	}	/* Algemene declaraties */	h1 {	font-size: 14px;	margin-top: 15px;	color: #003384;	font-style: bold;	}	h2 {	font-size: 12px;	color: #003384;	font-style: bold;	}	#footer {	height: 70px;	background: #E7E7E9 url('../images/layout/footer.gif') no-repeat top center;	clear: both;	}p.indent {	margin-left: 30px;	}	.topclear {	margin-top: 15px;	}	
