 *{
     margin: 0;
 }
 
 html, body {
     height: 100%;
 }
 
 .wrapper {
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -75px;
 }
 
 .push {
     height: 75px;
 }
 
 .footer{
     height: 75px;
     background-image: url(afbeeldingen/footer.gif);
 }

a:link, a:visited{
	color: #2a2a2a;
	text-decoration: none;
}

a:hover, a:active{
	color: #2a2a2a;
	text-decoration: none;
} 
 
 #header {
	 height: 95px;
 }
 
 #logo {
	 width:100%;
	 margin-bottom:3px;
	 padding-top:2px;
	 text-align: center ;
	 top:0px;
 }
 
 #navbar {
	border:none;
	padding:0;
	clear:both;
	/*width: 760px;*/
	height: 25px;
	background:url(afbeeldingen/navbar.gif) top repeat-x white;
}

#nav {

	border:none;
	padding:0;
	margin:0;
	width: 900px;
}

#nav li {
	float:left;
	list-style:none;
	margin:0 0px 0 0;
	padding:0;
	border:0px;
}

#nav img {
	border:0px;
}

#barfiller {
		width:260px;
}

#main {
	width:100%;
	height:640px;
	z-index:2;
	background-image: url(afbeeldingen/background.gif);
	background-repeat: no-repeat;
	background-position: 1em;
}

#welkom {
	
	background-repeat: no-repeat;
	margin-left:620px;
	width: 640px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #2a2a2a;
	font-size: 14px;
}

#footernav {
	font-family: Tahoma, Geneva, sans-serif;
	color: #2a2a2a;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	text-decoration: none;
	padding: 2em;
	text-align: center;
}

#footernav ul{
	margin : 0;
	white-space : nowrap;
	text-align: center;
}

#footernav ul li{
	display : inline;
	text-align: center;
}

#footernav ul li a{
	padding-left : 2em;
	padding-right : 2em;
	float : none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
	color: #CFF;
	text-align: left;
	clip: rect(auto,auto,auto,auto);
	font-weight: 400;
	left: 150px;
}

