body {
  background-image: url("images/tegelpatroon_klein.jpg");
  color: F08080;
  background-color: white;
  font-family: Comic Sans MS;
  scrollbar-arrow-color: #F08080;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-highlight-color: #F08080;
  scrollbar-face-color: #F08080;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
}

textarea { 
  text-align: left;
}
	A:link		{ color: #F08080; text-decoration:none;}
	A:visited		{ color: #F08080; text-decoration:none;}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
  color: black;
  text-align: center;
	display: block;
	width: 8em;
}

#nav li { /* all list items */
	float: left;
	width: 8em; /* width needed or else Opera goes nuts */
}

#nav ul { /* second-level lists */
	position: absolute;
	background: #FDF1F1;
	width: 8em;
  left: -999em;
//	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.ie_does_hover ul {
  left: auto;
  background-position: 0 0;
}

#content {
	clear: left;
	color: #eee;
}

