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

body {
	background-image:			url(../images/bg/striped.jpg);
	background-repeat:			repeat-x;
	background-position:		left top;
	background-color:			#1C8FC8;
	margin-top:					0;
	margin: 					0; 
	padding: 					0; 
	height:						99%;
	font-family:				Arial;
	color:						#262626;
	font-size:					11px;
	line-height:				16px;
}

#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:						914px;
	position:					relative;
	text-align: 				left;
	vertical-align:				bottom;
	margin-left: 				auto;
	margin-right: 				auto;
}

#top560 {
	background-image:url(../images/bg/tekstvak560-top.png);
	width:560px; 
	height:9px; 
	background-repeat:no-repeat;
}

#midden560 {
background-image:url(../images/bg/tekstvak560-midden2.png); 
background-repeat: repeat-y;
}

#midden290 {
background-image:url(../images/bg/tekstvak290-midden.png);
background-repeat: repeat-y;
background-repeat: repeat-y;
}

#bottom560 {
background-image:url(../images/bg/tekstvak560-bottom.png);
width:560px; 
height:9px; 
background-repeat:no-repeat;
}

#bottom290 {
background-image:url(../images/bg/tekstvak290-bottom.png);
width:290px; 
height:9px; 
background-repeat:no-repeat;
}

#top290 {
	background-image:url(../images/bg/tekstvak290-top.png);
	width:290px; 
	height:9px; 
	background-repeat:no-repeat; 
	margin:0 0 0 0;
}

#content560 {
	background-image:url(../images/bg/tekstvak560-midden3.png); 
	background-repeat: no-repeat; 
	background-position: left bottom; 
	width:522px; 
	min-height:41px; 
	margin-left:7px; 
	padding:1px 15px 10px 8px;
}

#content290 {
	background-image:url(../images/bg/tekstvak290-midden3.png); 
	background-repeat: no-repeat; 
	background-position: left bottom; 
	width:252px; min-height:41px; 
	margin-left:7px; 
	padding:1px 15px 10px 8px;
}

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

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

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

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

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

<!-- 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: 11px;
    }

input
    {
    background-color: #f5f5f5;
	width:100px;
	font-family: Arial;
    font-size: 11px;

    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    
    margin: 0 0 0 0;
    }