/************ Kleur & Lettertype settings ************/
body{
	background-color: #CCFFCC;
	font-size:		90%;
	font-family:	arial;
}

FRAMESET{
	background-color: #CCFFCC;
}
/************ Einde Kleur & Lettertype settings ************/
/************ Opzet Pagina ************/
div#outer{
	width:			800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	background-color: #CCFFCC;
}

div#header{
	height:			80px;
	width:			800px;
	background-color: #CCFFCC;
}

div#navigatie{
	float:			left;
	width:        	150px;
	border-right: 	1px solid black;
	background-color: #CCFFCC;
	height:			710px;
	border-top:		1px solid black;
}

div#main{
	width:			639px;
	height:			700px;
	padding:		5px;
	background-color: #CCFFCC;
	float:			left;
	overflow:		auto;
	border-top:		1px solid black;
}

div#footer{
   	text-align: 	center;
   	border-top: 	1px solid black;
	background-color: #CCFFCC;
	clear: 			left;
	width: 			800px;
	height: 		100%;
}
/************ Einde Opzet Pagina ************/
/************ Navigatie ************/
div#navigatie A{
	width: 				100%;
	text-decoration: 	none;
    height:         	50px;
    display:        	block;
    border-bottom:  	1px solid black;
	font-family:		georgia;
	background: 		#66CC66;
  	color: 				#000;
	vertical-align: 	middle;
	line-height: 50px;
	text-align: 		center;
}

div#navigatie A:hover{
	background: 		#66FF66;
  	color: 				#000;
	vertical-align: 	middle;
	text-align: 		center;
}
/************ Einde Navigatie ************/
/************ URL clicks ************/
A:link{
	color: 		#000000;
}

A:visited{
	color:		#000000;
}

A:hover{
	color: 		#000000;
}

A:active{
	color: 		#000000;
}
/************ Einde URL clicks ************/
/************ Paragraaf Grootte ************/
p.notice{
    border:      1px dotted gray;
    background:  white;
    padding:     1px;
    font-weight: bold;
    font-size:   90%;
}

p.error{
    border:      1px dotted red;
    background:  white;
    padding:     1px;
    font-weight: bold;
    font-size:   90%;
}

p.small{
	font-size: 	75%;
}

p.medium{
	font-size: 	85%;
}

p.big{
	font-size: 	95%;
}
/************ Einde Paragraaf Grootte ************/