html,body {
  margin:0;
  padding:0;
  margin-top:0;
  margin-bottom:0;
  height:100%;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #231f20;
}
a:active {
	text-decoration: none;
	color: FF0000;
}


table.t-full-height {
  height:100%;
  width:100%;
  border:1px solid black;
}

table.t-800-600 {
  height: 600px;
  width: 800px;
  border:0px solid black;
}
table.t-930-700 {
  height: 700px;
  width: 930px;
  border:0px solid black;
}

.tekst_menu_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}
.tekst_menu_wit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
}
.box {
	height: 17px;
	width: 100%;
	background-color: #eceded;
	top: 500px;
	padding: 0px;
	margin-top: 89px;
}

.box_content {
	height: 419px;
	background-color: #ffffff;
	top: 0px;
	padding: 10px;
	overflow: auto;
}
.box_content_v3 {
	height: 519px;
	background-color: #ffffff;
	top: 0px;
	padding: 10px;
	overflow: auto;
}
.box_content_vp {
	height: 450px;
	background-color: #ffffff;
	top: 0px;
	padding: 10px;
	overflow: auto;
}

.tekst_menu_wit a:link {
	text-decoration: none;
	color: #FFFFFF;
	}
.tekst_menu_wit a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
.tekst_menu_wit a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
.tekst_menu_wit a:active {
	text-decoration: none;
	color: red;
	}
.normal_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	text-align: justify;
}
.kop_rood_groot {
	font-size: 28px;
	color: #FF0000;
}

.klein-tekst {font-size: 10px}
.normaal-tekst {font-size: 12px}
.kop-tekst {
	font-size: 16px;
	font-weight: bold;
}
.nieuws {
	background-color: #DCDCDC;
	height: auto;
	width: 98%;
	margin: 0px;
	padding: 5px;
}