/* added by wessel attempting to make a good layout */

#leftcontent {
position: absolute;
left:60px;
top:50px;
width:125px;
background:#539C76; /* donkergroen */
border:1px solid #000;
	}


#uppercontent {
margin-top:20px;
background:#c6dbcc; /* lichtgroen */
margin-left: 199px;
margin-right:199px;
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 201px;
margin-right:201px;
	}
html>body #centercontent {
margin-left: 201px;
margin-right:201px;
	}

#centercontent {
margin-top:50px;
background:#fff;
margin-left: 199px;
margin-right:199px;
border:1px solid #000; 
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 201px;
margin-right:201px;
	}
html>body #centercontent {
margin-left: 201px;
margin-right:201px;
	}


#rightcontent {
position: absolute;
right:60px;
top:50px;
width:125px;
background:#539C76;/* donkergroen */
border:1px solid #000;
}


body{
	background-color: #C6DBCC ; /* lichtgroen */
}


img{ 
	border : 0 
}

/* gebruikt voor de links in het menu */
#menulinks{
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color:  #c6dbcc; /* lichtgroen */
	margin-left: 5px; 
	text-decoration: none; /* dubbelop, staat ook bij a */
}

#menulinks:hover{
	color: #B41601; /* donkerrood */
	text-decoration: none; /* overrrides a:hover */
}

#menunietlinks{
font-family: tahoma;
	font-size: 13px;
	/*font-weight: bold;*/
	color:  #c6dbcc; /* lichtgroen */
	margin-left: 5px;
}




a{
	text-decoration: none;
	color: #B41601; /* donkerrood */
}

a:hover{
		text-decoration: underline;
		color: black;
}


p{
margin-left:5px;
margin-right:5px;
color:black;
font-family: garamond;
}

h1 {
	color: #B41601; /* donkerrood */
	font-family:garamond;
	font-size: 64px;
}

h2{
	color: #B41601; /* donkerrood */
	font-family: garamond;
	font-size: 42px;
}

h3{
	color: #539C76; /* donkergroen */
	font-family:tahoma;
	font-size: 22px;
	}

h4{
	margin-left: 5px;
	color: black;
	font-family:tahoma;
	font-size: 16px;
}

/* vanaf hier dingen toevoegen */




#gastenboek-kopje {
	background-color: #539C76; /* donkergroen */
	font-family:tahoma;
	font-size: 14px;
	font-weight:bold;
/*	margin-left: 5px;*/
	color: #c6dbcc;  /* lichtgroen */
}

#gb-tekst{
	background-color: white;
	font-family:tahoma;
	font-size: 14px;
	color: black;
/*	margin-left: 5px; */
	}