@charset "utf-8";
/* CSS Document */

#news{
}

#news div.news_item{
	clear:both;
}


#news div.extra{
	float: left;
	width: 400px;
}

#news div.datum{
	text-align: right;
	width: 150px;
	float: right;
	vertical-align:bottom;
	position: relative;
	top: 10px;
	color: #999999;
}

#news div.datum2{
	text-align: right;
	width: 150px;
	float: right;
	vertical-align:bottom;
	color: #999999;
}



#news div.border{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	clear:both;
	margin-bottom: 10px;
}


#news div.news_item a{
}

#news div.news_item div.kort{
}
#news div.news_item div.meer{
}
#news div.news_item div.meer a{
	font-weight: bold;
	color: #96DB5A;
	text-decoration: none;	
}
#news div.news_item div.react{
}

#news div.news_item div.react img{
	border:0px;
}
#news div.news_item div.image{
	padding-bottom: 10px;
}
#news div.news_item div.react a{
	font-weight: bold;
	color: #96DB5A;
	text-decoration: none;	
}


#archive{
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#reacties div.kop,
#archive div.kop{
}

#archive input{
	width: 115px;
}

#archive input.but{
	background-color:#96DB5A;
	background-color:#96DB5A;
	border: 0px solid #999999;
	height:22px;
	color: #000000;
	font-size: 11px;
	cursor:pointer;
	cursor:hand;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	width: 115px;
}


#reactform tr {
	vertical-align:top;
}
#reactform td.form_nav {
	text-align:center;
}

