#nav,
#search-box,
#clientlogin,
#vacanties,
#sidebar h1,
#sidebar ul,
#sidebar p,
#sidebar object,
#sidebar div, 
h1.home-link,
p.more,
img.main-visual {
	display: none;
	}

* {
	text-align: left; /* IE tekst niet gecentreerd. */
	}
	
h1 {
	font-size: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}

h2, h3, h4, h5, h6 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-weight: normal;
	}

p, li {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	}

a:after { 
	content: " (" attr(href) ") "; 
	font-size: 12px;
	}

blockquote {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	}

#copyright p {
	font-size: 12px;
	}


/************************************************/

.agenda * {
	
	}

.agenda {
	margin-left: 20px;
	border-collapse: collapse;
	border: 0 solid #fff;
	width: 650px;
	}

.agenda th {
	background-color: #04A7B8;
	border: 1px solid #04A7B8;
	color: #fff;
	font-weight: bold;
	text-align: left;
	font-size: 1em;
	padding: 3px 3px 3px 10px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	}

.agenda td {
	padding: 0;
	border-width: 0;
	font-family: verdana, sans-serif;
	font-size: 12px;
	}

.agenda td.space {
	height: 4px;
	line-height: 1px;
	}

	
.agenda .item {
	width: 100%;
	height: 10px;
	border: 1px solid #c2c2c2;
	}

.agenda .item td {
	padding: 2px;
	}

.agenda .item .date {
	padding: 0;
	font-size:12px;
	font-weight: bold;
	text-align: center;
	}

.agenda .history .item .date {
	color: #A6A6A6;
	}

.agenda .item .date span {
	display: block;
	width: 60px;
	}

.agenda .item .day {
	height: 14px;
	line-height: 14px;
	background-color: #F0F0F0;
	text-align: center;
	font-size: .9em;
	}

.agenda .item .body {
	padding: 5px 2px 0 5px;
	font-size: .9em;
	width: 100%;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	}

.agenda .item a {
	font-weight: bold;
	color: #04A7B8;
	text-decoration: none;
	}

.agenda .history .item a {
	color: #A6A6A6;
	}

.agenda .item .button {
	background-color: #f0f0f0;
	padding: 0;
	}

.agenda .item .moreinfo {
	border-bottom: 1px solid #c2c2c2;
	}

.agenda .item .button span {
	display: block;
	height: 1px;
	}

.agenda .item .button a {
	color: #000;
	font-size: 0px;
	width: 0px;
	display: block;
	height: 0px;
	line-height: 0px;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	padding-left: 0px;
	font-weight: normal;
	}

.agenda .item .button a:hover {
	background-color: #ddd;
	}

.HideItems { margin-bottom:10px; }
.HideItems .nodisplay { display:none; }