@charset "utf-8";
/* CSS Document */

*
{
	font-family: Tahoma;
	font-size: 11px;
}

html
{
	overflow: -moz-scrollbars-vertical;
}

body
{
	background-color: #281e1e;
	padding: 0;
}

a:link, a:active, a:visited
{
	font-style: normal;
	color: #666666;
	text-decoration: underline;
}

a:hover
{
	font-style: normal;
	color: #333333;
	text-decoration: underline;
}

a.top:link, a.top:active, a.top:visited
{
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}

a.top:hover
{
	font-style: normal;
	color: #ffffff;
	text-decoration: underline;
}

a.menu:link, a.menu:active, a.menu:visited
{
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}

a.menu:hover
{
	font-style: normal;
	color: #ffffff;
	text-decoration: underline;
}

div#information
{
	text-align: right;
	width: 632px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	color: #ffffff;
}

div#container
{
	background-color: #ffffff;
	width: 632px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
}

div#header
{
	height: 165px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center;
}

div#menu
{
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	height: 58px;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: center;
}

div#pages
{
	padding-top: 15px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

div#content
{
	padding: 8px;
	color: #000000;
}

div#right
{
	width: 204px;
	float: right;
	color: #000000;
}

div#toekomst,
div#verleden
{
	padding: 5px;
}

div#footer
{
	height: 40px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center;
}

div#valid
{
	text-align: center;
	padding: 10px;
}

small
{
	color: #999999;
}

img
{
	border: 0px;
}

img#nieuws
{
	float: left;
	padding: 5px;
}

span#ntitel
{
	font-weight: bold;
	font-size: 14px;
	color: #AD1239;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AD1239;
}

span#nbericht
{
	text-align: justify;
}

span#nlees
{
	text-align: right;
}

strong
{
	color: #AD1239;
}