* { margin: 0px; padding: 0px; }

/*	STRUCTURAL	*/
html, body {
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.875em;
	line-height: 1.6;
	background-color: #92aebe;
	background-image:url(../images/bg_verloop.gif);
	background-repeat: repeat-x;
}

img {
	border: 0px;
}

td {
	vertical-align: top;
}

/*	DIVS	*/

div#container {
	position: absolute;
	width: 1000px;
	top: 0px;
	left: 10px;
	min-height: 100%;
	background-image: url('../images/bg_zoeken.gif');
}

div#paginakop {
	position: relative;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 1000px;
	height: 72px;
	background-image:url('../images/header_kaart.gif');
}

div#enigekolom {
	position: relative;
	float: left;
	top: 0px;
	width: 970px;
	left: 0px;
	padding: 15px;
}

/*	TEXT	*/

.menuknoppen {
	position: relative;
	left: 17px;
	width: 983px;
	top: 44px;
	color: #cdcdcd;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.menuknoppen a {
	color: #2f66a9;
	text-decoration: none;
}

.menuknoppen a:hover {
	color: #ff6600;
}


a {
	color: #1d5096;
}

a:link {
	color: #1d5096;
}

a:visited {
	color: #1d5096;
}

a:hover {
	color: #ff6600;
}

a:active {
	color: #3067b3;
}



