body {
	background: url("images/papier.jpg");
	margin: 0;
	padding: 0;
	text-align:center;
}

#page {
	background-color: #FEFEBC;
	margin: 10px auto;
	width: 760px;
	border: 1px solid #15652C;
}
	
#header {
	background: url("images/header.jpg");
	padding: 0;
	margin: 0 auto;
	width: 100%;
	background-color: #000000;
}

#headerimg {
	margin: 0;
	height: 130px;
	width: 100%;
}
#menu {
	width: 758px;
	padding-bottom:10px;
	background-color: #c4643f;
	/* Edited from 440 */
    text-align: left;
    color:white;
    font-family:courier;
    font-size:11px;
    font-weight:bold;
    text-align:center;  
    
}

#menu:hover{
	color:blue;
}

#content {
	width: 750px;
	background-color: #FEFEBC;
	padding-left:10px;
	margin-top:-80px;
	/* Edited from 440 */
    text-align: left;
    font-family:Georgia;
    font-size:13px;
	position:relative;
}

#footer{
	font-family:arial;
	font-size:10px;
	color:#C3643E;
	font-weight:bold;
	padding-bottom:10px;	
}

#kopje {
	color:#C3643E;
	font-family: Georgia, Sans-Serif;
	font-weight:bold;	
}

#leftimage{
	border: 2px solid #C3643E;
	margin:10px;
}

rechterafbeelding{
	float:right;
	position: relative;
	right: 0px;


}

h3 {
	color:#C3643E;
	font-family: Georgia, Sans-Serif;
	margin-top:10px;	
}

input.knop {
	color:#000000;
	font-family: Georgia, Sans-Serif;
	font-size: 9px;
	background-color: #c3643e;
	width: 100px;
	height: 23px;
	margin: 5px 10px;
}
