* { -moz-box-sizing: border-box; }

body{
	overflow:auto;
	background-color:#3f111b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#606060;
	line-height:18px;
}

h1{
	font-family:"Arial", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#3F111B;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
}



/* <--------------------------------> ALGEMEEN <--------------------------------> */

#menu_links{
	position:absolute;
	left:40px;
	top:125px;
	width:125px;
	border-top:1px solid #d6cc76;
}

.menu_link{
	width:125px;
	height:29px;
	border-bottom:1px solid #d6cc76;
	font-size:14px;
	color:#3f111b;
	font-weight:bold;
	text-decoration:none;
	padding-top:5px;
	padding-left:5px;
	display:block;
}

.menu_sublink{
	width:125px;
	height:24px;
	border-bottom:1px solid #d6cc76;
	font-size:13px;
	color:#3f111b;
	font-weight:bold;
	text-decoration:none;
	padding-top:3px;
	padding-left:15px;
	display:block;
}

.menu_links_active{
	background-color:#eae5ba;
	width:125px;
	height:29px;
	border-bottom:1px solid #d6cc76;
	font-size:14px;
	color:#3f111b;
	font-weight:bold;
	text-decoration:none;
	padding-top:5px;
	padding-left:5px;
	display:block;
}

.menu_sublinks_active{
	background-color:#eae5ba;
	width:125px;
	height:24px;
	border-bottom:1px solid #d6cc76;
	font-size:13px;
	color:#3f111b;
	font-weight:bold;
	text-decoration:none;
	padding-top:3px;
	padding-left:15px;
	display:block;
}

#container{	
	position:absolute;
	width:950px;
	height:530px;
	margin: -275px auto auto -465px;
	left:50%;
	top:50%;
	background-color:#3F111B;
}

#rechts{
	position:absolute;
	width:640px;
	height:530px;
	left:290px;
	top:0px;
	background-image:url(../img/vervolg_rechts.gif);
	background-repeat:no-repeat;
}

#rechts a{
	text-decoration:none;
	font-weight:bold;
	color:#3f111b;
}

#rechts a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#3f111b;
}

#rechts_tekst{
	position:absolute;
	width:585px;
	height:410px;
	top:85px;
	left:20px;
	overflow:auto;
	padding-right:15px;
}

#adres{
	position:absolute;
	width:930px;
	height:20px;
	left:0px;
	top:530px;
}



/* <--------------------------------> SPLASH <--------------------------------> */



#container_splash{	
	position:absolute;
	width:930px;
	height:550px;
	margin: -275px auto auto -465px;
	left:50%;
	top:50%;
	background-color:#3F111B;
	background-image:url(../img/splash_bg.gif);
	background-repeat:no-repeat;
}

#splash_img{
	position:absolute;
	width:302px;
	height:500px;
	top:15px;
	left:115px;
	background-image:url(../img/splash_img.jpg);
	background-repeat:no-repeat;
	background-color:#3F111B;
}

#splash_tekst{
	position:absolute;
	width:395px;
	height:230px;
	overflow:auto;
	top:120px;
	left:457px;
	font-size:13px;
	line-height:17px;
}

#splash_knop1{
	position:absolute;
	left:417px;
	top:351px;
}

#splash_knop2{
	position:absolute;
	left:417px;
	top:385px;
}

#komplot{
	position:absolute;
	top:472px;
	left:237px;
	height:22px;
	width:58px;
	z-index:1;
}

/* <--------------------------------> ADVIES <--------------------------------> */

#advies_menu{
	position:absolute;
	left:0px;
	top:0px;
	height:530px;
	width:190px;
	background-image:url(../img/advies_menu.gif);
	background-repeat:no-repeat;
}

#advies_img{
	position:absolute;
	left:190px;
	top:0px;
	height:530px;
	width:100px;
	background-image:url(../img/advies_foto.jpg);
	background-repeat:no-repeat;
}

/* <--------------------------------> WINKEL <--------------------------------> */

#winkel_menu{
	position:absolute;
	left:0px;
	top:0px;
	height:530px;
	width:190px;
	background-image:url(../img/winkel_menu.gif);
	background-repeat:no-repeat;
}

#winkel_img{
	position:absolute;
	left:190px;
	top:0px;
	height:530px;
	width:100px;
	background-image:url(../img/winkel_foto.jpg);
	background-repeat:no-repeat;
}


