		div#columnleft {
			float: left;
			width: 566px;
			padding: 32px;
			background: #222222;
		}

		div#columnleft div#print {
			float: right;
			width: 42px;
			height: 24px;
		}

		div#columnleft h6 {
			font-size: 1.1em;
			font-weight: normal;
			text-transform: uppercase;
			color: #9A9A9A;
			margin: 0px 0px 16px 0px;
		}
		
		div#columnleft h6 b {
			font-size: 1em;
		}
		
		div#columnleft table {
			width: 100%;
			padding: 0px;
			margin: 0px;
		}
		
		div#columnleft table th {
			font-size: 1.2em;
			border-bottom: 1px solid #FFFFFF;
			padding: 0px 0px 4px 0px;
		}
		/* KLEUR AANPASSING*/
		div#columnleft table th.datum {
			/*color: #E2611D;*/
			color: #E1601C;
			text-transform: uppercase;
			white-space: nowrap;
			padding: 0px 16px 4px 32px;
		}
		
		div#columnleft table th.titel {
			color: #FFFFFF;
			text-transform: uppercase;
			width: 100%;
		}
		
		div#columnleft table th.evenementtitel {
			color: #FFFFFF;
			text-transform: uppercase;
			padding: 0px 0px 8px 32px;
			width: 100%;
		}
		/* KLEUR AANPASSING*/
		div#columnleft table th.evenementtitel div {
			float: right;
			text-transform: none;
			/*color: #f3ae00;*/
			color: #E1601C;
		}
		
		div#columnleft table th.evenementtitel div span {
			color: #FFFFFF;
		}
		
		div#columnleft table td {
			vertical-align: top;
			color: #FFFFFF;
			padding: 8px 0px 8px 0px;
			border-bottom: 1px dotted #999999;
		}

		div#columnleft table td img {
			display: inline;
		}
		
		div#columnleft table td.foto {
			padding: 8px 16px 8px 0px;
			border-bottom: 1px dotted #999999;
			text-align: right;
		}
		
		div#columnleft table td.text {
			width: 100%;
		}
		
		div#columnleft table td div {
			text-align: right;
		}
		
		div#columnleft table td a {
			color: #FFFFFF;
		}
		
		div#columnleft table td div a {
			text-transform: uppercase;
			font-weight: bold;
			color: #FFFFFF;
			padding: 2px 26px 2px 0px;
			background: url("../img/button_leesverder.gif") top right no-repeat;
			text-decoration: none;
		}
		
		div#columnleft table td.clear { 
			border: none;
			padding: 0px;
		}
		
		div#columnleft table td.detail { 
			border: none;
			padding: 6px 0px 0px 32px;
		}
		
		div#columnleft table td.detail p { 
			margin: 0px 0px 1em 0px;
		}
		
		div#columnright {
			float: left;
			clear: right;
			width: 238px;
			padding: 32px 16px;
		}
		
		div#columnright h1 {
			font-size: 1.2em;
			line-height: 1.5em;
			padding: 0px;
		}
		
		div#columnright ul.mostread {
			margin: 0em 0em 1em 2em;
			list-style: url("../img/bullet_list_mostread.gif");
		}
		
		div#columnright ul.archive {
			margin: 0em 0em 1em 2em;
			list-style: url("../img/bullet_list_archive.gif");
		}
		
		div#columnright ul li a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		div#columnright ul li a:hover {
			color: #FFFFFF;
			text-decoration: underline;
		}
		
		
		
		
		
