*{
	margin: 0px;
	padding:0px;
}

body{
	background-color:#000000;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75%;
}

#outer{
	background-color:#000;
	width: 905px;
	margin: 0px auto;
}

a:link {
	color: #cccc99;
	text-decoration: none;
}
a:visited {
	color: #cccc99;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #cccc99;
	text-decoration: none;
}
.style2 {
	font-size: 20px;
	color: #bda934;
}
.style4 {
	font-size: 16px;
	color: #bda934;
	font-weight: bold;
}

h1{
	background-image:url(images/header.jpg);
	height:374px;
}

#header{
  background-image:url(images/header2.jpg);
  height:385px;
}

#contenthome{
	background-image:url(images/contenthome.jpg);
	height:204px;
}

#content{
	background-image:url(images/content2.jpg);
	height:147px;
	padding-left:15px;
	padding-right:20px;
}

html > body #content {
min-height: 150px;
height: auto;
}

#welkom{
	position:absolute;
	margin-left:20px;
	top:415px;
	width:170px;
}

#contacthome{
	position:absolute;
	margin-left:622px;
	top:415px;
	width:170px;
}


#footerhome{
	background-image:url(images/voethome.jpg);
	height:15px;
}

#menu{
	border-right:0px;
	display:inline;
	height:27px;
	list-style:none;
	position:absolute;
	top:44px;
	width:630px;
}
/* Contact Formulier */
#contact label {
  float: left;
  text-align:left;
  width: 110px;
}


/* Route Formulier */
#route label {
  float:       left;
  text-align:  left;
  width:       150px;
}

