			body, html{
				padding: 0px;
				margin: 0px;
				height: 100%;
			}
			body{
				background: #054293 url(/images/kleur.jpg) repeat-x top left;
				color:#202020;
				font-family:Verdana;
				font-size:11px;
				line-height:17px;				
			}
			a{
				text-decoration: none;
				color: #0000C0;
			}
			#page{
				position: relative;
				width: 721px;
				margin: 0px auto;
				background: #f2f2f2;
				position: relative;
				top: 0px;
				bottom: 0px;
				min-height : 100%;
			}
			#content{
				padding: 0px 25px 25px 25px;
				background: #f2f2f2;
			}
			#footer{
				background: #783294;
				height: 29px;
				position: absolute;
				bottom: 0px;
				width: 100%;
			}
			h1{
				background: #FFF;
				padding: 0px;
				margin: 0px 0px 0px 0px;
			}
			h2{
				padding: 0px;
				margin: 0px 0px 25px 0px;
				color:#054293;
				font-size:14px;
				line-height:17px;
				font-weight: normal;
			}
			.image{
				border: 0px none;
			}
			.right{
				float: right;
			}
			.clear{
				clear: both;
				margin-bottom: 25px;
			}
			
			.row{
				padding: 0px;
				margin: 0px 0px 17px 0px;
			}
			.row label{
				float: left;
				width: 200px;
				font-weight: bold;
			}
			.row span{
				display: inline-block;
			}
			.melding{
				margin: 0px 25px 25px 25px;
				background: #F0FFF0;
				border: 2px solid #007229;
				padding: 10px;
				text-align: center;
			}
