html, body {
	background:url(../images/contact/bodyBG.jpg) top center repeat-y #fff;
}

div#content {
	background:url(../images/contact/contentTOP.png) top left no-repeat;
}

div#content h1 {
	border-bottom:1px solid #e31b23;
}

div#content input {
	border:1px solid #e31b23;
	background-color:#f4cb8c;
	font-family:verdana;
	font-size:11px;
	padding:1px;
	color:#e31b23;
}

div#content textarea {
	border:1px solid #e31b23;
	background-color:#f4cb8c;
	font-family:verdana;
	font-size:11px;
	padding:1px;
	color:#e31b23;
	overflow:auto;
}

div#content a:hover {
	color:#e31b23;
}

div#contentLow {
	background:url(../images/contact/contentLOW.png) top left no-repeat;
}

div#menu {
	background:url(../images/contact/menuRECHTS.png) bottom left no-repeat;
}

ul#top li a:link, ul#top li a:active, ul#top li a:visited {
	color:#fff;
	background:url(../images/contact/menuTussenBG.gif) bottom right no-repeat;
}

ul#top li.active {
	background:url(../images/contact/bolletje.png) top center no-repeat;
}

ul#top li:hover {
	background:url(../images/contact/bolletje.png) top center no-repeat;
}

ul#top li ul li a:hover {
	color:#e89719;
}

ul#top li ul li a:link, ul#top li ul li a:active, ul#top li ul li a:visited {
	background-color:#e31b23;
}