/*********************************************************/
/* NieuwsItem*/
/*********************************************************/
#NewsHolder{
	width:670px;
}

.NewsItem{
	float:left;
}

.NewsItem .NewsImage{
	float:left;
	height:118px;
	width:170px;
	overflow:hidden;
}

.NewsItem .NewsBox{
	float:left;
	width:500px;
	background-color:#fff;
}

.NewsItem .NewsText{
	float:left;
	width:480px;
	background-color:#fff;
	min-height:73px;
	margin:5px 0 0 20px;
	padding:0px 0px 10px 0px;
	color:#000;
	font-size:12px;
	line-height:14px;
	font-style:normal;
	font-weight:normal;
}

.NewsItem a{
	text-decoration:underline;
	color:#000;
}

.NewsItem .NewsKop{
	float:left;
	color:#ED1C24;
	padding:8px 0 3px 20px;
	font-size:18px;
	background-color:#fff;
	font-weight:bold;
}

.NewsItem .NewsDatum{
	color:#000;
	margin:8px 3px 3px 0px;
	font-size:20px;
	text-decoration:underline;
}

 .ruler{
	float:left;
	width:670px;
	height:1px;
	background-image:url(/images/ruler.gif);
	overflow:hidden;

}

.NewsItem .comment_form{
	display:none;
	float:left;
	padding:5px;
	margin:10px 0 10px 190px;
	border:1px solid #ddd;
	background-color:#f2f2f2;
	width:470px;
}

.commentformRow{
	padding-bottom:4px;
}

.commentformLabel{
	float:left;
	width:90px;
}

.commentformInput{
	float:left;
}

.commentFormInput input{
	width:370px;
}

.commentFormInput textarea{
	width:370px;
	height:60px;
}

.commentformRow .plaatsreactie{
	float:right;
	margin-right:8px;
}

.remove_comment_button{
	float:right;
}

.remove_comment_button{
	border:0;
	background-color:#fff;
	font-size:12px;
	color:#ccc;
}

.NewsItem .comment_form .captcha{
	width:40px;
}

.NewsItem .comment_form .captcha_error{
	color:#f00;
	float:left;
	width:90px;
	height:16px;
}

.NewsItem .comment_form .captcha_image{
	
	margin-right:5px;
}

.commentformRow .plaatsreactie input{
	border:1px solid #ccc;
	padding:3px;
}

.NewsItem .comment{
	margin-left:190px;
}

.NewsItem .comment .comment_header{
	float:left;
	color:#999;
	border-top:1px dotted #ccc;
	width:480px;
}

.NewsItem .comment .comment_body{
	float:left;
	color:#000;
	clear:both;
	margin-bottom:10px;
}

.reageer_button{
	color:#f00;
	font-size:12px;
	background-color:#fff;
	cursor: hand;
	cursor:pointer; 
}
.reageer_button: hover{
	text-decoration:underline;
}

div#news{

}

.date_input{
	width:70px;
}



#body_editor{
	height:200px;
}

table#newslist{
	width:200px;
}

table#newslist th{
	text-align:left;
}

#newsImage{   
	cursor: pointer;   
	text-decoration:none;   
} 

table#news_edit input.title{
	width:370px;
}

table#news_edit textarea.intro{
	height:80px;
	width:370px;
}



#popupContact{   
	display:none;   
	position:fixed;   
	_position:absolute; 
	height:760px;   
	width:620px;   
	background:#FFFFFF;   
	border:2px solid #cecece;   
	z-index:2;   
	padding:12px;   
	font-size:13px;   
}   

#popupContact h1{   
	text-align:left;   
	color:#6FA5FD;   
	font-size:22px;   
	font-weight:700;   
	border-bottom:1px dotted #D3D3D3;   
	padding-bottom:2px;   
	margin-bottom:20px;   
}   

#popupContactClose{   
	font-size:14px;   
	line-height:14px;   
	right:6px;   
	top:4px;   
	position:absolute;   
	color:#6fa5fd;   
	font-weight:700;   
	display:block;
}   

#popupContact a{   
	cursor: pointer;   
	text-decoration:none;   
} 

a.reacties{
	color:#f00;
	text-decoration:none;
}

div.comments{
	clear:both;
	display:none;
}
