.cols2_left {
	position: relative;
	display: block;
	float: left;
	width: 520px;
	padding: 0;
	margin: 10px 0px 0px 10px;
	}

.cols2_left h1.green {
	float: left;
	width: 520px;
	height: 21px;
	line-height: 20px;
	margin: 0;
	padding:0px 0px 0px 20px;
	text-align: left;
	background: url('/images/system/kolomkop-groot.png') no-repeat left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: White;
	}

.cols2_right {
	position: relative;
	display: block;
	float: left;
	width: 250px;
	padding: 0;
	padding-left: 10px;
	margin: 10px 0px 0px 0px;
	}

.cols2_right .greenbar {
	background-color: rgb(255,0,0);
	}

.cols2_right h1.green {
	float: left;
	width: 250px;
	height: 21px;
	line-height: 20px;
	margin: 0;
	padding:0px 0px 0px 20px;
	text-align: left;
	background: url('/images/system/kolomkop.png') no-repeat left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: White;
	/* border: solid 1px rgb(0,0,0); */
	}

.cols2_right h1.datum_naam {
	/* float: left; */
	width: 250px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: rgb(0,151,0);
	background-color: rgb(204,255,51);
	text-indent: 10px;
	/* border: solid 1px rgb(0,0,0); */
	}

.cols2_right .yellow_text {
	position: relative;
	display: block;
	width: 250px;
	background-color: rgb(204,255,51);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: none;
	}

.cols2_right .yellow_text .tekst {
	position: relative;
	display: block;
	width: 240px;
	padding: 5px;
	}

.cols2_right ul {
	padding: 0;
	margin: 0;
	list-style-position: inside;
	width: 250px;
	color: rgb(0,0,0);
	background-color: rgb(204,255,51);
	}

.cols2_right li {
	padding: 5 0;
	margin: 0 10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(0,0,0);
	}

