/* nieuws */

#nieuws {
	width: 478px;
	float: left;
	margin: 20px 0 0 0;
	height:100%;
}

#nieuws #header {
	height: 28px;
	width: 478px;
	float:left;
}

#nieuws #header #titel{
	padding-left: 10px;
	line-height: 28px;
	font-weight: bold;
	font-size: 14px;
	color: #ffff04;
	width: 468px;
	float: left;
	background-image: url('../img/header_artikel.png'); 
	background-repeat: no-repeat;
	margin: 0 0 17px 0;
}

#nieuws #header #titel #prev_next {
	float: right;
	width: 150px;
	margin: 0px 10px 0 0;
	text-align: right;
	color: #ffff04;	
}	

#nieuws #header #titel #prev_next a{
	color: #ffff04;
	line-height: 28px;
	font-weight: bold;
	font-size: 14px;	
}

#nieuws #header #titel #prev_next a:hover{
	color: #ffffff;	
}

#nieuws #nieuwsbericht, #nieuws #nieuwsberichten {
	height: 100%;
	width: 478px;
	float:left;
	margin: 20px 0 10px 0;
	border-left: 5px #eeeee4 solid;
}

#nieuws #nieuwsbericht #bericht {
	width: 468px;
	float: left;
	margin: 0 0 0 10px;
	color: #323200;
}
#nieuws #nieuwsbericht #footer {
	width: 468px;
	float: left;
	margin: 10px 0 0 10px;
}
#nieuws #nieuwsbericht #footer .info {
	color: #5d5d3a;
	font-size: 9px;
}

#nieuws #nieuwsberichten #nieuwslijst {
	float: left;
	margin: 0 0 0 10px;
}

#nieuws #nieuwsberichten #nieuwslijst li {
	list-style-image: url(../img/block_grey.png);
	margin-left: 10px;
}
#nieuws #nieuwsberichten #nieuwslijst li a {
	color: #000;
}

#nieuws #googleads_nieuws {
	float: left;
	clear: left;
	width: 468px;
	margin: 15px 0 10px 13px;
}

/* straffen en eisen */

#strafeisen {
	width: 478px;
	float: left;
	margin: 20px 0 0 0;
	height:100%;
}

#strafeisen #header {
	height: 28px;
	width: 478px;
	float:left;
}

#strafeisen #header #titel{
	padding-left: 10px;
	line-height: 28px;
	font-weight: bold;
	font-size: 14px;
	color: #ffff04;
	width: 468px;
	float: left;
	background-image: url('../img/header_artikel.png'); 
	background-repeat: no-repeat;
	margin: 0 0 17px 0;
}

#strafeisen #straf_bericht, #nieuws #nieuwsberichten {
	height: 100%;
	width: 478px;
	float:left;
	margin: 20px 0 10px 0;
	border-left: 5px #eeeee4 solid;
}

#strafeisen #straf_bericht #bericht {
	width: 468px;
	float: left;
	margin: 0 0 0 10px;
	color: #323200;
}
#strafeisen #straf_bericht #footer {
	width: 468px;
	float: left;
	margin: 10px 0 0 10px;
}
#strafeisen #straf_bericht #footer .info {
	color: #5d5d3a;
	font-size: 9px;
}

#strafeisen #straf_bericht #lijst {
	float: left;
	margin: 0 0 0 10px;
}

#strafeisen #straf_bericht #lijst li {
	list-style-image: url(../img/block_grey.png);
	margin-left: 10px;
}
#strafeisen #straf_bericht #lijst li a {
	color: #000;
}

#strafeisen #googleads_nieuws {
	float: left;
	clear: left;
	width: 468px;
	margin: 15px 0 10px 13px;
}

/* reacties  */

#reacties {
	float: left;
	margin: 0 0 20px 0;
	
}

#reacties #reactie{
	background-color: #fff;
	margin: 20px 0 0 0;
	float:left;
	width: 463px;
	border-left: 5px #e9dd00 solid ;
	padding: 0 0 0 10px;
}

#reacties #reactie #content{
	padding: 4px;
}

#reacties #reactie #footer{
	padding: 2px 4px 2px 4px;
	font-size: 0.9em;
	color: #24241f;
}

#reactie_formulier {
	float: left;
	font-weight:bold;
	margin: 5px 0 0 0;
}
#reactie_formulier #reageer{
	float:left;
}

#reactie_formulier #header #titel a {
	color: #ffff04;	
}

#reactie_formulier .input {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px;
	border: 1px;
	border-color: #24241f;
	border-style:solid; 
	margin: 2px 0 4px 0;
	background-color: #d8d8bf;
	width:300px;
}

#strafeisen #reactie_formulier .button {
	background-color: #24241f;
	width: 150px;
	color: #fefe00;
	font-weight: bold;
}