/*Algemeen*/
body {
		margin: 0px;
		padding: 0px;
		background-color: #000000;
		font-family: Arial, Helvetica, sans-serif ;
		}

#CenterTable{

		height: 100%;
		width: 100%;

		text-align: center;

		background-color: #CECECE;
		
		z-index: 0;
}
		
#Border { 
		margin: 0px;
		padding: 0px;
		
		height: 550px;
		width: 850px;
		
		background-color: #B2B3B7;

		text-align: center;
		
		z-index: 1;
}
		
A:link {
		text-decoration: underline; 
		color: black;
		}
		
A:visited {
		text-decoration: underline; 
		color: black;
		}
		
A:active {
		text-decoration: underline; 
		color: black;
		}
		
A:hover {
		text-decoration: underline; 
		color: black;
		}


/* Header */
#Header {
		position: relative;
		top: 0px;
		left: 0px;
		
		margin: 0px;
		padding: 0px;
		padding-left: 5px;
		padding-top: 2px;
		
		height: 90px;
		width: 100%;
		
		background-color: #000000;

		text-align: left;
		
		z-index: 2;
		}

/* Menu */
#Menu {
		position: relative;
		top: 0px;
		left: 0px;
		
		margin: 0px;
		padding: 0px;
		
		height: 20px;
		width: 100%;
		
		background-color: #D20019;
		
		z-index: 30;
}

/* Content */
#Content {
		position: absolute;
		top: 110px;
		left: 0px;
		
		margin: 0px;
		padding: 5px;
		
		height: 20px;
		width: 100%;
		
		background-color: #B2B3B7;
		
		z-index: -99;
		
		overflow: auto;
}

/*hoofdpagina hoofdframe links*/
#Content-links {
		position: relative;
		top: 0px;
		left: 0px;
		
		margin: 0px;
		padding: 0px;
		padding-top: 10px;
		
		height: 440px;
		width: 283;
		
		background-color: #B2B3B7;
		
		float: left;
		z-index: 4;
}

/*hoofdpagina hoofdframe middel*/
#Content-center {
		position: relative;
		top: 0px;
		left: 0px;
		
		margin: 0px;
		padding: 0px;
		padding-top: 10px;
		
		height: 440px;
		width: 283;
		
		background-color: #B2B3B7;
		
		float: left;
		z-index: 4;
}

#Content-center-info {
		position: relative;
		top: 0px;
		left: 0px;
		
		margin: 0px;
		padding: 0px;
		padding-top: 10px;
		
		height: 440px;
		width: 283px;
		overflow: auto;
		
		background-color: #B2B3B7;
		
		float: left;
		z-index: 4;
}

#Content-big {
		position: relative;
		top: 0px;
		left: 0px;
		
		margin: 0px;
		padding: 0px;
		padding-top: 10px;
		
		height: 440px;
		width: 566px;
		
		background-color: #B2B3B7;
		
		float: left;
		z-index: 4;
		
		overflow: auto;
}

/*hoofdpagina hoofdframe rechts*/
#Content-right {
		position: relative;
		top: 0px;
		left: 0px;
		
		margin: 0px;
		padding: 0px;
		padding-top: 10px;
		
		height: 440px;
		width: 284;
		
		background-color: #B2B3B7;
		
		float: right;
		z-index: 4;
}

#Content-right-logo {
		position: relative;
		top: 0px;
		left: 0px;
		
		margin: 0px;
		padding: 0px;
		padding-top: 10px;
		
		height: 440px;
		width: 284;
		
		background-color: #B2B3B7;
		
		float: right;
		z-index: 4;
}

/*content kaartjes*/
#tableMain {
		width: 95%;
		border: 0;
}

#tableHeader {
		background-color: #D20019;
		text-align: center;
		color: #FFFFFF;
		
		font-family: arial;
		font-size: 10pt;
		font-weight: bold;
}

#tableContent {
		background-color: #FFFFFF;
		margin:0px;
		padding:0px;
		padding-left: 5px;
		padding-right: 5px;
		font-family: arial;
		font-size: 8pt;
}

/* Footer */
#Footer {
		position: absolute;
		bottom: 0px;
		left: 0px;
		
		margin: 0px;
		padding: 0px;
		
		height: 10px;
		width: 100%;
		
		background-color: #D20019;
		
		z-index: -99;
}

/* tekstbox colors */
#tekst_standaard {
	border: 1px solid #D20019;
	width: 395px;
}

#tekst_klein {
	border: 1px solid #D20019;
	width: 200px;
}