body {
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;	
}

a {
	text-decoration:none;
	color:#FF6600;
}

a:hover {
	color:#333333;
	text-decoration:none;
}


h1 {
	font-style:normal;
	color:#FF3300;
}

h2 {
	font-style:normal;
	color:#FF3300;
}

#container {
	position:absolute;
	width: 910px;
	color: #666666;
	margin-left: -455px;
	top: 0px;
	left: 50%;
	border:none;
}

#header {
	position:absolute;
	width: 910px;
	height: 215px;
	top: 0px;
	left: 0px;
	margin:0px;
	padding:0px;
	background-image: url(../images/header.png);
	background-repeat:no-repeat;
}

#recent {
	position:absolute;
	width: 193px;
	height: 116px;
	top: 16px;
	left: 670px;
	margin:0;
	padding:0;
	background-image: url(../images/recent_bg.png);
	background-repeat:no-repeat;
}

.recent_content {
	color:#666666;
	width: 193px;
	height: 116px;
	top: 16px;
	left: 670px;
	margin:4px;
	padding:4px;
}

.nav {
	position:absolute;
	width: 300px;
	height: 360px;
	top: 258px;
	left: 0px;
	padding:0px;
	margin: 0px;
	background-image: url(../images/bg_menu.png);
	background-repeat:no-repeat;
	z-index:2;
	
}

.menu_home a{
	position:absolute;
	width: 246px;
	height: 63px;
	top: 30px;
	left: 14px;
	margin:0;
	padding:0;
	color:#FF6600;
	font-weight:bold;
	background-image: url(../images/icon_home.png);
	background-repeat:no-repeat;
	z-index:3;
}

.menu_sinterklaas a{
	position:absolute;
	width: 246px;
	height: 63px;
	top: 93px;
	left: 14px;
	margin:0;
	padding:0;
	color:#FF6600;
	font-weight:bold;
	background-image: url(../images/icon_sint.png);
	background-repeat:no-repeat;
	z-index:3;
}

.menu_kerst a {
	position:absolute;
	width: 246px;
	height: 63px;
	top: 156px;
	left: 14px;
	margin:0;
	padding:0;
	color:#FF6600;
	font-weight:bold;
	background-image: url(../images/icon_kerst.png);
	background-repeat:no-repeat;
	z-index:3;
}

.menu_kinder a{
	position:absolute;
	width: 245px;
	height: 63px;
	top: 219px;
	left: 14px;
	margin:0;
	padding:0;
	color:#FF6600;
	font-weight:bold;
	background-image: url(../images/icon_kinder.png);
	background-repeat:no-repeat;
	z-index:3;
}

.menu_contact a{
	position:absolute;
	width: 246px;
	height: 63px;
	top: 282px;
	left: 15px;
	margin:0;
	padding:0;
	color:#FF6600;
	font-weight:bold;
	background-image: url(../images/icon_contact.png);
	background-repeat:no-repeat;
	z-index:3;
}

.menu_home a:hover{
	position:absolute;
	width: 246px;
	height: 63px;
	top: 30px;
	left: 14px;
	margin:0;
	padding:0;
	color:#FF6600;
	font-weight:bold;
	background-image: url(../images/icon_home_hover.png);
	background-repeat:no-repeat;
	z-index:3;
}

.menu_sinterklaas a:hover{
	position:absolute;
	width: 246px;
	height: 63px;
	top: 93px;
	left: 14px;
	margin:0;
	padding:0;
	color:#FF6600;
	font-weight:bold;
	background-image: url(../images/icon_sint_hover.png);
	background-repeat:no-repeat;
	z-index:3;
}

.menu_kerst a:hover{
	position:absolute;
	width: 246px;
	height: 63px;
	top: 156px;
	left: 14px;
	margin:0;
	padding:0;
	color:#FF6600;
	font-weight:bold;
	background-image: url(../images/icon_kerst_hover.png);
	background-repeat:no-repeat;
	z-index:3;
}

.menu_kinder a:hover{
	position:absolute;
	width: 245px;
	height: 63px;
	top: 219px;
	left: 14px;
	margin:0;
	padding:0;
	color:#FF6600;
	font-weight:bold;
	background-image: url(../images/icon_kinder_hover.png);
	background-repeat:no-repeat;
	z-index:3;
}

.menu_contact a:hover{
	position:absolute;
	width: 246px;
	height: 63px;
	top: 282px;
	left: 14px;
	margin:0;
	padding:0;
	color:#FF6600;
	font-weight:bold;
	background-image: url(../images/icon_contact_hover.png);
	background-repeat:no-repeat;
	z-index:3;
}

#contentall {
	position:absolute;
	width: 910px;
	top: 258px;
	left: 0px;
	margin:0;
	padding:0;
	color:#FF6600;
	font-weight:bold;
	background-image: url(../images/kids_bg.png);
	background-repeat:no-repeat;
	z-index:0;
	height: 1200px;
}

#content {
	position:absolute;
	width: 400px;
	top: 250px;
	left: 300px;
	margin:0;
	padding:0;
	z-index:0;
}

#kidsfooter {
	position:absolute;
	width: 910px;
	height: 70px;
	top: 1800px;
	left: 0px;
	margin:10px;
	padding:10px;
}

#footer {
	font-size:10px;
	position:absolute;
	width: 910px;
	height:50px;
	top: 1900px;
	left: 0px;
	margin:10px;
	padding:10px;
	background-image: url(../images/bg_footer.png);
	background-repeat:no-repeat;
	z-index:0;
}

