#nieus-klein-container{
	position:relative;
	float:right;
	display:inline;
	width:362px;
	margin-top:20px;
	padding-bottom:13px;
	}
	
#nieuws-logo{	
	position:absolute;
	width:65px;
	height:51px;
	right:0px;
	top:0px;
	background-image:url(../images/nieuws-logo.png);
	background-repeat:no-repeat;
	z-index:2;
	}
	
#kort-nieuws-titel{
	position:relative;
	float:left;
	display:inline;
	padding-bottom:10px;
    font-size:24px;
    color:#0087f0;
	font-weight:normal;
	line-height:22px;
	display:inline;
	}
	
.nieuws-klein{
	position:relative;
	float:left;
	display:inline;
	width:339px;
	margin-top:3px;
	margin-left:13px;
	padding:5px;
	color:#033f53;
	z-index:1;
	cursor:pointer;
	}
	
.nieuws-klein:hover{
	position:relative;
	float:left;
	display:inline;
	margin-top:3px;
	margin-left:13px;
	padding:5px;
	color:#033f53;
	background-color:#ecf1f4;
	z-index:1;
	cursor:pointer;
	}
	
#aantal-reacties-nieuws{
	position:relative;
	float:left;
	display:inline;
	color:#989898;
	}
	
.nieuws-arrow{
	position:absolute;
	width:12px;
	height:8px;
	top:11px;
	left:-12px;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	}
	
#alle-nieuwsberichten{
	position:relative;
	display:inline;
	float:left;
	margin-top:10px;
	margin-left:15px;
	}
