/* CSS Document */

body
{
	background-color: #000000;
	padding: 0px;
	margin: 0px;
}

td
{  
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 9px; 
	color: #ffffff; 
	letter-spacing: 0.04em;
	line-height: 220%
}

@font-face 
{
	font-family: DaxRegular;
	src: url('fonts/DAXREGU0.eot');
}

.paginaHoogte
{
	vertical-align: top;
	height: 100%;
}


/* ///////////// */
/* TABLE PADDING */
/* ///////////// */

.tableLinks
{
	height: 2px;
	width: 26px;
}

.tableCenter
{
	height: 2px;
	width: 43px;
}

.tableRechts
{
	height: 2px;
	width: 30px;
}


/* //////////// */
/* TABLE STYLES */
/* //////////// */

.tableSlogan
{
	vertical-align: top;
	text-align: right;
}

.tableHeader
{
	border-bottom: 2px solid #Ff0000;
	vertical-align: top;
	height: 184px;
}

.tableMenu
{
	padding: 0px 0px 10px 0px;
	vertical-align: bottom;
	height: 136px;
	width: 672px;
}

.tableContent
{
	padding: 35px 15px 25px 0px;
	vertical-align: top;
	height: 100%;
}


/* ////// */
/* LIJNEN */
/* ////// */

.geleLijnKlein
{
	background-color: #Ff0000;
	vertical-align: top;
	width: 229px;
	height: 2px;
}

.geleLijnGroot
{
	background-color: #FF0000;
	vertical-align: top;
	width: 672px;
	height: 2px;
}


/* //////////// */
/* TEKST STYLES */
/* //////////// */

.mainKop
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 20px;
	color: #FF0000;
	text-decoration: bold;
}

.mainContent
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	line-height: 16px;
	font-size: 11px;
	color: #FFFFFF;
}

.mainContent a
{
	text-decoration: none;
	color: #FF0000;
}

.mainContent a:hover
{
	text-decoration: underline;
	color: #FF0000;
}


/* /////////////// */
/* COPYRIGHT TEKST */
/* /////////////// */

.copyrightTekst
{
	font-family: DaxRegular, Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	height: 20px;
}

.copyrightTekst a
{
	text-decoration: none;
	color: #FFFFFF;
}

.copyrightTekst a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}
