* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;

	text-align: center;

	width: 100%;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

h1 {
	font-size: 20px;
	margin: 10px 0;
}

span.fout {
	color: red;
}

#wrap {
	width: 787px;
	margin: 0 auto;

	text-align: left;

	border-left: 2px solid white;
	border-right: 2px solid white;

	position: relative;

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#header {
	height: 235px;
}


#page {
	margin-bottom: 15px;
}

#categories {
	float: left;
	width: 261px;

	padding-top: 20px;
}

#categories_home {
	margin-bottom: 20px;
}

#categories a.categorie {
	display: block;

	margin-bottom: 5px;

	position: relative;

	font-weight: bold;
}

#categories a.categorie img {

}

#categories a.categorie_selected, #categories a.categorie:hover {
}

#categories_adverteerders {
	margin-top: 20px;
}

#advertenties {
	float: left;
	padding: 10px 0 10px 10px;

	font-size: 15px;

	width: 505px;

	text-align: left;
}

#advertenties a.advertentie { 
	display: block;
	
	margin-bottom: 10px;

	position: relative;

	padding: 12px 10px;

	font-size: 13px;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;

	width: 100%;

	text-align: center;

	padding: 5px 0;

	zoom: 1;
}

.columns #footer {
	left: 260px;
	width: 527px;
}

#footer a:hover {
	text-decoration: underline;
}
