#mainwrapper {
	background: url('../images/nieuwsbg.jpg') no-repeat scroll top left;
	width: 644px;
	height: 525px;
}

#content {
	width: 600px;
	position: relative;
	top: 100px;
	left: 40px;
	height: 405px;
	overflow: auto;
}

#content h3, #content p {
	font-size: 110%;
}

#content h3 {
	padding: 0;
	margin: 0;
}

#content p {
	color: #ffffff;
}

.nieuwsbericht_met_foto, .nieuwsbericht_zonder_foto {
	width: 550px;
}

.nieuwsbericht_met_foto p {
	width: auto;
}


.nieuwsbericht_met_foto img {
	padding-left: 30px;
} 
/*
.nieuwsbericht_met_foto p img {
	float: none;
} */

label {
	display: block;
	color: #ffffff;
	float: left;
	width: 10em;
}

input {
	width: 200px;
}

textarea {
	width: 200px;
	height: 100px;
}

input,textarea {
	border: 1px solid #ad923d;
	background-color: #5e5456;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #ffffff;
}

input.radio, input.submit {
	width: auto;
}

input.radio {
	float: left;
 	margin-right: 1em;
}

form p {
	clear: both;
}

fieldset {
	margin: 1em 0; 
  	padding: 1em;
	width: 400px;
	background-color: #5e5456;
}

legend {
	color: #ffffff;
	font-weight: bold;
	font-size: 130%;
}

#nieuws h3, #nieuws p {
	margin: 0;
	padding: 0;
}