/*
Colours:
FF7350 Oranje
0F9682 Groen 
*/
#menu a:link{/*normale link, voordat hij bezocht is*/
	font-family: Verdana, Tahoma;
	text-decoration:none;
	font-size:11px;
	color:#000000;
}
#menu a:visited{/*link nadat hij bezocht is*/
	font-family: Verdana, Tahoma;
	text-decoration:none;
	font-size:11px;
	color:#000000;
}
#menu a:active{/*actieve link, is bijna nooit zichtbaar*/
	font-family: Verdana, Tahoma;
	text-decoration:none;
	font-size:11px;
	color:#000000;
}
#menu a:hover{/*link als je er met de muis overheen beweegt*/
	font-family: Verdana, Tahoma;
	text-decoration:none;
	font-size:11px;
	color:#000000;
}

a:link{/*normale link, voordat hij bezocht is*/
	font-family:Verdana, Tahoma;
	text-decoration:underline;
	font-size:12px;
	color:#000000;
}
a:visited{/*link nadat hij bezocht is*/
	font-family:Verdana, Tahoma;
	text-decoration:underline;
	font-size:12px;
	color:#0F9682;
}
a:active{/*actieve link, is bijna nooit zichtbaar*/
	font-family:Verdana, Tahoma;
	text-decoration:underline;
	font-size:12px;
	color:#000000;
}
a:hover{/*link als je er met de muis overheen beweegt*/
	font-family:Verdana, Tahoma;
	text-decoration:underline;
	font-size:12px;
	color:#FF7350;
}
p{/*instellingen van normale tekst, meerdere lettertypen ingesteld voor het geval bezoekers het lettertype trebuchet ms niet hebben*/
	font-family: Verdana, Tahoma;
	font-size:12px;
	color:#000000;
}
#container{
	background-color: #FFFFFF;
	width: 780px;
	margin-left:auto;
	margin-right:auto;
	height:80%;
}
#header{
	background-color: #FFFFFF;
	clear: both;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
}
#footer{
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	background-color: #FFFFFF;
	clear: both;
	margin-top:2px;
}
.footer_content{/*Dit zijn de instellingen van de tekst in de footer en de header*/
	width:100%;
	font-family: Verdana, Tahoma;
	font-size:16px;
	font-style:italic;
	text-align:right;
	color:#999999;
}
#nav{
	margin-top: 2px;
	margin-bottom:2px;
	background-color: #FFFFFF;
	clear: both;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
}

/*Layout hier aanpassen (kan ingewikkeld worden), content is het linker blok(570px) en news is het rechter blok(194px)*/

#content{
	background-color: #FFFFFF;
	/*clear: both;*/
	float:left;
	width:570px;
	height:80%;
	overflow:hidden;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	overflow:auto;
	padding-left:5px;
	padding-right:5px;
}
#news{
	background-color: #FFffff;
	width: 194px;
	float:right;
	height:80%;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	margin-bottom:1px;

}
#newsContent{
	background-color: #FFFFFF;
	width: 190px;
	height:100%;
}
.data{
	width:90%;
	height:100%;
}
.menu{
	width:80%;
	border-collapse:collapse;
}
#menu td{
	border-right-color:#000000;
	border-right-width:1px;
	border-right-style:solid;
	font-family: Verdana, Tahoma;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
}
#menutrailer{
	width:194px;
	border-right-color:#FFFFFF;
	border-right-width:1px;
	border-right-style:solid;
}
.fullwidth{
	width: 80%;
}
.fullheight{
	height: 100%;
	width: 95%;
}

body, html{
	margin: 0px;
	height: 100%;
}



