.container {
	height: auto;
	width: 950px;
	border: 2px solid #000000;
	background-color: #CC9900;
	margin-right: auto;
	margin-left: auto;
}
.container .head {
	float: left;
	width: 950px;
	background-color: #00FFCC;
	height: 120px;
	background-image: url(head.jpg);
}
.container .left {
	float: left;
	width: 160px;
	background-color: #CC9900;
	height: auto;
	text-align: center;
}
.container .right {
	float: left;
	width: 780px;
	background-color: #C2CEFF;
	height: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
}
body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
}

.container .down {
	float: left;
	width: 950px;
	background-color: #485A91;
	height: 25px;
	font-size: 10px;
}
.container .down a {
	color: #CCCCCC;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 5px;
	margin-top: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFCC;
	text-align: center;
	border: 2px double #CC9900;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	letter-spacing: 4px;
	background-image: url(h1background.jpg);
	background-repeat: repeat-y;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	border: 1px solid #232D81;
	float: left;
	height: 20px;
	width: 450px;
	padding-left: 15px;
	background-image: url(h2background.jpg);
	padding-top: 3px;
	background-repeat: repeat-y;
	padding-right: 3px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.container .right img {
	float: left;
	border: 1px solid #0033CC;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.container .right a {
	text-decoration: none;
	color: #660033;
	font-weight: bold;
}
.container .right ul {
	text-align: left;
}

.container .right .nieuwkuis_binnengebracht {
	background-color: #FFFFCC;
	border: 2px solid #FF6600;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	float: right;
	width: 420px;
	margin-right: 30px;
}
.container .right #map {
	border: 2px solid #333333;
	text-align: center;
}
