/* CSS Document */

body {
	background-color: #D3E6D2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p.bold {
font-size: 16px;
font-weight: bold;
}

p.belangrijk {
font-size: 16px;
font-weight: bold;
text-align: center;
}

p.belangrijk a {
font-size: 16px;
font-weight: bold;
color: #0000ff;
text-underline: none;
}

p.belangrijk a:visited {
font-size: 16px;
font-weight: bold;
color: #660099;
text-underline: none;
}

p.belangrijk a:hover {
font-size: 16px;
font-weight: bold;
color: #ff0000;
text-underline: none;
}

p.belangrijk a:active {
font-size: 16px;
font-weight: bold;
color: #ff0000;
text-underline: none;
}

h1 {
	font-family: "Comic Sans MS", Georgia, Arial, Verdana;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-family: "Comic Sans MS", Georgia, Arial, Verdana;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}

h3{
font-family: "Comic Sans MS", Georgia, Arial, Verdana;
font-size: 16px;
font-weight: bold;
text-align: center;
}

h4 {
font-family: "Comic Sans MS", Georgia, Arial, Verdana;
font-size: 16px;
font-weight: bold;
text-align: left;
}

h5 {
font-family: "Comic Sans MS", Georgia, Arial, Verdana;
font-size: 14px;
font-weight: bold;
text-align: left;
}

h6 {
font-family: "Comic Sans MS", Georgia, Arial, Verdana;
font-size: 12px;
font-weight: bold;
}

#menu {
	font-family: "Comic Sans MS", Georgia, Arial, Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	word-spacing: 20px;
	letter-spacing: 1px;
	background-color: #006633
}

#menu a {
	font-family: "Comic Sans MS", Georgia, Arial, Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	word-spacing: 20px;
	letter-spacing: 1px;
	text-decoration: none;
}

#menu a:visisted {
	color: #CCCCCC;
}

#menu a:hover {
	color: #ff0000;
}

#menu a.selected {
	color: #999999
}

#content {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 25px;
	font-family: Comic Sans MS, Arial, Georgia, Verdana;
	font-size: 14px;
	color: #000000;
	}

#content a {
	font-family: "Comic Sans MS", Georgia, Arial, Verdana;
	font-size: 14px;
	color: #0000ff;
	text-decoration: none;
}

#content a:visited {
	color: #660099;
}

#content a:hover {
	color: #FF0000;
}

#content a:active{
	color: #FF0000;
}


#andernieuws {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
}

#andernieuws a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
	text-decoration: none;
}

#andernieuws a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
}

#andernieuws a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#00FFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
}

#andernieuws a:active{
	font-family: Arial, Helvetica, sans-serif;
	color:#00FFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
}

#footer {
font-size: smaller;
color: #FFFFCC;
text-align: center;
}

