body {
margin : 0px;
background: #4AB127;
}

#background{
width: 100%;
height: 768;
background-image: url('../images/background.jpg');
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
}

#wrapper{
position: relative;
z-index: 2;
}

#welkom {
 position: absolute;
 z-index: 3;
 top: 125;
 left: 25;
 }

#main {
 position: relative;
 z-index: 1;
 width: 750px;
 height: 100%
 }

#inhoud {
 position: absolute;
 z-index: 2;
 top: 0;
 left: 0;
 width: 750px;
 height: 100%
 }
 
.order {
 font-family: arial;
 font-size: 36;
 color: #112743;
 }
 
.inhoud_white {
 font-family: arial;
 font-size: 11px;
 color: white;
 }
 
.inhoud {
 font-family: arial;
 font-size: 12px;
 color: black;
 }

H1.bold { 
font-family: arial;
font-size: 12px;
font-weight: bold;
display: inline;
}
H1.normal { 
font-family: arial;
font-size: 11px;
font-weight: normal;
display: inline;
}

a.inhoud_white:link { 
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	}
a.inhoud_white:visited { 
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	}
a.inhoud_white:hover { 
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	}
a.inhoud_white:active { 
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	}

a:link { 
	color: #000000;
	font-family: arial;
	font-size: 12px;
	}
a:visited { 
	color: #000000;
	font-family: arial;
	font-size: 12px;
	}
a:hover { 
	color: #000000;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	}
a:active { 
	color: #000000;
	font-family: arial;
	font-size: 12px;
	}
	
.textarea {
 height : 175px;
 width : 399px;
 border-width : 1 1 1 1;
 border-color : black black black;
 font-size : 12px;
 margin : 0 2 0 0;
 -moz-border-right-colors : black;
 -moz-border-top-colors : black;
 -moz-border-left-colors : black;
 -moz-border-bottom-colors : black;
  }
	
	.textbox {
 height : 18px;
 width : 399px;
 border-width : 1 1 1 1;
 border-color : black black black;
 font-size : 10px;
 margin : 0 2 0 0;
 -moz-border-right-colors : black;
 -moz-border-top-colors : black;
 -moz-border-left-colors : black;
 -moz-border-bottom-colors : black;
  }
	
	.button {
 border-color : #000000 #000000 #000000 #000000;
 border-width : 2 2 2 2;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 background : #FFFFFF;
 color : #000000;
 height : 20px;
 width : 60px;
 -moz-border-right-colors : #000000;
 -moz-border-top-colors : #000000;
 -moz-border-left-colors : #000000;
 -moz-border-bottom-colors : #000000;
}