/* Global Styles */

body {
	margin:0px;
	background-attachment: scroll;
	background-repeat: repeat;
	background-color: #FFFFFF;
	height:100%;
	}
	
td {
	font:12px arial;
	color:#000000;
	line-height:20px;
} 
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #CC3300;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}
	

/* Class Styles */

.bodyText {
	font:11px arial;
/*	color:#CC3300;*/
	color:#000000;	
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0px;
	text-align: left;
	}
.formText {
	font:11px arial;
	color:#333333;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0px;
	text-align: left;
	}	
.formHead {
	font:11px arial;
	color:#333333;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0px;
	text-align: left;
	}
.pageNameRood{
	font:18px arial;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.4em;
	}
.pageNameZwart{
	font:18px arial;
	color: #000000;
	line-height:24px;
	letter-spacing:.4em;
	}
	
.subHeader {
	font:16px arial;
	color: #000000;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	text-align: left;
	vertical-align:text-top;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.detailText {
	font:11px arial;
	color:#CC3300;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#000000;
	}
	
.onderschrift {
	font-size: 10px;
	font-style:italic; 
	
	}
	
.nieuwskop {
	font-weight:bold;
	
	}
.nieuwsheader {
	font:36px Kristen ITC;
	color: #CCCCCC;
	}
	
.nieuwsboard {
	font:10px Kristen ITC;
	color: #CCCCCC;
	text-align:left;
	}
	
.nieuwsboardhead {
	font:12px Kristen ITC;
	color: #CCCCCC;
	font-weight:bold;
	}
.nieuwsboarddate {
	font:10px Kristen ITC;
	color: #CCCCCC;
	text-align:left;
	}
	
.nieuwboardlink {
	font:8px Kristen ITC;
	color: #CCCCCC;
	text-decoration:underline;
	text-align:left;
	}
	
.opvallen {
	color: #CC3300;
	font-weight: bold;
}

/******** Ticker ********/
#ticker
{
}

#ticker.a
{
}


/******** Navigation ********/
		
		#navigation
		{
			padding: 0 0 0 28px;
			height: 28px;
			
			background-color: black;
			color: white;
			text-align:left;
		}
		
		#navigation ul {
			padding: 0;
			margin:0;
			list-style: none;
			height: 28px;
		}
		
		#navigation li {
			float: left;
			position: relative;
			width: auto;
			color:white;

		}
		
		#navigation li a
		{
			margin: 0 20px 0 0;
			padding: 6px 5px;
			display: block;
			text-decoration: none;
			font-size: 13px;
			color: white;
			font-variant: small-caps;
			font-family: verdana;
			white-space: nowrap;
		}
		
		#navigation li a:hover,
		#navigation li a:focus,
		#navigation li a:active
		{
			color: #C9E400;
		}
		
		#navigation li.selected a
		{
			color: #C9E400;
		}
		
		#navigation li.selected ul li a
		{
			color: black;
		}
		
		#navigation li ul li
		{
			float: none;
			display: inline;
			margin: 0;
			padding: 0;
			border: none;
			height: auto;
		}
		
		#navigation li ul 
		{
			display: none;
			position: absolute; 
			top: 28px;
			left: 0px;
			background-color: white;
			height: auto;
			border: 2px solid black;
		}
		
		#navigation li ul a
		{
			text-decoration: none;
			color: black;
			display: block;
			padding: 4px;
			background-image: none;
			background-color: white;
			border: none;
			height: auto;
			font-variant: normal;
			font-size: 11px;
		}
		
		#navigation li ul a:hover,
		#navigation li ul a:focus,
		#navigation li ul a:active
		{
			color: #F90000;
			background: none;
		}
		
		#navigation li ul li.selected a
		{
			background: none;
			background-image: none;
		}
		
		#navigation li.selected ul li a:hover
		{
			color: #F90000;
		}
		
		#navigation li > ul {
			top: auto;
			left: auto;
		}
		
		#navigation li:hover ul,
		#navigation li.over ul
		{
			display: block;
			
		}
		
		#navigation a:hover
		{
			color: #bfdf00;
		}
		
		#navigation .selected a
		{
			color: #bfdf00;
		}
				
		#content
		{    
			float: left;
			width: 510px;
			padding: 120px 20px 150px 20px;
		}
		
		#content h2
		{
			margin: 37px 0 10px 0;
		}

