/* ********************************
	HTML Tags
******************************** */
* {
	padding: 0px;
	margin: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background:  url(img/bglijn.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1b8086;
	text-align: center;

}

p {
	line-height: 1.4em;
}

a:link, a:visited {
	color: #676666;
	text-decoration: none;
}
a:hover, a:active {
	color: #CE4678;
	text-decoration: none;
}

/* ********************************
	Container, Intro, midden
******************************** */

#pageHeader {
	height: 140px;
	width: 780px;
	margin-top: 0px;
	margin-bottom: 12px;
	background:  url(img/top.gif) no-repeat;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#headerAd {
	height: 140px;
	width: 780px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: 26px;
	position: relative;
}

#pageHeader h2 {
	height: 120px;
	width: 119px;
	position: absolute;
	left: 319px;
	top: 79px;
}

#container {
	padding: 12px 0px 0px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
}

#midden {
	background: #fff;
	border-top: 1px solid #F83999;
	border-right: 1px solid #F83999;
	border-left: 1px solid #F83999;
	border-bottom: 1px solid #F83999;
	position: absolute;
	top: 160px;
	left: 180px;
	padding: 2px 2px 2px 6px;
	width: 560px;
}

#menu {
	margin-bottom: 30px;
		font-size: 12px;
}

#content p {
	margin-bottom: 30px;
}

#content h3, h4 {
	margin-bottom: 15px;


}

#kolom	{
	float:left;
	width:478px;
	margin:0 0 20px 0;
}

#gratisspullen	{
	width:478px;
	margin:0 0 4px 0;
	overflow:auto;
}

#gratisspullen img	{
	float:left;
}








/* ********************************
	Zijkant 
******************************** */

#zijkant{
	position: absolute;
	top: 160px;
	left: 25px;
	width: 142px;
	font-size: 12px;
	margin-left: 5px;
}

#menu, #reclame2 {
	background: #fff;
	border-top: 1px solid #F83999;
	border-right: 1px solid #F83999;
	border-bottom: 1px solid #F83999;
	border-left: 1px solid #F83999;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 5px;
}	

#menu li {
	margin-bottom: 3px;
		font-size: 10px;
}

#menu, #reclame2 span {
	padding: 5px;
}

#menu h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #1b8086;

}



#reclame1 {
	text-align: center;
	margin-bottom: 20px;
}

#reclame2 p{
	padding: 10px;
}

/* ********************************
	Footer
******************************** */

#footer {
	text-align: center;
	padding-right: 12px;
	padding-bottom: 20px;
	margin-top: 60px;
}

/* ********************************
	Verborgen
******************************** */

#pageHeader h1 span, #pageHeader h2 span, #reclame1 {
	display:none;
}