body {
	background-color: #FFFFDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}

h1 {
	color: #FF0000;
	font-size: medium;

}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-weight: bold;
	color: #FF0000;
	font-size: small;
}
.bijschrift {
	font-size: smaller;
	color: #333333;
	font-style: italic;

}

.inhoud, .container_box
{
	max-width: 550px;
	/* hack om max-width ook in IE te laten werken: */
	width:expression(document.body.clientWidth > 750? "550px": "auto" );
}

#google_ads {
	float:right;
}

table.krant {
	background-color: #E1E1E1;
	background-image: url(tan_paper.gif);
	color: #000000;
	border-style: none;
	clip:  rect(   );
	text-align: justify;
}

table.krant td {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 1.2em;
	background-color: #E1E1E1;
	background-image: url(tan_paper.gif);
	color: #000000;
	border-style: none;
	clip:  rect(   );
	text-align: justify;
}
table.krant h1 {
	text-align: left;
	line-height: 1em;
	font-size: xx-large;
	font-weight: bold;
	color: black;
	margin: 3px;

}

div.moduletitle { display:none; }