body
{
	background-color: #78B4D1;
	font-family: sans-serif;
}

#kop
{
	position: absolute;
	left: 30px;
	top: 10px;
	font-size: 56pt;
}

#kop a
{
	text-decoration: none;
	color: #7C706C;
}

#menu
{
	background-color: white;
	color: black;
	position: absolute;
	left: 30px;
	top: 100px;
	width: 230px;
	border: 2px solid #7C706C;
	margin-bottom: 100px;
	padding: 10px 10px 10px 10px;
}

body > #menu	/* Niet-IE */
{
	width: 210px;
}

#menu a
{
	color: black;
}

.menuelement
{
	margin-top: 5px;
}

#content
{
	background-color: white;
	color: black;
	position: absolute;
	top: 100px;
	left: 275px;
	width: 700px;
	border: 2px solid #7C706C;
	padding: 10px 10px 10px 10px;
	line-height: 1.6em;
	font-size: .8em;
	z-index: 1;
}

#gemaakt_door
{
	position: absolute;
	bottom: 5px;
	left: 45%;
}

a:link
{
	color: #000;
}

a:visited
{
	color: #7C706C;
}

/* CONTENT CLASSES */
A.content:ACTIVE, A.content:LINK, A.content:VISITED {
	text-decoration : none;
}

A.content:HOVER {
	text-decoration : underline;
}

TABLE.content
{
	background-color: white;
	color: black;
	border: 0px;
	line-height: 1.6em;
	font-size: 1.0em;
}

.button {
	font-size: 1.0em;
	FONT-WEIGHT: bold;
	BORDER-RIGHT-width: 1;
	BORDER-LEFT-width: 1;
	BORDER-TOP-width: 1;
	BORDER-BOTTOM-width: 1;
	BORDER-LEFT-COLOR: #000000;
	BORDER-BOTTOM-COLOR: #000000;
	BORDER-RIGHT-COLOR: #000000;
	BORDER-TOP-COLOR: #000000;
}

.formfield {
	font-size: 1.0em;
	BACKGROUND: #ffffff;
	BORDER-LEFT-COLOR: #000000;
	BORDER-BOTTOM-COLOR: #000000;
	BORDER-RIGHT-COLOR: #000000;
	BORDER-TOP-COLOR: #000000;
	BORDER-RIGHT-width: 1;
	BORDER-LEFT-width: 1;
	BORDER-TOP-width: 1;
	BORDER-BOTTOM-width: 1;
}

.melding
{
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 95%;
}

.tooltip
{
	visibility: hidden;
	position: absolute;
	border-style: solid;
	border-width: 1px;
	border-color: #7C706C;
	background-color: B3C7D1;
	padding: 2px;
	font-size: .8em;
	margin-left: 15px;
	margin-top: 2px;
	/*width: 300px;*/
}

.panel
{
	border-style: solid;
	border-width: 1px;
	border-color: #7C706C;
	background-color: #A3C2D1;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.panelTitle a
{
	color: black;
}

.listTable
{
	border-width: 1px;
	border-color: gray;
	border-style: solid;
}

.listTable td, .listTable th
{
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	padding: 0 3px 0 3px;
}

.listTable td
{
	font-size: .9em;
}

.listTable th
{
	font-size: .9em;
}

.listTable th a
{
	text-decoration: none;
}

.listTable img
{
	border: 0;
}

.listTable a
{
	color: black;
}

#gordijn
{
	background-image: url('graphics/gordijn.gif');
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1;
}

.faq
{
	FONT-WEIGHT: bold;
}
