/* CSS Document */

body{
	background-color:#990000;
	margin: 0px;
	top: 0px;
	text-align: center;
	}

#main{
	margin: 1% auto 0 auto;
	width:956px;
	height:550px;
	background-color:#270092;
	border: 3px;
	border-style:solid;
	border-color:#e3e319;
	text-align:center;
	}
	
#head {
	width:955px;
	height:128px;
	}
	
#photo {
	width:276px;
	height:422px;
	background-color:#000000;
	float:left;
	}

#navcontent {
	width:523px;
	height:422px;
	float:left;
	}
		
#navigation {
	width:523px;
	height:82px;
	float:left;
	}
	
#content {
	width:490px;
	height:325px;
	float:left;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e3e319;
	text-align: left;
	overflow:auto;
	scrollbar-3dlight-color:#e3e319;
	scrollbar-arrow-color:#e3e319;
	scrollbar-base-color:#e3e319;
	scrollbar-darkshadow-color:#e3e319;
	scrollbar-face-color:#270092;
	scrollbar-highlight-color:none;
	scrollbar-shadow-color:#e3e319;
	scrollbar-track-color:#270092;
	margin-top:10px;
	margin-left: 10px;
	margin-bottom:5px;
	padding-right:10px;
	}
	
#right {
	width:156px;
	height:422px;
	float:left;
	}
	
/*De opmaak van een link*/

  a { 
  	color: #e3e319;
	font-weight:bolder;
    text-decoration: underline;
    }

/*De opmaak van een link als je erover heen gaat met de muis*/

  a:hover { 
  	color: #D2D217;
    text-decoration: underline;
    }

.tekst {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #e3e319;
	text-align: left;
	}
	
.invultekst {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #990000;
	text-align: left;
	}	