/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}


body
{
	background-color: #000000;
	color: #000000;
	font: 12pt "Arial", "sans-serif", "Helvetica Neue", "Helvetica", "Geneva";
}

a
{
	color: #000000;
	text-decoration: none;
}

img 
{
	color: #000000;
	margin: 1px;
	padding: 1px;
}

#bullet 
{
	color: #000000;
	border-style: none;
}

a img 
{
	border: 0 solid #000000;
	color: #6F5129;
	padding: 0px;
	margin: 0px;
}

a:hover
{
	text-decoration: underline;
}

/* Outer */

#outer
{
	width: 1100px;
	margin: 0em auto;
}

/* Header */

#header
{
	padding: 0.oem;
	text-align: center;
}

#header h1
{
	font-size: 2em;
}

#header h2
{
	font-size: 1em;
	color: #747474;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

/* Menu */

#menu
{
	background: #000000 url('../images/header.jpg') top left no-repeat;
	height: 270px;
	width: 1100px;
}

#menu ul
{
	list-style: none;
	text-align: center;
	position: relative;
	top: 210px;
	list-style-image: none;
	text-decoration: none;
	font-weight: bold;
}

#menu li
{
	padding: 0em 0em 0em 0em;
	display: inline;
}

#menu img
{
	border-style: none;
	display: inline;
}

#menu li a
{
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
	letter-spacing: 0.2em;
}

#menu li a:hover
{
	text-decoration: underline;
}


#klokken li a:hover
{
	text-decoration: underline;
}

/* Content */

#geenrand
{
	border-style: none;
}

#xbg1
{
	position: absolute;
	z-index: 1;
	background: #000000 url('../images/a2.jpg') top left no-repeat;
	width: 1100px;
	height: 98px;
}

#content
{
	background: #000000 url('../images/a3.jpg') top left repeat-y;
}

#content p
{
	margin-top:1em;
	margin-bottom: 1em;
	line-height: 1.3em;
}

#content h2,h3,h4,h5,h6
{
	position: relative;
	color: #000000;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
}

#content h2
{
	font-size: 1.5em;
}

#ccontent h3
{
	font-size: 1.1em;
	color: black;
}

#content h4
{
	border-bottom: solid 0px #DFBF99;
	margin-bottom: 0em;
	}

#content ul
{
	margin-bottom: 2em;
	padding-left: 1em;
}

#content blockquote
{
	margin-bottom: 2em;
}

#content blockquote p
{
	border-left: solid 8px #667700;
	padding-left: 1em;
	margin-bottom: 0em;
}

#content table
{
	padding-bottom: 0em;
	padding-left: 0em;
	padding-right: 0.5em;
	margin-bottom: 0em;
}

#content table th
{
	padding: 0em;
	text-align: left;	
	font-weight: bold;
	font-family: Arial;
}

#content table tr.rowA
{
	background-color: #DFBD99;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #EFDCC2;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	position: relative;
	z-index: 2;
	float: right;
	margin-left: -21em;
	width: 100%;
}

#primaryContent
{
	margin: 2em 3.0em 0em 23em;
	padding: 0em 0em 0em 1.5em;
	border-left: solid 1px #DFBF99;
}

#WideContent
{
	margin: 2em 3.0em 0em 3em;
	padding: 0em 0em 0em 1.5em;
	border-left: solid 0px #DFBF99;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	z-index: 2;
	float: right;
	width: 18em;
	margin-top: 2em;
}


/* Footer */

#footer
{
	width: 1100px;
	height: 56px;
	padding-top: 30px;
	background: #000000 url('../images/a4.jpg') top left no-repeat;
	text-align: center;
}

.clear
{
	clear: both;
}