@charset "UTF-8";
/* Home - Mieke Smeulers - beeldend kunstenaar */

 /* body */
body {
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 100%;
	color: #0099cc;
	background-color: #99cccc;
	width: 970px;
	position: relative;
}

 /* links */
a:link {
	color: #0099cc;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #0099cc;
	text-decoration: none;
}

 /* achtergrondafbeelding */
#achtergrond {
	position: absolute;
	top: 0px;
	width: 970px;
	z-index: 1;
}

 /* overlay */
#overlay {
	position: absolute;
	top: 0px;
	z-index: 6;
}


 /* laag voor anchors - in gebruik bij 'Natuurlijk verwant' en Papier */
#ankers {
	position: absolute;
	z-index: 10;
	line-height: 20px;
}