html {
    height: 100%;
}

body {
	height: 100%;
	background-color: #FFFAF2;
	margin: 0px;
	padding: 0px;
	background:	#febe5d url('../images/test3.jpg') repeat-x; 
	/*	groen:	#dbf1e6
		oranje:	#febe5d */
}

p {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
input,textarea {
	border: 1px solid #80858E;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}


#centertable {
	vertical-align:top;
	position: absolute;
	text-align: center;
    height:100%;
   	 padding: 0px;
   	 margin: 0px;
   	 width: 100%;
   	 border: 0px;
}


#centertable td {
	margin: 0px;
	padding: 0px;
	border: 0px solid black;
}

#centertable tr {
	margin: 0px;
	padding: 0px;
	border: 0px solid black;
}

#main {
	position: relative;
	/*background: green; /*#FFFAF2;*/
	left: 28px;
	width: 770px; 
	height: 510px;
	overflow: auto;
	margin: 0px auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}

#logo {
	position: relative;
	left: 620px;
	top: 410px;
}

#content #menu {
	position: absolute;
	background:#FFFAF2;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	left:0px;
	top: 0px;
	height: 101px;
	width:709px;
	margin:0px;
}

#content #swirl {
	position: relative;
	left:0px;
	top:100px;
	margin:0px;
}

#content #menu_links{
	position: absolute;
	left:0px;
	top:0px;
	height: 101px;
	width:400px;
	border-bottom:0px solid #E69609;
	margin:0px;
}

#content #menu_rechts{
	position: absolute;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	height: 101px;
	width:230px;
	right:-80px;
	top: 7px;
	border-bottom:0px solid #E69609;
	text-align: left;
	margin:0px;
}



#content {
	background: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 708px;
	height: 460px;
	border:1px solid #E69609;
	overflow:hidden;
	margin:0px;
	z-index: 0;
}

#tekstveld {
	background: #FFFFFF;
	position: absolute;
	top: 121px;
	left:1px;
	width: 708px;
	height: 320px;
	text-align: left;
	overflow:auto;
	padding: 0px 0px; 
	margin: 0px 0px 0px;
	font-size: 14px;
	font-family: arial, lucida console, sans-serif;
	/*line-height: 19px;*/
	color:#8000000;
}

#main #footer {
	position: absolute;
	font-size: 14px;
	font-family: arial, lucida console, sans-serif;
	color:#000000;
	top:461px;
	width:80%;
	left: 0px;
	text-align: center;
}

#foot {
	position: absolute;
	height: 15px;
	width: 706px;
	left: 1px;
	top: 441px;
	
}


a {
	text-decoration: none;
	font-family:verdana;
	color: #008849;
	font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

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

}

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

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