/* Pagina Structuur */
#page {
	width      				: 768px;
	margin     				: 5% auto;
	padding    				: 0px;
}

#header {
	height						: 140px;
}

#center {
	height						:	380px;
}

div#menu {
	width						: 120px;
	height					:	380px;
	float						:	left;
	padding					: 4px 4px 4px 4px;
}

#footer {
	height					: 16px;
	padding					: 4px 4px 4px 4px;
}

#content {
	height						:	380px;
	width							: 640px;
	float							:	right;
}



/* Pagina Opmaak */
body {
	background-color	:	#ffffff;
	background-image	: url(blauw.jpg);
	font-family				:	Verdana, Georgia, Arial, Helvetica, sans-serif;
}


#header, #menu, #footer {
	background				:	#0000ff;
}

a, a:visited, a:active {
	color							: #ffff00;
	border						: 0px none;
	text-decoration		: none;
}

a:hover {
	border-bottom: 1px dotted #ffff00;
}

a.img:hover {
	border-bottom: 0px;
}

a#copyright {
	font-size		:	10px;
	float				:	right;
}

img {
	border: 0px none #0000ff;
}
