body {
	font: 100% arial, sans-serif;
	line-height:1.3em;
	color: #5c5022;
	background-color: #ffffff;  /* dit is de rondom kleur*/
	background-image: url(img/bovenlijn.jpg); 
	background-repeat: repeat-x;
	margin-top: 0px;
	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: 960px;
	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. */
}

#content {
	float:left;
	width: 960px;
	background-image: url(img/bg-content.jpg);  
}


#kop {
	float:left;
	width: 960px;
	height: 220px;
	background-image: url(img/kop.jpg);  
	background-repeat: no-repeat;
}

#menu {
	float: left; 
	width: 225px;
	padding: 20px 20px 0px 0px; 
	text-align: right;
	font: 100% times;
	line-height: 1.7em;
}

#menu a {
	color: #a30c03;
	text-decoration: none;
	font-weight: normal; 
}

#menu a:hover {
	color: #640702;
	text-decoration: none
	font-weight: normal; 
}

#menu a.active {
	color: #640702;
	text-decoration: none
	font-weight: normal; 
}

#menu a.active:hover {
	color: #640702;
	text-decoration: none
	font-weight: normal; 
}

#tekst {
	float:left;
	width: 450px;
	font-size: 80%;
	padding: 20px 50px 20px 50px; 
}

#tekst a {
	color:#5c5022; 
	text-decoration: underline;
	font-weight: normal;
}

#tekst a:visited {
	color:#5c5022; 
	text-decoration: none
	font-weight: normal;
}

#tekst a:hover {
	color: #a30c03;
	text-decoration: underline
	font-weight: normal;
}

h1 {
	font-size: 120%;
	font-weight: bold;
	color: #a30c03;
}

#kolom {
	float:left;
	width: 130px;
	color: #a30c03;
	font: 90% times;
	line-height: 1.2em;
	padding: 50px 35px 10px 0px; 
}

#clear {
	clear: left;
}

#leegvoorfooter {
	float:left;
	width: 73px;
	height: 2px;
}

#footer {
	float:left;
	width: 887px;
	height: 2px;
	background-color: #a30c03; 
}