html {height: 100%; /* héél belangrijk */}

body {
	background-image: 			url(../images/bg.jpg); 
	background-repeat: 			repeat-x;
	background-color:			#ffbf4f;
	background-attachment: 		fixed;
	margin-top:					0;
	margin: 					0; 
	padding: 					0; 
	height:						99%;
	font-family:				Arial;
	color:						#262626;
	font-size:					12px;
	line-height:				18px;
}

#container {
	margin: 					0px;
	padding: 					0px;
	position: 					relative;
	min-height: 				95%;
	height:						95%; /* voor IE */
	width: 						100%;
	text-align: 				center;
	height: 					auto; 
	top: 						0; 
	left: 						0;
}

#wrapper {
	width:						996px;
	position:					relative;
	text-align: 				left;
	margin-left: 				auto;
	margin-right: 				auto;
	
	
	width:703px; 
	background-color:#30FCFB; 
	margin-left: auto; 
	margin-right: auto;
}

#bottom {
	width:						547px;
	position:					relative;
	text-align: 				right;
	margin-left: 				auto;
	margin-right: 				auto;
}

#header_menu {
	background-image:			url(../images/bg/header-menu.png);
	width:						996px; 
	height:						50px; 
	background-repeat:			no-repeat;
	background-position:		top;
	top:						0;
}

#logo {
	position:					relative;
	margin:						5px 0 0 20px; 
	float:						left;
}

#snel_zoeken {
	float:						right;
	margin:						0 8px 0 0 ; 	
}


h1 {font-family: Lucida Sans;}
h2 {font-family: Lucida Sans;}

a:link {text-decoration: none; color: #213951; font-weight:bold;}
a:visited {text-decoration: none; color: #213951; font-weight:bold;}
a:active {text-decoration: none; color: #213951; font-weight:bold;}
a:hover {text-decoration: underline; color: #213951; font-weight:bold;}

a.underline:link {text-decoration: underline; color: #213951; font-weight:normal;}
a.underline:visited {text-decoration: underline; color: #213951; font-weight:normal;}
a.underline:active {text-decoration: underline; color: #213951; font-weight:normal;}
a.underline:hover {text-decoration: none; color: #213951; font-weight:normal;}

a.wit:link {text-decoration: none; color: #FFFFFF;}
a.wit:visited {text-decoration: none; color: #FFFFFF;}
a.wit:active {text-decoration: none; color: #FFFFFF;}
a.wit:hover {text-decoration: underline; color: #FFFFFF;}

a.dik:link {text-decoration: none; color: #57016a; font-weight:bold;}
a.dik:visited {text-decoration: none; color: #57016a; font-weight:bold;}
a.dik:active {text-decoration: none; color: #57016a; font-weight:bold;}
a.dik:hover {text-decoration: underline; color: #57016a; font-weight:bold;}

a.bottom:link {text-decoration: none; color: #e9cdef; font-weight:normal;}
a.bottom:visited {text-decoration: none; color: #e9cdef; font-weight:normal;}
a.bottom:active {text-decoration: none; color: #e9cdef; font-weight:normal;}
a.bottom:hover {text-decoration: underline; color: #e9cdef; font-weight:normal;}

a.sponsor:link {text-decoration: none; color: #333333; font-weight:bold;}
a.sponsor:visited {text-decoration: none; color: #333333; font-weight:bold;}
a.sponsor:active {text-decoration: underline; color: #333333; font-weight:bold;}
a.sponsor:hover {text-decoration: underline; color: #333333; font-weight:bold;}

<!-- Formulier opmaak -->
	
form
    {
    width: 100%;
    text-align:left;
    }

label
    {
	float:left;
    width: 90px;
    text-align: left;
    vertical-align:top;
    margin-right: 25px;
    font-family: Arial;
    font-size: 12px;
    }

input
    {
    background-color: #FFFFFF;
	width:100px;
	height:20px;
	font-family: Arial;
    font-size: 12px;

    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    
    margin: 0 0 0 0;
    }
    
.formbutton{
	cursor:					pointer;
	border:					solid 1px #ccc;
	background:				#F2F2ED;
	color:					#000000;
	font-weight:			bold;
	height:22px;
}