
/* Frontpage */
#news {
	position: absolute;
	top: 130px;
	left: 400px;
	width: 194px;
	color: #ecefae;
}

#news #header {
	background-image: url(http://www.taalgerichtvakonderwijs.nl/pics//news-header.png); 
	background-repeat: no-repeat;
	height: 20px;
	width: 100%;
}


#news H1 {
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	font-size: 13px;
}

#news .leesmeer {
	font-style: italic;
	font-size: 12px;
	color: white;
	
}


/* news/agenda */



.newspaper {
	width: 100%;
}

.newspaper tr {
	vertical-align: top;
}
.newspaper td {
	padding-bottom: 5px;
	border: none;
}

.newspaper .date {
	width: 100px;
}

.newspaper h4 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

.newspaper h4 a {
	color: #00aabc;
}