BODY
{
	PADDING-RIGHT:			0px;
	PADDING-BOTTOM: 		0px;
	MARGIN-LEFT:			0px;
	MARGIN-RIGHT:			0px;
	PADDING-TOP: 			20px;
	background-color:		Ivory;
}

HTML BODY 
{
	OVERFLOW:			hidden;
	font:				normal 12px/18px verdana, arial, trebuchet, sans-serif;
	line-height:			150%;
}


/* header waarin het menu zit: */
DIV#header 
{
	width:					100%;
	POSITION: 				absolute;
	TOP: 						0px;
}


/* Globale kenmerken van de links: */
a:link 				{color:					darkblue;	}
a:visited			{color:					DimGray;	}
a:active				{color:					darkblue;	}
a:hover				{color:					#CC3333;		}
a						{text-decoration:		none;			}


h1
{
	font-size:		14px;
	font-weight:	bold;
}

h2
{
	font-size:		12px;
	font-weight:	bold;
}

h3, span.motto
{
	font-size:		11px;
	font-weight:	bold;
	line-height:	100%;
}

h4
{
	font-style:		italic;
	font-size:		10px;
	font-weight:	bold;
	line-height:	100%;
}

h5
{
	font-style:		italic;
	font-size:		10px;
	font-weight:	normal;
	line-height:	100%;
}


/* rode, linker kolom */
DIV#left-sidebar
{
	overflow:				hidden;
	LEFT: 					0px;
	POSITION: 				absolute;
	TOP: 						0px;
	HEIGHT: 					100%;
	background-color:		#CC3333;
}

/* DIV waarin de content getoond wordt: */
DIV#content 
{
	OVERFLOW: 			auto; 
	HEIGHT: 			100%;
	background-color:		Ivory;
	line-height:			170%;
}
	
/* Tbv het plaatje linksboven, in de hoek: */
img#imgHome
{
	background-color:		white;
	border:					none;
}

/* Om geneste div's binnen de parent te houden: */
div.spacer 
{
	clear: 				both;
	line-height: 			0.1em;
}

span.letterspacing
{
	letter-spacing:		0.2em;
}

span.smallcaps
{
	font-variant:			small-caps;
}

sup
{
	font-size:				12px;
	font-weight:			100;
	line-height:			100%;
}

span.index_text
{
	font-size:				12px;
}

span.translationText
{
	font-size:				12px;
	line-height:			150%;
}


div.test1
{
	margin-left:			150px;
	background-color:		Ivory; 
}


div.test2
{
	float:					left;
	display:					inline;
	margin-left:			-150px;
	font:						normal 12px/18px verdana, arial, trebuchet, sans-serif;
	border:					none;
}

div.quote
{
	padding-top: 14px;
	padding-bottom: 14px;
}

div.quote_in_body
{

}

span.div_nrs
{
	font-weight:			normal;
}

span.biblioTitle, span.title
{
	font-style: 	italic;
}

span.h3
{
	font-size:		11px;
	font-weight:	bold;
	line-height:	200%;
}