a:active {color: #6DC065; text-decoration: none;}
a:hover {color: #6DC065; text-decoration: underline;}
a {color: #6DC065;text-decoration: none;}

#nieuw {
	border: 1px 0px 1px 0px solid black;
	
	width: 750px;
	height: 147px;
	}

#nieuwtoegevoegd {
	width: 182px;
	height: 142px;
	margin-left: 750px;
	width: 200px;
	margin-top:-147px;
	padding: 5px 0px 0px 0px;
	}
#nieuwcontainer {
	-moz-box-shadow: 0px 5px 10px #888;
	-webkit-box-shadow: 0px 5px 10px #000;
	}
	
p.nieuwtoegevoegd {
	padding-top: -50px;
	}

#cutenews {
	padding-left: 20px;
	}

#nieuws {	
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	font-weight: normal;
    background-color:#fff
}
#nieuws:hover {	
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	font-weight: normal;
}

