#content_center .content_div {
	padding: 0px;
}

.post {
	background-image: url('images/content_inline_back.jpg');
	background-repeat: repeat-x;
	background-color: rgb(254,254,254);
	border-bottom: 1px dotted #ccc;
	padding: 15px 10px;
	}
	
	.news_intro {
		margin-top: 10px;
		}
	
	.news_intro p {
		padding-left: 10px;
		line-height: 19px;
		}
	
	.post p {
		line-height: 19px;
		}
		
	.post a:hover {
		font-weight: normal;
		text-decoration: underline;
	}

.post h3 {
	color: #d82b2b;
	font-size: 130%;
	}

.post .date {
	color: #9f0808;
	margin-top: -2px;
	display: block;
	}

.post .post_img {
	position: relative;
	top: 16px;
	float: left;
	margin-right: 15px; 
	margin-bottom: 5px;
	width: 120px;
	border: 1px solid #444;
}

.post .view_img {
	position: relative;
	top: 5px;
	margin-right: 10px; 
	margin-bottom: 4px;
	border: 1px solid #444;
}

.post .post_text {
	position: relative;
	float: left;
	top: 16px;
	width: 350px;
	}
	
	.post .post_text p {
		line-height: 18px;
		}		

a.more {
	background-image: url(images/arrow_breadcrumbs.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 15px;
	color: #be2026;
	text-decoration: none;
	}	
	
a.back {
	background-image: url(images/arrow_back.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	color: #be2026;
	text-decoration: none;
	}	
	
/* ------------------------------------------------------------ */
/*		Commentaar opmaak										*/
/* ------------------------------------------------------------ */
					
#content .comment_odd {
	background-color: #ddd;
	border: 1px dotted #444;
	padding: 5px;
	margin-bottom: 5px;
	}	

#news_comments h3 {
	margin-top: 10px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 110%;
	}

#content .comment_even {
	background-color: #eee;
	border: 1px dotted #444;
	padding: 5px;
	margin-bottom: 5px;
	}							
	
	#leave_comment form fieldset {
		padding: 5px;
		}
		
		#leave_comment form legend {
			display: none;
			}
			
		#leave_comment form span {
			display: block;
			float: left;
			width: 151px;
			}
		#leave_comment form input {
			border: 1px solid #bbb;
			margin-bottom: 3px;
			width: 340px;
			padding: 2px;
			}
			
		#leave_comment form textarea {
			width: 495px;
			border: 1px solid #bbb;
			}	
			
		#leave_comment form .submit {
			background-color: white;
			background-image: url('images/menu_right_button.jpg');
			background-repeat: no-repeat;
			width: 228px;
			height: 26px;
			border: 1px solid white;
			position: relative;
			margin-top: 3px;
			left: 270px;
			}
					
			
