html {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	background-image:url(images/vulling.jpg);
	background-repeat:repeat;
}

h1 {
	font-size:24px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#666666;
}

h2 {
	font-size:18px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#666666;
}

p {
	font-size:12px;
	padding:0;
}

img {
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	padding:2px;
	margin:2px;
}

table {
	border-style:solid;
	border-color:#666666;
	border-width:1px;
	width:500px;
	margin:5px;
}

table p {
	margin:0px;
	padding:2px;
}

tr {
	height:10px;
}

td {
	height:10px;
	border-style:none;
	border-left-style:dotted;
	border-bottom-style:dotted;
	border-color:#666666;
	border-width:1px;
}

td.first {
	border-left-style:none;
}

tr.last td, tr.last td.first {
	border-bottom-style:none;
}

.container {
	background-color:#FFFFFF;
    margin-left: auto;
    margin-right: auto;
    width: 950px;
	 padding:0px;
}

.header {
	height:100px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	margin-bottom:3px;
}

.menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	width:950px;
	height:30px;
	background-image:url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:3px;
}

.menu a {
	display:block;
	height:30px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	background-image:none;
	color:#FFFFFF;
}

.menu a:link, .menu a:visited {
	color:#FFFFFF;
}


.menu a:hover {
	text-decoration:underline;
	color:#FF9900;
}


ul.mainmenu {
	list-style:none;
	list-style-image:none;
	margin:0px;
	padding-left:68px;
}

ul.mainmenu li {
	display: block;
	float:left;
	width:151px;
	padding-left:0px;
	margin-left:-11px;
}

.content {
	float:left;
	background-image:url(images/achtergrond.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
	width:950px;
}

.content-main {
	float:left;
	width:650px;
	background-image:none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
}

.content-main img {
	margin:5px;
}

.content-right {
	float:left;
	width:230px;
	padding:10px;
	text-align: center;	
}

.footer {
	clear: both;
	display:block;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:29px;
	width:950px;
	vertical-align:middle;
}

.center {
	text-align:center;
}

#google-map {
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	padding:2px;
}

