/* Global Styles */

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

td {
	font:16px Arial, Helvetica, sans-serif;
	color:#000000;/*kleur voor */
	}
	
a {
	color: #FF0000;/*kleur voor */
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover {
	color: #FFFFFF;/*kleur voor */
	}
	
/* ID Styles */

#navigation a {
	font:12px Arial, Helvetica, sans-serif;/*grootte van het lettertype in de navigatiebalk*/
	color: #FFFFFF;/*kleur voor het lettertype */
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:20px; /*grootte van het vak voor het lettertype in de navigatiebalk aan te passen */
	display:block;
	padding: 0px 10px;
	border-right:1px solid #FFFFFF;/*kleur voor het streepje rechts naast de navigatiebalk */
	background-color: #000000;/*kleur voor */
	}
	
#navigation a:hover {
	color:#ffffff;/*kleur voor */
	background: #330099;/*kleur voor achtergrond in navigatiebalk als er een koppeling is , dus als men er met muis staat*/
	}

#padding {
	padding:14px;
	}
	
/* Calendar Styles */

#calendar td {
	border: 1px solid #26354A;/*kleur voor */ 
	}
	
#noborder td {
	border: 0px;
	}

#calheader td {
	font-weight:bold;
	color: #ffffff;/*kleur voor */
	}
	
/* Class Styles */
.tittel {
	color: #0000FF;/*kleur voor */
	letter-spacing:0.3em;
	line-height:26px;/*kleur voor */
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	background-image: none;
	}
.logo {
	color: #FF0000;/*kleur voor */
	letter-spacing:0.2em;
	line-height:26px;/*kleur voor */
	font-family: Impact;
	font-style:italic;
	font-size: 28px;
	background-image: none;
	}
	
.tagline {
	font: 11px Arial, Helvetica, sans-serif;
	color: #D3DCE6;/*kleur voor */
	line-height:16px;
	}
	
.bodyText {
	line-height:22px;
	color:#000000;/*kleur voor */
	letter-spacing:0.1em;/*kleur voor */
	margin: 0px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	}

.detailText {
	font:11px Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#26354A;/*kleur voor */
	letter-spacing:.1em;
	}
	
.pageName {
	color: #FF0000;/*kleur voor pagina tittel */
	letter-spacing:.2em;
	line-height:32px;
	font-family: Arial, Helvetica, sans-serif, Times, serif;
	font-size: 24px;
	font-style: italic;
	}
	
.subHeader {
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #2D374D;/*kleur voor */
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	color: #FFFFFF;/*kleur voor */
	letter-spacing:0.1em;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;/*kleur voor */
	}

.calendarText {
	font:11px Arial, Helvetica, sans-serif;
	color: #26354A;/*kleur voor */
	letter-spacing:.1em;
	}
	
	
.sidebarText {
	color: #FFFFFF;/*kleur voor sidebar gewone tekst*/
	letter-spacing:0.1em;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	background-color:#333332
	}
	

