/* algemene Style */

body {
	background-color: #04041E;
	color: #99CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

table {
	background-color: #14285F;
}

td {
	vertical-align: top;
}

a {
	color: #CC3300;
	text-decoration:underline;
	font-weight: bold;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	font-weight:bold
	}

/* navigatie ID Style */

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

#navigatie td {
	height: 40px;
	}

#navigatie a {
	font:11px georgia;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}

#navigatie a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}

/* 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: #CC3300;
	}

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

.tekstTitel{
	font:22px georgia;
	color: #CC3300;
	line-height:22px;
	letter-spacing:.1em;
	}
	
.tekstSubtitel{
	font:16px georgia;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}

.tekstGewoon {
	font:12px arial;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}

/* index  Style */

.kaarsje {
	margin-right: 10px;
	margin-top: 5px;
}
.rss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #99CCFF;
}
