/* CSS Document */

#form {
	margin: 0px;
}
	
#form fieldset {
	margin: 0;
	padding: 5px 5px 5px 0px;
	border: 0;
	border-top: 2px solid #000000;
}
	
#form legend {
	padding: 5px;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	color: #000000;
}
	
#form table {
	width: auto;
	font-size: 1em;
}
	
#form table th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	color: #363663;
}
	
#form table td {
	font-size: 0.9em;
}	

#form .txtline,
#form .txtarea {
	width: 250px;
	border: 1px #363663 solid;
}
	
#form .txtarea {
	height: 80px;
}
	
#form .submit {
	margin: 5px auto;
	background-color: #363663;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	width: 120px;
	height: 30px;
	font-weight: bold;
}
	
#form .submit:hover {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
}
	
#form .required {
	text-align: center;
	font: 0.8em;
}
	
#form .center {
	text-align: right;
}

.textlanguage a:hover { color:#FFFFFF; text-decoration:none; font-weight: normal;}
.textlanguage a { color:#A0A0A0; text-decoration:none; font-weight: normal;}
.textlanguage { padding-left:15px; color:#FFFFFF; }

.inhoud p a,
.inhoud p a:link,
.inhoud p a:active,
.inhoud p a:visited,
.inhoud p a:hover,
.inhoud li a,
.inhoud li a:link,
.inhoud li a:active,
.inhoud li a:visited,
.inhoud li a:hover { 
	color:#666666; 
	text-decoration:none; 
	font-weight: bold;
}

