body
{
	margin-left: 0px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: white;
	color: black;
	font-family: Georgia, serif;
}

/* in principe overbodig (zie hierboven bij body) maar nodig */
/* om css-bug in Netscape 4.X te omzeilen: */
td
{
	font-family: Georgia, serif;
}

/* balkje links */
td.sidebar
{
	background-image: url(background2.gif);
	padding: 10px;
	width: 100px;
}

div.sidebar
{
	text-align: center;
}

div.sidebar p
{
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 75%;
	text-align: left;
	margin-bottom: 2em;
}

div.sidebar img
{
	margin-bottom: 60px;
}

/* witruimte en afleveringnummering bovenaan */
div.top
{
	margin-bottom: 75px;
}

p.aflevering
{
	font-weight: bold;
	font-family: Verdana, sans-serif;
	text-align: right;
}

/* witruimte voor- en achteraan */
.eerste
{
	margin-top: 40px;
}

.laatste
{
	margin-bottom: 40px;
}

/* voor inhoudsopgave afleveringen */
ul.inhoud
{
	margin-bottom: 100px;
}

/* voor plaatjes of gedichten met brede linkermarge */
div.blok
{
	margin-left: 75px;
	margin-bottom: 40px;
	margin-top: 40px;
}

/* voor plaatjes met onderschrift in artikeltekst */
p.onderschrift
{
	font-size: 75%;
	text-align: justify;
	width: 50%;
}

/* diverse stijlen artikeltekst */
a:link, a.voetnoot:link
{
	color: blue;
	background-color: transparent;
	text-decoration: underline;
}

a:visited, a.voetnoot:visited
{
	color: purple;
	background-color: transparent;
	text-decoration: underline;
}

a:active, a.voetnoot:active
{
	color: green;
	background-color: transparent;
	text-decoration: underline;
}

a:hover, a.voetnoot:hover
{
	color: green;
	background-color: transparent;
	text-decoration: underline;
}

a.voetnoot:link, a.voetnoot:visited,
a.voetnoot:active
{
	font-family: Verdana, sans-serif;
	font-size: 75%;
	font-weight: bold;
	vertical-align: super;
	text-decoration: underline;
}

blockquote a.voetnoot:link, blockquote a.voetnoot:active,
blockquote a.voetnoot:visited
{
	font-size: 100%;
}

hr
{
	color: #cb9400;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: transparent;
}

hr.onderverdeling
{
	text-align: left;
	width: 20%;
	height: 1px;
	color: black;
	background-color: transparent;
}

h1, h2, h3
{
	font-weight: bold;
	color: #808080;
	font-family: Verdana, sans-serif;
	margin-bottom: 20px;
	background-color: transparent;
}

h1
{
	font-size: 150%;
}

h2
{
	font-size: 125%;
}

span.ondertitel
{
	font-size: 85%;
}

span.auteur
{
	font-style: italic;
	font-size: 75%;
	color: #333333;
	background-color: transparent;
}

p.linkomhoog
{
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 75%;
	text-align: right;
	margin-top: 0;
}

p.recensie
{
	font-size: 75%;
	width: 50%;
}

.commentaar
{
	font-size: 75%;
	margin-bottom: 40px;
}

blockquote
{
	font-size: 85%;
	margin-bottom: 40px;
	margin-top: 40px;
}

cite abbr, cite acronym
{
	font-style: normal;
}

p.alertbox
{
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 75%;
	width: 50%;
	border: 2px solid red;
	padding: 10px;
}
