/* PAGE/GENERAL */

body {
	margin: 0px;
	height: 100%;
}

p {		margin-top: 6px;

}

*
{
	margin: 0;
	padding: 0;
}

#page
{
	width: 800px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}

* html #page
{
	height: 100%;
}

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.hidden
{
	position: absolute;
	left: -10000px;
}


/***********************************
	CONTAINERS
***********************************/
#wrapper {
	width:800px;
	margin:0 auto;
}

#header {
	width: 800px;
	height: 195px;
	text-align: right;
	font-size: 48pt;
}

#menu {
	width: 798px;
	height: 20px;
	float: left;
	padding-bottom: 5px;
	margin: 0px;
	font-size: 15pt;
	text-align: right;
	text-decoration : none;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: solid;
	border-left: solid;
	border-right: solid;
	border-width: 1px;
}

#main_content {
	width:798px;
	float:left;
	font-size: 8pt;
	float: left;
	text-decoration : none;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
}

#textcontainer {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 8pt;
	float: left;
	text-decoration : none;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
}

#text_voorkant {
	background-image: url(../img/onderstuk.jpg);
	background-repeat: no-repeat;
	background-color: none;
	width: 768px;
	height: 50px;
	text-align: right;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 10px;
	margin: 0px;
}

#footer {
	width: 798px;
	height: 20px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10pt;
	text-align: center;
	text-decoration : none;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: solid;
	border-left: solid;
	border-right: solid;
	border-width: 1px;
	background-image: url(../img/footer.jpg);
}

/***********************************
	INPUTS / LINKS
***********************************/

a:link {color: Black; text-decoration: none;}
a:visited {color: Black; text-decoration: none;}
a:hover {color: #fcb84e; text-decoration: none;}
a:active {color: Black; text-decoration: none;}

a.footer:link {color: White; text-decoration: none; font-weight:bold;}
a.footer:visited {color: White; text-decoration: none; font-weight:bold;}
a.footer:hover {color: #fcb84e; text-decoration: none; font-weight:bold;}
a.footer:active {color: Black; text-decoration: none; font-weight:bold;}

img.tekst {
	margin: 5px;
}

