html, body {
	height : 100%;
	margin-left : 0px;
	margin-top : 5px;
	background-color : rgb(204,204,204);

	background-image: url('../pic/behang.gif'); 
	background-repeat: repeat;
	background-position : 0px;

	font : 9pt 'Verdana', 'Trebuchet MS', Geneva, Arial, sans-serif;
	line-height : 15pt;
}

.tekstkader A, .tekstkader A:link, .tekstkader A:visited, .tekstkader A:active {
		color : rgb(236,0,140);
		text-decoration : none;
		font-weight : bold;
}

.tekstkader A:hover {
		text-decoration : underline;
}
	
.h2 {
	font-size : 12pt;
	line-height : 24pt;
	font-weight : bold;
	color : rgb(0,0,0);
}

.kader {
	background-color : rgb(255,255,255);
	width : 852px;
	border : 1px solid rgb(0,0,0);
	
	margin-left : auto;
	margin-right : auto;
}

	.toplogo {
		position : absolute;
		margin-left : 700px;
		top : 16px;
		z-index : 10;
	}
	
	.menu {
		width : 100%;
		height : 20px;
		
		background-color : rgb(236,0,140);
		border-top : 1px solid rgb(0,0,0);
		border-bottom : 1px solid rgb(0,0,0);
		
	}
	
	.menu A, .menu A:link, .menu A:visited, .menu A:active {
		color : rgb(255,255,255);
		text-decoration : none;
		font-weight : bold;
		padding : 10px;
	}
		
	.menu A:hover {
		color : rgb(255,255,255);
		text-decoration : underline;
	}
	
	.tekstkader {
		padding : 10px;
	}
	
	.tekstkader img {
		float : left;
		padding : 5px;
		margin-right : 10px;
		margin-bottom : 10px;
		border : 1px solid rgb(0,0,0);
	}

	.tekstkader .onderschrift {
		float : left;
		padding : 5px;
		margin-right : 10px;
	}

	.tekstkader img.logo {
		float : left;
		padding : 0px;
		margin-right : 10px;
		margin-bottom : 10px;
		border : 0px solid rgb(0,0,0);
	}
	
	.tekstkader hr.newsline {
		background-color: rgb(250,190,226);
		color: rgb(250,190,226);
		height: 2px;
		border: 0;
		width : 100%;
	}
	.tekstkader hr.merkline {
		background-color: rgb(250,190,226);
		color: rgb(250,190,226);
		height: 8px;
		border: 0;
		width : 100%;
	}
	
	.merkenblok {
		float: right;
		background-color: rgb(250,190,226);
		position : relative;
		right : 0px;
		top : 0px;
		width : 200px;
		margin-left : 20px;
		margin-bottom : 20px;
		
		text-align : center;
		
		border-left : 1px solid rgb(0,0,0);
		border-bottom : 1px solid rgb(0,0,0);
		
	}
	
	.adresblok {
		text-align : justify;
		position : relative;
		width : 150px;
		left : 27px;
		font-size : 8pt;
		line-height : 10pt;
		text-align : left;
		padding-bottom : 20px;
	}
	
	.kolom {
		width:37%; 
		float : left; 
		top : 0px
	}

	.disclaimer {
		text-align : center;
		font-size : 7pt;
	}
	
	input {
		width : 300px;
		background-color: rgb(254,242,249);
		border : 1px solid rgb(0,0,0);
		font : 9pt 'Trebuchet MS', Geneva, Arial, sans-serif;
	}

	textarea {
		width : 500px;
		height : 100px;
		background-color: rgb(254,242,249);
		border : 1px solid rgb(0,0,0);
		font : 9pt 'Trebuchet MS', Geneva, Arial, sans-serif;
	}

	input.button {
		width : 100px;
		background-color: rgb(254,242,249);
		border : 1px solid rgb(0,0,0);
		font : 9pt 'Trebuchet MS', Geneva, Arial, sans-serif;
		font-weight : bold;
	}

	input.button:hover {
		background-color: rgb(236,0,140);
		color : rgb(255,255,255);
		text-decoration : underline;
	}