/* CSS Document */

html, body, #wrapper {
	font-family					: Georgia, Times New Roman, sans-serif;
	background-color			: #FFFFFF;
	height						: 100%;
	margin						: 0;
	padding						: 0;
	border						: none;
	text-align					: center;
	}

#wrapper {
	background-color			: #FFFFFF;
	margin						: 0 auto;
	text-align					: left;
	vertical-align				: middle;
	width						: 968px;
	}

/* add H1 to make Firefox same as IE at top */
h1 {
	border						: 0px;
	padding						: 0px;
	margin						: 0px;
	}

h1 {
	font-size					: large;
	}

h2 {
	font-size					: medium;
	}

h3 {
	font-size					: medium;
	font-style					: italic;
	}

h4 {
	font-size					: small;
	}

h5 {
	font-size					: small;
	font-style					: italic;
	}

h6 {
	font-size					: x-small;
	}

hr {
	color						: #FF0000;
	}

table {
	font-size					: small;
	color						: #000000;
	}

td {
	vertical-align				: top;
	}

.menu {
	font-size					: small;
	color						: #000000;
	}

.menu a {
	color						: #000000;
	}

.menu-item, .nieuws-item {
	font-size					: large;
	font-weight					: bold;
	color						: #000000;
	}

.content-normal {
	font-size					: small;
	color						: #000000;
	}

.content-normal a {
	color						: #000000;
	}

.content-border {
	font-size					: small;
	color						: #000000;
	}

.content-border a {
	color						: #000000;
	}

.footer {
	font-size					: x-small;
	color						: #000000;
	text-align					: center;
	}

.footer a {
	color						: #000000;
	}
