* {
	font-family: Verdana,arial;
	font-size: 11px;
}

form {
	margin: 0px;
	padding: 0px;
}

.invisible {
	display: none;
}

a {
	color: #0033CC;
	text-decoration: none;
}

#homepageText a, 
#contentTextContent a,
#tweedekolom a {
	text-decoration: underline;
}

a:hover {
	color:#990000;
	text-decoration: none;
}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

.small {
	font-size: 10px;
} 


.question
{
	border : 0px solid red;
	width : 300px;
	float : left;
}

.enquetetable
{
	width : 100%;
}

.enquetetable .inputnormal, .enquetetable .inputsmall
{
	border : 1px solid black;
	height : 14px;
}

.enquetetable .inputnormal 
{
	width : 200px;
}

.enquetetable .inputsmall
{
	width : 100px;
}

.submit
{
	border : 1px solid #000;
}