body
	{
	background: #EAEBE0;
	overflow-y: scroll;
	}

a:link, a:visited, a:hover
	{
	text-decoration: none;
	}

.topbar
	{
	position: absolute;
	width: 100%;
	height: 213px;
	left: 0px;
	top: 0px;
	margin: 0px 0px 0px 0px;
	background-image: url('../images/top.png');
	background-repeat: repeat-x;
	}

.bottombar
	{
	position: relative;
	width: 911px;
	height: 30px;
	margin: 0px auto 0px auto;
	}
	
.navbar
	{
	position: relative;
	width: 911px;
	height: 34px;
	margin: 33px auto 0px auto;
	background-image: url('../images/nav.png');
	background-repeat: no-repeat;
	text-align: center;
	line-height: 28px;
	z-index: 2;
	}

.navbarlayer2
	{
	position: relative;
	width: 722px;
	height: 34px;
	margin: 0px auto 0px auto;
	background-image: url('../images/navlayer2.png');
	background-repeat: no-repeat;
	text-align: center;
	line-height: 28px;
	top: -7px;
	z-index: 1;
	}

.item_contact
	{
	position: absolute;
	right: 0px;
	top: 39px;
	}

.item_aangeslotenbij
	{
	position: absolute;
	left: 0px;
	top: 39px;
	}
	
.navtext
	{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	}
	
.navtextactive
	{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #99FFDD;
	}
	
.mainbody
	{
	position: relative;
	width: 900px;
	top: 140px;
	margin: 0px auto 0px auto;
	font-family: Arial;
	font-size: 11pt;
	color: #000000;
	}
	
.tabletemplate
	{
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
	}
	
.smallgreentext
	{
	font-family: Tahoma, Helvetica, Arial;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	color: #1B2A0D;
	letter-spacing: 3px;
	}
	
.mediumgreentext
	{
	font-family: Tahoma, Helvetica, Arial;
	font-size: 30pt;
	font-weight: bold;
	font-style: oblique;
	color: #1B2A0D;
	letter-spacing: 3px;
	}
	
.largegreentext
	{
	font-family: Tahoma, Helvetica, Arial;
	font-size: 60px;
	font-weight: bold;
	font-style: oblique;
	color: #1B2A0D;
	letter-spacing: 3px;
	}
	
.smalltext
	{
	font-family: Tahoma, Helvetica, Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #1B2A0D;
	}
	
.mediumtext
	{
	font-family: Tahoma, Helvetica, Arial;
	font-size: 15pt;
	font-weight: bold;
	font-style: normal;
	color: #1B2A0D;
	}
	
.contactinputfields
	{
	border: none;
	background: #FFFFFF;
	color: #335555;
	width: 235px;
	height: 20px;
	font-family: Verdana, Helvetica;
	letter-spacing: -1px;
	font-size: 0.9em;
	outline: none;
	}

.textarea_1
	{
	border: none;
	background: #FFFFFF;
	color: #335555;
	width: 378px;
	height: 158px;
	font-family: Verdana, Helvetica;
	letter-spacing: -1px;
	font-size: 0.9em;
	resize: none;
	outline: none;
	}

.roundedinputfield
	{
	background:  url('../images/roundedinputfield.png') no-repeat left top;
	padding: 2px 15px 5px 6px;
	margin: 3px 20px 12px 0px;
	}

.roundedtextarea
	{
	background:  url('../images/roundedtextarea.png') no-repeat left top;
	padding: 2px 15px 5px 6px;
	margin: 3px 0px 14px 0px;
	}

.submitbutton
	{
	width: 139px;
	height: 34px;
	}

.hiddentextarea
	{
	width: 0px;
	height: 0px;
	display: none;
	}

.text_formdescriptions
	{
	font-family: Verdana, Helvetica;
	color: #000000;
	font-size: 11px;
	letter-spacing: -1px;
	font-style: italic;
	}
	
.loginout_text
	{
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 9px;
	color: #ced59a;
	padding: 5px 2px 5px 2px;
	cursor: pointer;
	}

.loginout_text a:link, a:visited
	{
	color: #ced59a;
	}


.loginout_text a:hover
	{
	color: #ffffff;
	}

.admin_notes
	{
	height: 20px;
	color: #C00000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	width: 700px;
	text-align: center;
	background: #FFFFFF;
	border: #AAAAAA dotted 1px;
	cursor: pointer;
	padding-top: 1px;
	margin: 0px auto 0px auto;
	}

.admin_teksten_textarea
	{
	width: 700px;
	height: 500px;
	}
	
