@charset "UTF-8";
/* CSS Document */


html, body{
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #001835;
}

#container{
	height: 100%;
	width: 1003px;
	min-height: 575px;
	position: relative;
	margin: 0px auto;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

#left{
	height: auto;
	width: 564px;
	position: relative;
	float: left;
	margin: 0px;
}

#right{
	height: auto;
	width: 415px;
	position: relative;
	float: left;
	margin: 0px 0px 0px 1px;
}

#menu{
	height: 30px;
	width: 509px;
	position: relative;
	margin: 0px 0px 0px 55px;
}

#logo{
	height: 133px;
	width: 564px;
	position: relative;
	margin: 45px 0px 0px 0px;
	background-image: url('../images/logo2.jpg');
	background-repeat: no-repeat;
}

#slogan{
	height: 85px;
	width: 415px;
	position: relative;
	margin: 112px 0px 0px 0px;
	background-image: url('../images/slogan.jpg');
	background-repeat: no-repeat;
}

#bottomMenu{
	height: 35px;
	width: 415px;
	position: relative;
	margin: 293px 0px 0px 0px;
}


/*-------------------------
	content
-------------------------*/
#content{
	height: auto;
	width: 515px;
	position: relative;
	margin: 18px 0px 0px 33px;
	padding-bottom: 25px;
}

#gezin{
	position: relative;
	float: left;
}
#kids{
	position: absolute;
	float: left;
	margin: -2px 0px 0px 60px;
}




/*-------------------------
	nieuws
-------------------------*/
.nieuwsBlok{
	height: auto;
	width: 515px;
	position: relative;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #905215;
}

.nieuwsDatum{
	height: 13px;
	width: 515px;
	position: relative;
	margin: 0px;
	
	font-family: 'Verdana', 'Geneva', 'sans-serif';
	font-size: 9px;
	color: #006a95;
	font-weight: normal;
}

.nieuwsTitel{
	height: auto;
	width: 515px;
	position: relative;
	margin: 0px 0px 5px 0px;
	
	font-family: 'Verdana', 'Geneva', 'sans-serif';
	font-size: 12px;
	color: #f28b27;
	line-height: 15px;
	font-weight: bold;
}

.nieuwsContent{
	height: auto;
	width: 515px;
	position: relative;
	margin: 0px;
	
	font-family: 'Verdana', 'Geneva', 'sans-serif';
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	line-height: 13px;
}

.nieuwsLeesverder{
	height: 16px;
	width: 515px;
	position: relative;
	margin: 2px 0px 0px 0px;
	background-image: url('../images/leesverder.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0px 0px 0px 22px;
}
.nieuwsLeesverder a{
	font-family: 'Verdana', 'Geneva', 'sans-serif';
	font-size: 10px;
	color: #a4ca33;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
}
.nieuwsLeesverder a:hover{
	text-decoration: underline;
}



#nieuwsScrollBlok{
	height: 20px;
	width: 120px;
	position: relative;
	float: right;
	margin: 0px;
}
#nieuwsLeft{
	height: 15px;
	width: 15px;
	position: relative;
	float: left;
	margin: 0px;
	color: #00b4e7;
}
#nieuwsText{
	height: 20px;
	width: 90px;
	position: relative;
	float: left;
	margin: 0px;
	color: #00b4e7;
}
#nieuwsRight{
	height: 15px;
	width: 15px;
	position: relative;
	float: left;
	margin: 0px;
	color: #00b4e7;
}




/* print blok */

div#printBlok{
	position: relative;
	width: 510px;
	
	font-family: Arial;
	color: #000000;
	
	background-color: #FFFFFF;
}

div#printInstructies{
	display: none;	
}
