body, html {
	height: 100%;
}
.anim {
	width: 100%;	/* fix for bug with Flash animation scale=noborder */
}
a:link {
	color: #ffffff;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #000000;
}
a:focus {
	color: #000000;
}
a:active {
	color: #000000;
}

/* page colors */

.home {
	background-color: #406123;
}
.team {
	background-color: #80134f;
}
.medewerkers {
	background-color: #c67f07;
}
.oogprothese {
	background-color: #01505e;
}
.afspraken {
	background-color: #5e1f73;
}
.vragen {
	background-color: #890c08;
}
.links {
	background-color: #5a3d1b;
}

/* content pages */

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 14px;
	padding-right: 50px;
	padding-left: 50px;
	color: #FFFFFF;
	margin-top: 10px;
}
.content h1 {
	font-size:18px;
	font-weight:bold;
}
.separate {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.bottom_spacer {
	height: 50px;
}

/* copyright page */

.copyright {
	padding: 100px;
}

