/* ----------------------------------------------
	BASISSETTING, positionering                               
	____________________________________________ */

div{
	margin:0;
	padding:0;
}	
	
body{
	font: 11px Verdana,Arial,Helevetica;
	padding:0;
	color:#000;
	margin: 0;
	/*background:url(../images/body_bg.gif) repeat-y center top #d2232a;*/
	background:#d2232a;
	line-height:16px;
}

#placeholder{
	width: 1032px;
	position: relative;
	margin: 0em auto;
	padding: 0px;
	background:url(../images/body_bg.gif) repeat-y center top #d2232a;
}	

.container{
	margin:0 auto;
	padding:0;
	width:950px;
}
	
	.header{
		float:left;
		width:950px;
	}

	.content{
		float:left;
		width:950px;
		height:421px;
		background:url(../images/Huis_van_Sinterklaas_Websit.jpg) no-repeat center top #fff;
	}

	.content_left{
		float:left;
		padding-left:20px;
		padding-right:20px;
		width:190px;
	}

	.verlanglijstje_top{
		width:190px;
		height:59px;
		background:url(../images/left_01.png) repeat-y center top #fff;
	}
	
	.verlanglijstje_midden{
		background:#CD1B21;
		padding-left:10px;
		border:1px solid #CD1B21;
		color:white;
	}
	
	
	.content_tekst{	
		float:left;
		width:490px;
		height:391px;
		padding-top:30px;
		overflow:auto;
	}

	.content_right{
		float:left;
		padding-left:20px;
		width:210px;
	}

.wolk_left{
	position: absolute;
	top: 162px;
	left: 85px;
	width: 132px;
	height:18px;
	z-index: 10;
}	

.wolk_right{
	position: absolute;
	top: 152px;
	left: 795px;
	width: 139px;
	height:28px;
	z-index: 10;
}	
	
	.footer{
		clear:both;
		width:950px;
		/*height:181px;*/
		/*background:url(../images/background_02.jpg) center top;*/
	}

	.footer_tekst{
		padding-left:230px;
		padding-right:230px;
		width:490px;
		height:81px;
		text-align: center;
		font: 10px Arial,Verdanan,Helvetica;
		background:url(../images/background_02.jpg) center top;
	}
	
		
/* ----------------------------------------------
	CLEARER, it will not stretch otherwise
	____________________________________________ */


.clearer{ 
	clear: both;
} 

/* ----------------------------------------------
	CONTENT STYLES
	____________________________________________ */

h1{
	font-size:18px;
	margin:0;
	padding:0;
	color:#D2232A;
	margin-bottom:10px;
}

h2{
	font-size:16px;
	margin:0;
	padding:0;
	color:#a79567;
	margin-bottom:10px;
}

h3{
	font-size:12px;
	margin:0;
	padding:0;
	color:#000;
	margin-bottom:10px;
}

h4{
	font-size:12px;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

h5{
	font-size:11px;
	margin:0;
	padding:0;
	color:#000	;
}

hr{
	height:1px;
	border:0px solid #fff;
	border-bottom:1px solid #fff;
	color:#fff;
}

a {
	color:#a79567;
	text-decoration:none;
}
