body {
	font: 100% arial, sans-serif;
	line-height:1.3em;
	color: #000066;
	background-color: #ffffff;  /* dit is de rondom kleur*/
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}

#container {
	position:relative;
	width: 970px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#bovenbalk {
	float:left;
	width: 970px;
	height: 158px;
	background-image: url(img/aaltjevincent-kop.jpg);
	background-repeat: no-repeat;
}

#menu {
	float:left;
	width: 175px;
	font-size: 70%;
	text-align: right;
	padding:  30px 10px 0px 0px;
}

#menu a {
	color: #000066;
	text-decoration: none;
	line-height:2em;
}

#menu a:hover {
	color: #990033;
	text-decoration: none
}

#menu a.active {
	color: #990033;
	text-decoration: none
}

#menu a.active:hover {
	color: #990033;
	text-decoration: none
}


#tekst {
	float:left;
	width: 586px;
	font-size: 75%;
	padding:  30px 15px 30px 15px;
	border-right: solid 2px #990033;
	border-left: solid 2px #990033;
}

#tekst h1{
	font-size: 120%;
	font-weight: bold;	
}

#tekst h5{
	font-size: 70%;
}

#tekst a {
	color: #000066;
	text-decoration: underline;
}

#tekst a:hover {
	color: #990033;
	text-decoration: underline;
}

#boekblok {
	float:right;
	width: 165px;
}

