/*----------------------Algemeen----------------------*/
BODY, TABLE, TR, TD, TH, P,UL,OL,LI,DL,DT,DD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;	
}

BODY {
	background-color : White;
}



/*------------------ background colours---------------*/

.prime {
	background-color : #9D0053;
	color : White;
}
.secundary {
	background-color : #F6F4EB;
}


/*------------------- Titels---------------------*/

.titel {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 24px;
	color : #336699;
	border-bottom : 1px solid #369;
	font-weight : bold;
}

.subtitel {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : #336699;
	font-weight : bold;
}

/*---------------Kleuren in overzichtstabellen-------------------*/
.tabel-caption {
	background-color : #336699;
	color : White;
	font-weight : bold;
}

.tabel-grijs{
	background-color : #eeeeee;
}

.tabel-wit {
	background-color : #FFFFFF;
}

/*----------------------Basis opmaak------------------------*/
UL LI {
	list-style-image : none;
	list-style-type : square;
}

.tabelrand {
	background-color : #ffffff;
	border-top : 1px solid #369;
	border-bottom : 1px solid #369;
	border-left : 1px solid #369;
	border-right : 1px solid #369;
	padding : 4px;
}

.onderlijn {
	border-bottom : 1px solid #369;
}
.bovenlijn{
	border-top : 1px solid #369;
}

.warning {
	font-weight : bold;
	background-color : #ffffff;
	border-top : 1px solid #004C73;
	border-bottom : 1px solid #004C73;
	border-left : 1px solid #004c73;
	border-right : 1px solid #004c73;
	padding : 4px;
}

.kleiner {
	font-size : 11px;
}

.webmaster {
	font-size : 10px;
}

A:LINK {
	color : #336699;
	border: 0px;
}

A:VISITED {
	color : #336699;
	border: 0px;
}
/*-------------------Index--------------*/
.index {
	background-color : #ffecb8;
}

.index_kop {
	font-weight : bold;
}

.index_sub {
	font-size : 12px;
}

.index_zoek {
	font-size : 10px;
}

/* -------------------- css rollover nav ----------------------*/

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-size : 11px;
}

#navcontainer li {
	margin: 0 0 0em 0;	
	font-size : 11px;
}

#navcontainer a
{
	display: block;
	color: #fff;
	background-color: #666666;
	width: 11em;
	padding: .2em .8em;
	text-decoration: none;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	list-style-type : none;
}

#homenavcontainer ul {
	list-style-type : none;
	margin: 0;
    padding: 0;
}

#homenavcontainer a
{
	display: block;
	color: #000;
	background-color: #eee;
	width: 110px;
	padding: .2em .8em;
	text-decoration: none;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	list-style-type : none;
	font-size : 10px;
}


#active a
{
	display: block;
	color: #fff;
	background-color: #00FF99;
	width: 11em;
	padding: .2em .8em;
	text-decoration: none;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#navcontainer a:hover
{
	background-color: #F6F4EB;
	color: #9D0053;
	border-top: 1px solid #9D0053;
	border-left: 1px solid #9D0053;
	border-right: 1px solid #9D0053;
	border-bottom: 1px solid #9D0053;
	list-style-type : none;
}

#homenavcontainer a:hover
{
	background-color: transparent;
	color: #000;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	list-style-type : none;
	font-size : 10px;
}


#active a:hover
{
	background-color: #c90;
	color: #fff;
	border-top: 1px solid #c90;
	border-left: 1px solid #c90;
	border-right: 1px solid #c90;
	border-bottom: 1px solid #c90;
}

#navcontainer li li a
{
	display: block;
	color: #000;
	background-color: #fff;
	width: 11em;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-align : right;
}

#navcontainer li li a:hover
{
	display: block;
	color: #000;
	background-color: #fff;
	width: 11em;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
	border-top: 1px solid #c90;
	border-left: 1px solid #c90;
	border-right: 1px solid #c90;
	border-bottom: 1px solid #c90;
	text-align : right;
}

