@charset "UTF-8";
/* CSS Document */

body {
	background-color: #f5f5f5;
	margin: 0px;
	font-family: "arial";
	Font-size: 12px;
	color: #FFFFFF;
	line-height:18px;
}
h1 {
	font-family: "arial";
	Font-size: 13px;
	color: #6f6f6f;
	font-weight: normal;
	margin-bottom:5px;
	margin-top:0px;
}
a {
	font-family: "arial";
	Font-size: 13px;
	color: #6c6c6c;
	font-weight: normal;
	text-decoration:underline;
	}
#container {
	width:100%;
	height:100%;
	text-align:center;
	margin:auto;
}
#bg {
	width:825px;
	height:600px;
	margin: 0 auto;
	position: relative;
	top:40px;
	text-align:left;
	background-color:#eaeaeb;
}
#top {
	width:825px;
	height:126px;
	position:absolute;
	overflow:hidden;
}
#poppetjes{
	position:absolute;
	z-index:2;
	left:745px;
}
#imgliggend {	
	width:354px;
	height:296px;
	position:absolute;
	top:133px;
}
#imgstaand{
	width:223px;
	height:296px;
	position:absolute;
	top:133px;
	left:361px;
}
#tijden {
	width:235px;
	height:296px;
	position:absolute;
	left:590px;
	top:133px;
	background-color:#6f6f6f;
	overflow:hidden;
}
#tekst{
	width:200px;
	height:296px;
	position:absolute;
	top:20px;
	left:20px;
}
#adres {
	width:825px;
	height:21px;
	position:absolute;
	top:443px;
	padding-left:25px;
}
#onder {
	width:825px;
	height:37px;
	position:absolute;
	top:560px;
	overflow:hidden;
	background-color:#c00074;
}
