#innercontent{
	padding:3px;
}

#centercontent {
	background:#fff;
	border:1px solid #000; 
}


#uppercontent{
	background:#c6dbcc; /* lichtgroen */
}

#rightcontent {
	background:#539C76;/* donkergroen */
	border:1px solid #000;
}

#leftcontent {
	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 */
	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 */
}


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

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


p{
	font-family: garamond;
}

p.uitleg{
	color: blue;
}

p.waarschuwing{
	color: purple;
}

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

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

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

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

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

#gb-tekst{
	background-color: white;
	font-family:tahoma;
	font-size: 14px;
	color: black;
}