/*
	common.css

	Standaard style-sheet
	Basis voor de andere style-sheets.

	Netscape 4 en iexplore 4 laden alleen
	deze style-sheet.

*/

#styles
{
	display: none;
}

.hide
{
	display: none;
}

#content
{
	border: 1px solid #c0c0c0;
	padding: 1em;
}

abbr, acronym
{
	cursor: help;
	border-bottom: 1px dotted #e0e0e0;
}

img
{
	border-style: none;
}

#content table
{
	font-size: inherit; /* opera fix?! */
	font-size: 100%;
}

#content table td
{
	vertical-align: top;
	padding: 0.3em;
}

/* Comments and other Asides */
/* met dank aan: mozilla.org*/

.note
{
	font-style: italic;
}
.note:before
{
	content: "Note: ";
}

/*writer editor comment*/
.remark
{
	font-size: smaller;
	color: #c0c0c0;
	background-color: transparent;
}
.remark:before
{
	content: "[";
}
.remark:after
{
	content: "]";
}

dl dt
{
	font-style: italic;
}