body {
  margin: 0;
  padding: 0;
  text-align: center;	
  color: #999;
  background: #000 url(../beeld/bg_opening.jpg) center 0 repeat-y;
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 150%;
}
		
/* voorkom stippellijnen rond linkjes in firefox */
:focus {
	-moz-outline-style: none;
}
img {
	border: 0;
	padding: 0;
	display: block;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	color: #999;
}


#container {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  height: 500px;
  background: url(../beeld/anke_screen2.gif) center 150px no-repeat;
}

#navigatie {
	padding: 295px 0 0 325px;
}

.biografie a, .portfolio a, .contact a {
	float: left;
	height: 15px;
	width: 110px;
	background: url(../beeld/biografie.gif) 0 0 no-repeat;
	display: block;
}

.portfolio a {
	width: 115px;
	background: url(../beeld/portfolio.gif) 0 0 no-repeat;
}

.contact a {
	width: 84px;
	background: url(../beeld/button_cursus.gif) 0 0 no-repeat;
}

.biografie a:hover, .portfolio a:hover, .contact a:hover {
	background-position: 0 -15px;
}

#analoog_container {
	clear: both;
	margin: 84px 0 0 200px;
}

.analoog a {
	height: 54px;
	width: 109px;
	background: url(../beeld/analoog.gif) 0 0 no-repeat;
	display: block;
}

.analoog a:hover  {
	background-position: 0 -54px;
}

#extra_container {
	padding: 0 0 0 0;
}

.parel a {
	height: 40px;
	width: 309px;
	background: url(../beeld/parel.gif) 0 0 no-repeat;
	display: block;
}

.parel a:hover {
	background-position: 0 -40px;
}

.plaatje-links {
	display: block;
	float: left;
	margin: 5px 10px 5px 0;
	}

.plaatje-rechts {
	display: block;
	float: right;
	margin: 5px 0 5px 10px;
	}

.plaatje-midden {
	display: block;
	text-align: center;
	margin: 10px auto;
	clear: both;
	}

.attentie {
 	font-size: 14px;
	}


