/*BEGIN nieuwsberichten klein op voorpagina*/ 

#nieuws_small_lezen{
	position:absolute;
	width:260px;
	bottom:15px;
	left:10px;
	text-align:center;
	color:#CCE7FF;
	font-size:13px;
	vertical-align:bottom;
	}

#nieuws_small_container{
    position:relative;
    float:right;
	display: inline;
    margin-right:25px;
	margin-top:15px;
    width:267px;
}

#nieuws_small_bg{
	position:relative;
	float:left;
	display:inline;
	width:267px;
	min-height:285px;
	margin-top:12px;
	background-image:url(../images/nieuws-small-bg.png);
	background-position:bottom;
	background-repeat:repeat-y;	
}

#nieuws_small_overlay{
	position:absolute;
	width:253px;
	height:41px;
	left:10px;
	top:-8px;
	background-image:url(../images/nieuws-small-overlay.png);
	background-repeat:no-repeat;
	}

#nieuws_small_titel{
	position:absolute;
	width:220px;
	height:25px;
	left:20px;
	top:-8px;
	}
	
#nieuws_small_paraplu{
	position:absolute;
	width:92px;
	height:121px;
	background-image:url(../images/paraplu.png);
	right:0px;
	top:-70px;
	}

.nieuws_small_datum{
    color:#fff;
	font-weight:bold;
	font-size:12px;
	display:none;
}

.nieuwsberichten_small{
	position:relative;
	float:left;
	display:inline;
    margin-top:38px;
	margin-left:30px;
	width:210px;
}

.nieuwsbericht_small{
	margin-top:12px;
	display:block;
	}  

.nieuwsberichten_small a{
    font-size:11px;
    color:#383838;
} 
  
#nieuws_small h1{
	font-size:16px;
	font-weight:bold;
	color:#c6d2dd;
	}

a:link.nieuws_small_titel, a:visited.nieuws_small_titel, a:active.nieuws_small_titel{
	font-size:14px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	}
    
a:hover.nieuws_small_titel{
	font-size:14px;
	text-decoration:none;
	color:#fff;
	}
	
.nieuwssamenvatting_small{
	display:block;
	margin-top:15px;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	}
	
.nieuwsfoto_small{
	display:inline;
	float:left;
	margin-right:5px;
	margin-bottom:3px;
	}

.nieuwsfoto_small img{
	border:0px;
	}
/*EINDE nieuwsberichten klein op voorpagina*/ 
	
	
	
/*BEGIN nieuwsberichten groot op nieuws pagina*/  
#nieuws{
	position:relative;
	float:left;
	}

.nieuws-bericht-container{
	position:relative;
	clear:both;
	margin-top:10px;
	}
	
.nieuws-datum{
	position:relative;
	display:inline;
	color:#c6d2dd;
	font-weight:bold;
	}
	
.nieuws-titel{
	position:relative;
	display:inline;
	width:580px;
	height:15px;
	color:#c6d2dd;
	}
	
.nieuws-bericht{
	position:relative;
	float:left;
	width:585px;
	margin-top:5px;
	margin-bottom:20px;
	padding:10px;
	overflow:auto;
	background-image:url(../images/chalets-overzicht-bg-blokken.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #7390ac;
	background-color:#003568;
	}
	
.nieuws-foto{
	position:relative;
	float:right;
	margin-right:10px;
	}
/*EINDE nieuwsberichten groot op nieuws pagina*/ 
	
/*Begin nieuws popup*/
.nieuws_popup{
    width:580px;
}
/*Einde nieuws popup*/

#aanmeld-tekst{
	position:relative;
	float:left;
	display:inline;
	margin-top:-12px;
	color:#c6d2dd;
	}

#aanmeld-container{
	position:relative;
	float:left;
	display:inline;
	width:590px;
	height:24px;
	padding:3px;
	padding-left:10px;
	line-height:18px;
	margin-top:3px;
	margin-bottom:15px;
	border:1px solid #6988a6;
	background-image:url(../images/bg-nieuws-aanmelden.gif);
	background-repeat:repeat-x;
	}
	
#nieuws-aanmeld-button{
	position:absolute;
	top:2px;
	right:2px;
	width:64px;
	height:26px;
	background-image:url(../images/aanmeld-button-verzend.jpg);
	background-position:top;
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
#nieuws-aanmeld-button:hover{
	background-position:bottom;
	}