/* CSS Document */#left_content {    width: 400px;    float: left;    background: #F000;	color:#FFCC00;    height: auto;    margin-bottom: 30px;	margin-top:10px;	}		#left_content p {		line-height:18px;		margin-bottom:10px;	}		#left_content p.reactie{		line-height:18px;		margin-bottom:0px;	}		#left_content h1 {		font-size:28px;		line-height:32px;		font-weight:bold;		color:#FFF;		margin-bottom:10px;		/*margin-top:30px*/	}		#left_content h2 {		font-size:28px;		line-height:32px;		font-weight:bold;		color:#FFCC00;	}#left_content a	{	color:#FF0000;		line-height: 18px;	}	.intro{font-size:14px;line-height:20px;font-weight:bold;color:#FFFFFF;}	#middle {    width: 50px;    float: left;	color:#fff;    height: auto;    margin-bottom: 30px;	}#right_content {    width: 250px;    float: left;	background-color:#FFFFFF;	color:#000;    height: auto;    margin-bottom: 30px;	margin-top:10px;}		#right_content p	{	margin-bottom:10px;	padding:10px;	}#right {	width:10px;	float:right;	}#reclame {    width: 180px;    float: right;	color:#000;    height: auto;    margin-bottom: 30px;}    #reclame h1, #reclame p {        line-height: 14px;        padding: 10px;		color:#CC0000;    }		#reclame h2{	font-size:18px;	  padding: 10px;	line-height:22px;	color:#CC0000;	font-weight:bold;}a.reageer{	font-size:18px;	font-weight:bold;	color:#ff0000;}.reactie{	color:#FFFFFF;}
