@charset "UTF-8";

/*--- General settings ---*/
* {
	
}

body {
	position: absolute;
	width: 100%;
	min-height: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: white;
}

/*--- Struktuur ---*/
html>body #flash-container, html>body #main {
	height: auto;
}

#main {
	display: block;
	width: 100%;
	min-height: 100%;
	height: 100%;
	
}

#flash-container {
	display: block;
	width: 100%;
	min-height: 100%;
	height: 100%;
	background: url(images/top-scanlines.png) center top repeat-x;
}

#flash-spacer {
	height: 293px;
	width: 100%;
}

#flash{
	position: relative;
	width: 920px;
	margin: auto;
}

#flipper{
	position: absolute;
	top: 30px;
}

#titles{
	position: absolute;
	top: 175px;
	right: 10px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu-container {
	display: block;
	width: 830px;
	margin: auto;
	/*background: #eee;*/
}

#menu {
	width: 150px;
	margin: 10px 0 20px 0;
	padding: 0;
	border-right: solid 1px #ccc;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content {
	width: 650px;
	margin: 0 0 30px 0;
	padding-left: 15px;
	float: left;
	color: #555;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer-spacer {
	width: 100%;
	height: 125px;
}

.clear {
	clear: both;
}

/*--- Menu markup ---*/
#menu ul {
	margin: 0 0 10px 0;
	padding: 0;
}

#menu ul li {
	list-style: none;
	padding: 10px 0px 0px 10px;
}

#menu ul li a {
	font-size: 14px;
	text-decoration: none;
	color: #666;
}

#menu ul li a:hover {
	color: #4195d1;
}

#menu ul li a.active {
	font-size: 14px;
	text-decoration: none;
	color: #4195d1;
}

/*--- Content markup ---*/
h1 {
	font-size: 28pt;
	font-weight: normal;
	color: #4195d1;
	margin: 10px 0 5px 0;
}

/*--- Titles Markup ---*/
#titles h1{
	color: white;
	float: right;
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 24pt;
}

#titles p{
	color: white;
	margin: 0;
	padding: 0;
	float: right;
	clear: right;
	width: 550px;
	text-align: right;
	font-size: 9pt;
}


#titles a{
	text-decoration: none;
	color: white;
	float: right;
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 9pt;
}

/*--- Overig ---*/
#flash-spacer img {
	margin: 35px 0 0 10%;
}

#footer-spacer p{
	color: #999;
	text-align: center;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 13px;
}

#footer-spacer a{
	color: #ccc;
	text-decoration: none;
}


#footer-spacer a:hover{
	color: #ccc;
}

/*--- Nieuwsberichten ---*/
.nieuwsbericht{
	margin: 8px 0 8px 0;
	padding: 8px 0 8px 0;
	clear: both;
}

.nieuwsbericht p{
	margin: 0 0 4px 0;
}

.nieuwsimage{
	margin: -10px 0 0 0;
	padding: 0;
	float: left;
}
