	
	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
		width: 100%;
	}
	/* end hide */

	body {
	height: 100%;
	margin: 0;
	padding: 0;
	color:#ffffff;
	background: #000033;
	font: bold small-caps 12px "Century Gothic", "Book Antiqua", Georgia;

	}
	
	#header {
	text-align: center;
	background-color: #000033;
	width: 100%;
	height: 10px;
	padding: 10px 0 15px 0;
	border-top: 1px #999999;
	border-right: 1px #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px #999999;
	vertical-align: middle;
		
	}
a:link, a:visited, a:active {
	font: bold small-caps 14px "Century Gothic", "Book Antiqua", Georgia;
	color: #999999;
	text-decoration: none;
	letter-spacing: 2px;
	word-spacing: 5px;
}
a:hover{
	color: #ffffff; text-decoration: none;
}

a.selected:link, a.selected:visited, a.selected:active {
	color: #FFFFFF;
	font: bold small-caps 14px "Century Gothic", "Book Antiqua", Georgia;
	text-decoration: none;
	
}
#copyright {
text-align: right;
position: relative;
bottom: 19px;
}

a.copyright:link, a.copyright:visited, a.copyright:active {
	color: #999999;
	font: bold 10px "Century Gothic", "Book Antiqua", Georgia;
	text-decoration: none;
	letter-spacing: 0px;
	word-spacing: 0px;
	padding-right: 10px;
}
a.copyright:hover{
	color: #ffffff; text-decoration: none;
}
		
.streepje {
	font: 11px "Century Gothic", "Book Antiqua", Georgia;
	color: #CCCCCC;
	vertical-align: text-top;
}

