/* GENERAL LAYOUT */
body		{ 
	font-family: Garamond; 
	background-color: #FFFFF0; 
	font-size: 110%; 
	text-align: left;
}

img			{
	display: block;
	border: 0;
}

h2	{ 
	font-size: 100%; 
	font-weight: bold;
	color:#990033;
	display: inline;
}

form {
	margin-top: 0px;
	margin-bottom: 0px;
}

p	{
	margin: 0 0 8px 0;
}

a:link		{
	color:#990033;
	text-decoration : none;
}

a:visited	{
	color:#990033; 
	text-decoration : none;
} 

a:active	{
	color:#990033;
	text-decoration : none;
}

a:hover	{
	color:#990033;
	text-decoration : none;
}


h2 a:link		{
	text-decoration : none;
	color:#990033;	
}

h2 a:visited	{
	text-decoration : none;
	color:#990033; 
} 

h2 a:active	{
	text-decoration : none;
	color:#990033;
}

fieldset {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

form label {
	font-weight: normal;
	display: block; /* give the label its own line in tableless forms */
	padding: 5px 0px 0px 0px;
}

/* BOX ELEMENT STYLES */
#wrapper	{
	width: 742px;
}

#header		{
	margin-bottom: 0;
}

#nav		{
	display: none;
}

#content	{
	width: 650px;
	overflow: hidden;
}

#sidebar	{
	display: none;
}

#footer	{
	font-size: 75% ;
	color: #990033;
	border-top: 1px solid #978c80;
	margin-top: 8px;
	padding-top: 8px;		
}




/* CONTENT ELEMENTS */

div.page	{
	border-top: 1px solid #978c80;
	margin-top: 8px;
	padding-top: 8px;	
}

div.article	{
	border-top: 1px solid #978c80;
	margin-top: 8px;	
	padding-top: 8px;
}

div.date	{
	font-size: 75% ;
	color: #990033;
	display: inline;
	margin-left: 8px;
}

.alert		{
	font-weight: normal;
	color: #FF0000;
}

#content img	{
	margin-top: 2px;
}

.tablecontent		{  /*MOET NOG WORDEN OPGESCHOOND...*/
	font-size: 100%; 
	border: 1px solid #978c80;
	border-collapse:collapse;
}

.tablecontent td { /*MOET NOG WORDEN OPGESCHOOND...*/
	padding: 1px;
	border: 1px solid #978c80;	
}

/* SITEMAP */
div.sitemap_mainmenu	{
}

div.sitemap_submenu		{
	margin-left: 16px;
}

div.sitemap_subsubmenu	{
	margin-left: 32px;
}



