/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/


/* Basismenu ===================================================== TEXT 0 */

.m0l0iout {
	font-family: Trebuchet MS;
	font-size: 18px;
	text-align: right;
	text-decoration: none;
	padding: 4px;
	color: #E0DCD1;
	font-weight: normal;
	border-bottom: 2px solid #1DC0AF;
}


.m0l0iover {
	font-family: Trebuchet MS;
	text-align: right;
	font-size: 18px;
	text-decoration: none;
	padding: 4px;
	color: #348E96;
	font-weight: normal
}

/* Basismenu ======================================= BORDER & BACKGROUND 0 */

.m0l0oout {
	text-decoration : none;
	
	border : 0px solid transparent;
	background: transparent;
	background-image: url(images/KnopjeAchter.gif)
}


.m0l0oover {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #a3c5c6;
}

/* Level 1 ======================================================== TEXT 1 */

.m0l1iout {
	font-family: arial, univers, tahoma, verdana, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #9F1F20;
	font-weight: bold;
}


.m0l1iover {
	font-family: arial, univers, tahoma, verdana, helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
	color: #348E96;
	font-weight: bold;

}

/* Level 1 ========================================= BORDER & BACKGROUND */

.m0l1oout {
	text-decoration : none;
	border : 1px solid #E0DCD1;
	background: #A3C5C6;
}


.m0l1oover {
	text-decoration : none;
	border : 1px solid #E0DCD1;
	background: #E0DCD1;
}


