body {
	background-color: #808080;
	font-family: "Courier New", Courier, monospace;
	font-size: 26px;
	text-align:center;
	line-height: 24px;
	color: #333;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

a {
	color: #3366CC;
	text-decoration: none;
}

H1 {
	font: arial;
	font-size:16px;
	font-weight:bolder;
}

H2 {
	font: arial;
	font-size: 14px;
	font-weight:bolder;
}

H3 {
	font: arial;
	font-size: 12px;
	font-weight:bolder;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
  background-color: #006666;
	color: #DCDCDC;
}

#banner {
	background-color:#EFEFEF;
	width: 1000px;
	margin: auto;
	height: inherit;
	padding-bottom:10px;
}

#container {
	background-color: #EFEFEF;
	width: 1000px;
	margin: auto;
	height: inherit;
	padding-top:10px;
}

#container a:link{
	color:#666;
}

#header {
	width:990px;
	font-family:"Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	text-align:right;
	background-color: #3D3D3F;
	border-bottom-style:ridge;
	border: 4px;
	border-color:#FFF;
  	color:#FFF;
	padding-right: 10px;
	margin:auto;
}

#header a:link {
	color:#FFF;
}

#header a:visited {
	color:#FFF;
}

#nav {
	margin: 10px;
	width: 250px;
	float: left;
	color:#FFF;
	height:auto;
}


#nav_menu {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 16px;
	text-align:left;
	background-color: #333;
	padding: 5px;
	margin-bottom:10px;
}

#nav_menu:hover {
	background-color:#7FB848;
}

#nav_menu a:hover {
	text-decoration:none;
}

#nav_menu a:link {
	color:#FFF;
}

#nav_menu a:visited {
	color:#FFF;	
}

#nav_menu_actief {
	font-family:"Lucida Sans Unicode", sans-serif;
	font-size: 16px;
	text-align:left;
	color:#FFF;
	background-color: #7FB848;
	padding: 5px;
	margin-bottom:10px;
}

#nav_menu_actief a:link{
	color:#FFF;
}

#nav_menu_actief a:hover{
	color:#FFF;
	text-decoration:none;
}

#nav_menu_actief a:visited{
	color:#FFF;
}

#twitter {
	margin-top:30px;
	height:auto;
	width:auto;
}

#content {
	width: 715px;
	float:left;
	font-family: arial;
	font-size: 12px;
	text-align:left;
	line-height: 22px;
 	color: #333;
	margin-right: 10px;
	height: auto;
	margin-bottom:20px;
}

#content a:link {
	color: #666;
}

#bericht {
	background-color:#C1DEAE;
	padding: 5px;
	margin-top: 10px;
}

#footer {
    font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	line-height: 22px;
	color:#999;
	margin: auto;
	text-align:center;

}

#footer a:link {
	color:#999;
	
}

#footer a:hover {
	text-decoration:underline;
}

#footer a:visited {
	color:#999;
}

a:hover {
	text-decoration: underline;
}




