@charset "UTF-8";
/* CSS Document */

body {
	background-color: #50217b;
	font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000;
	margin: 0;
	line-height: 20px;
}
#wrapper
	{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
.left {
	width: 70px;
	height: auto;
	float: left;
	margin: 10px;
}
.header {
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 759px;
	height: 292px;
	float: left;
	margin: 20px;
	margin-top: 10px;
}
.content {
	width: 550px;
	float: right;
	margin-right: 20px;
	background-image: url(../images/bgcontent.png);
	background-repeat: no-repeat;
	background-position: right bottom;
/*	min-height: 500px;*/
}
.menu {
	width: 160px;
	float: left;
	padding-left: 5px;
}
.footer {
	background-image: url(../images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 125px;
	text-align: right;
	padding-right: 20px;
}
.clear {
	clear: both;
}
h1 {
	color: #50217b;
	font-size: 15px;
	font-weight: bold;
}

/*MENU*/

a.home {
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	width: 147px;
	height: 32px;
	display: block;
	padding-top: 5px;
}
a.home:hover {
	background-image: url(../images/home_over.png);
	background-repeat: no-repeat;
	width: 147px;
	height: 32px;
	display: block;
	padding-top: 5px;
}
a.home_active {
	background-image: url(../images/home_over.png);
	background-repeat: no-repeat;
	width: 147px;
	height: 32px;
	display: block;
	padding-top: 5px;
}
a.aboutus {
	background-image: url(../images/aboutus.png);
	background-repeat: no-repeat;
	width: 147px;
	height: 32px;
	display: block;
	padding-top: 5px;
}
a.aboutus:hover {
	background-image: url(../images/aboutus_over.png);
	background-repeat: no-repeat;
	width: 147px;
	height: 32px;
	display: block;
	padding-top: 5px;
}
a.aboutus_active {
	background-image: url(../images/aboutus_over.png);
	background-repeat: no-repeat;
	width: 147px;
	height: 32px;
	display: block;
	padding-top: 5px;
}
a.route {
	background-image: url(../images/route.png);
	background-repeat: no-repeat;
	width: 147px;
	height: 32px;
	display: block;
	padding-top: 5px;
}
a.route:hover {
	background-image: url(../images/route_over.png);
	background-repeat: no-repeat;
	width: 147px;
	height: 32px;
	display: block;
	padding-top: 5px;
}
a.route_active {
	background-image: url(../images/route_over.png);
	background-repeat: no-repeat;
	width: 147px;
	height: 32px;
	display: block;
	padding-top: 5px;
}
a.activein {
	background-image: url(../images/activein.png);
	background-repeat: no-repeat;
	width: 147px;
	height: 32px;
	display: block;
	padding-top: 5px;
}
a.activein:hover {
	background-image: url(../images/activein_over.png);
	background-repeat: no-repeat;
	width: 147px;
	height: 32px;
	display: block;
	padding-top: 5px;
}
a.activein_active {
	background-image: url(../images/activein_over.png);
	background-repeat: no-repeat;
	width: 147px;
	height: 32px;
	display: block;
	padding-top: 5px;
}
a.contact {
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	width: 147px;
	height: 32px;
	display: block;
	padding-top: 5px;
}
a.contact:hover {
	background-image: url(../images/contact_over.png);
	background-repeat: no-repeat;
	width: 147px;
	height: 32px;
	display: block;
	padding-top: 5px;
}
a.contact_active {
	background-image: url(../images/contact_over.png);
	background-repeat: no-repeat;
	width: 147px;
	height: 32px;
	display: block;
	padding-top: 5px;
}
a.contactform {
	background-image: url(../images/contactform.png);
	background-repeat: no-repeat;
	width: 147px;
	height: 32px;
	display: block;
	padding-top: 5px;
}
a.contactform:hover {
	background-image: url(../images/contactform_over.png);
	background-repeat: no-repeat;
	width: 147px;
	height: 32px;
	display: block;
	padding-top: 5px;
}
a.contactform_active {
	background-image: url(../images/contactform_over.png);
	background-repeat: no-repeat;
	width: 147px;
	height: 32px;
	display: block;
	padding-top: 5px;
}

/*CONTACT FORMULIER*/
.contactfield {
	border: 1px solid #909090;
	height: 20px;
	width: 200px;
}
.message {
	border: 1px solid #909090;
	height: 100px;
	width: 500px;
}
