@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image:url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-top:0px;
	margin-top:0px;
	padding-left:0px;
	margin-left:0px;
}
#main {
	position: absolute;
	left: 46px;
	top: 224px;
	width: 90%;
}
#menu {
	position: absolute;
	top: 175px;
	z-index: 100;
	width: 100%;
	background:url(../../images/mbz_header.jpg);
	background-repeat:repeat-x;
}
.rouge {
	color: #F00;
}
#nav {
	background:url(../../images/mbz_header.jpg);
	background-repeat:repeat-x;
	margin-left: 20px;
}
.twohundred {
	width: 200px;
}
.onehundredpercent {
	width: 100%;
}
.header {
	font-size: 14px;
	color: #0083C7;
	margin-top: 8px;
	padding-right: 5px;
	padding-left:5px;
	width: 100%;
	border-bottom: 1px #666666 solid;
	font-weight: bold;
}
.header2 {
	font-size: 12px;
}
a {
	color: #AC2A4B;
	text-decoration:underline;
}
a:hover {
	color: #0083C7;
	text-decoration:none;
}
a.nieuweles {
	color: #000;
	text-decoration:underline;
}
a.nieuweles:hover {
	color: #333;
	text-decoration:none;
}
.extra {
	color: #AC2A4B;
}
.table {
	border: #4F72B4 solid 1px;
	padding: 4px;
}
.table .top {
	background-color: #DADADA;
	border-bottom: solid #000000 1px;
	text-align: center;
	font-weight: bold;
}
.table .even {
	border-bottom: solid #FFFFFF 1px;
	text-align: center;
	width: 13%;
}
.table .uneven {
	background-color: #EEEEEE;
	border-bottom: solid #FFFFFF 1px;
	text-align: center;
	width: 13%;
}
.table .left {
	background-color: #A7B8D9;
	border-bottom: solid #FFFFFF 1px;
	text-align: center;
	width: 9%;
}
.table .moved {
	background-color: #06C;
	text-align: center;
	color: #FFF;
}
.table .pending {
	background-color: #F00;
	text-align: center;
	color: #FFF;
}
.table .accepted {
	background-color: #090;
	text-align: center;
	color: #FFF;
}
.table .holiday {
	background-color: #E6BFC9;
	border-bottom: solid #FFFFFF 1px;
	text-align: center;
	
}
.table .afrit7 {
	background-color: #FF6;
	border-bottom: solid #FFFFFF 1px;
	text-align: center;	
}



.lijn {
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #600;
}

