html {
	height: 100%; margin-bottom: 1px;
}

BODY, P, DIV, INPUT, SELECT, TD, TEXTAREA, BLOCKQUOTE, OL, UL, DL, LI, DT, DD, TH, PRE, A, A:link, A:visited, A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D6D6D5;
	}
BODY {
	margin: 0px;
	padding: 0px;
	/*
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-FACE-COLOR: #edf4f7;
	SCROLLBAR-ARROW-COLOR: #698a93;
	SCROLLBAR-3DLIGHT-COLOR: #f4f8f9;
	SCROLLBAR-HIGHLIGHT-COLOR: #f4f8f9;
	SCROLLBAR-DARKSHADOW-COLOR: #dae2e5;
	SCROLLBAR-SHADOW-COLOR: #dae2e5;
	*/
	background-color: #383838;
	}
IMG {
	border: 0;
}

FORM {
	margin: 0
}
A:hover, A:active {
	text-decoration: none;
	}
.superscript {
	vertical-align: super;
	font-size: 0.7em;
	}

.Koppen {
	font-weight:bold;
	}

.BlackTxt {
	color: #000000;
	}

/* Main Table Styles */
.MainBG {
	background-color:#383838;
	}

.MainBG2 {
	background-image:url(../images/Global/bg.jpg);
	background-repeat:repeat-y;
	}

/* Login Table Styles */
.LoginTable TD {
	color:#BCBDC0;
	}
.LoginTable INPUT, .LoginTable TEXTAREA {
	background-color:#BCBDC0;
	border:1px solid #BCBDC0;
	color:#000000;
	}
/* contact Table Styles */	
.ContactTable TD {
	color:#BCBDC0;
	}
.ContactTable INPUT, .ContactTable TEXTAREA {
	background-color:#BCBDC0;
	border:1px solid white;
	color:#000000;
	}

/* Menu Styles */
.MainMenu A, .MainMenu A:Link, .MainMenu A:Visited, .MainMenu A:Active {
	text-decoration:none;
	color:#B6B7B8;
	}
.MainMenu A:hover {
	text-decoration:underline;
	color:#FFF100;
	}

/* Nieuws Styles */

.Nieuwskoppen {
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	}
.Nieuwstekst {
	color:#838282;
	}

/* SubMenu Styles */
.SubMainMenu A, .SubMainMenu A:Link, .SubMainMenu A:Visited, .SubMainMenu A:Active {
	text-decoration:underline;
	color:#797878;
	}
.SubMainMenu A:hover {
	text-decoration:none;
	color:#D5D5D5;
	}

