/* CSS Document */
body 	{
	font-family: Arial;
	background-color: #336699;
	
}

.introtabel {
	border: 0px solid #000000;
	width: 100%;
	height: 100%;
}

.introtabelkol1 {
	font-family: Arial;
	font-size: 12px;
	border: 0px solid #000000;
	width: 25%;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
.introtabelkol2 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	width: 50%;
	border: 0px solid #000000;
	text-align: center;
	vertical-align: middle;
}
.introtabelkol3 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	width: 25%;
	border: 0px solid #000000;
	text-align: center;
	vertical-align: middle;
}
.introtabelregel1 {
	height: 25%;
}
.introtabelregel2 {
	height: 45%;
}
.introtabelregel3 {
	height: 20%;
}
.introtabelregel4 {
	height: 20%;
}

.tabelnavi { border: 0px solid #CCCCCC; }
.rij		{border: 0px solid #CCCCCC; height:50px;}

.update {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
	text-align:left;
}
.copy {
	font-family: Arial;
	font-size: 9px;
	
	font-variant: normal;
	color: #000000;
	text-decoration: italic;
	text-align:center;
}
