/* algemene Style */

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #000;
	letter-spacing: 0.1em;
	line-height: 20px;
}

p {
	margin-top:0px;
}

table {
	background-color: #FFF;
}

td {
	vertical-align: top;
}

a {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	}
	
a:hover {
	color: #F00;
	text-decoration:none;
	font-weight:bold
	}

/* navigatie ID Style */

#navigatie {

}

#navigatie td {
	height: 40px;
	}

#navigatie a {
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000;
	}

#navigatie a:hover {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	background-color: #F01C1C;
	border: 1px solid #000;
	}

/* reclame ID Style */

#reclame {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Class Styles */

.paginaNaam{
	font:36px georgia;
	line-height:36px;
	letter-spacing:0.5em;
	color: #000000;
	}

.paginaSubNaam{
	font:18px georgia;
	line-height:18px;
	letter-spacing:0.5em;
	color: #000000;
	}

.tekstTitel{
	color: #000000;
	line-height:22px;
	letter-spacing:0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	}
	
.tekstSubtitel{
	color: #000000;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
.fotoLinks {
	margin-right: 20px;
	border: 1px solid #000;
	padding: 5px;
}

