/* mac hide\*/
html, body {
	height:100%;
	margin: 0;
	padding: 0;
	}
/* end hide */


/* ----------------------------------------------------------------------------- */
/* ---------------------------- FONT ------------------------------------------- */
/* ----------------------------------------------------------------------------- */

a,
a:link,
a:visited,
a:active {
    color: #053c0c;
}

/* ----------------------------------------------------------------------------- */
/* ---------------------------- BASE-------------------------------------------- */
/* ----------------------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	padding:0;
	margin:0;
	text-align:center;
	min-width:985px;/* for mozilla*/
	background: url(/images/bg.jpg) #fff repeat-x;
}

#outer{
	height:100%;
	min-height:100%;
	width:985px;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(/images/midbg.jpg) repeat-y;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:985px;
	background:url(/images/midback.gif) no-repeat;	
}


/* ----------------------------------------------------------------------------- */
/* ---------------------------- TOP -------------------------------------------- */
/* ----------------------------------------------------------------------------- */

#header{
	position:absolute;
	top:0px;
	width:985px;
	height:196px;
	background: url('/images/header-splash.jpg') no-repeat top left;
	color: #000000;
}

/* ----------------------------------------------------------------------------- */
/* -------------------------- FOOTER ------------------------------------------- */
/* ----------------------------------------------------------------------------- */

#bottom {
	width: 100%;
	height: 153px;
	margin: 0;
	margin-top: -153px;
	background:url(/images/footer-bg.jpg) repeat-x;
}

#footer {
	width:985px;
	clear:both;
	height:153px;
	background: url(/images/footer.jpg) top left no-repeat; 	
	position: absolute;
	left:0;
	bottom:0;
}

#abotitel {
	position: absolute;
	top: 69px;
	left:75px;
	width: 100px;
	height: 20px;
	font-size:11px;
	color:#000;
}

#abotitel2 {
	position: absolute;
	top: 67px;
	left: 175px;
	width: 100px;
	height: 20px;
	font-size:14px;
	color:#000;
	font-weight:bold;
}

#invoeren {
	position: absolute;
	top: 94px;
	*top: 93px;	
	left: 73px;
	width: 220px;
	width:100px;
	height: 20px;
}

#invoeren2 {
	position: absolute;
	top: 93px;
	left: 208px;
	width: 220px;
	height: 20px;
}

.aboinvoer {
	width: 130px;
	height: 15px;
	border:0px;
	font-size:11px;
	border:1px solid black;
}

.aboknop {
	width: 61px;
	height: 21px;
	border:0px;
	margin-left:5px;
	background:url(/images/submitknop2.jpg) no-repeat;
	cursor:pointer;
}

#footertxt {
	position:absolute;
	left: 480px;
	top: 42px;
	width: 400px;
	height: 90px;
	color:#fff;
	font-size:11px;
}

#footertxt a {
	color:#707070;
	text-decoration:none;
}

* html #footer {/*only ie gets this style*/
	\height:152px;/* for ie5 */
}

div,p  {margin-top:0}/*clear top margin for mozilla*/

/* ----------------------------------------------------------------------------- */
/* --------------------------- CONTENT ----------------------------------------- */
/* ----------------------------------------------------------------------------- */

#centrecontent {
	width:980px;
	float:left;
	padding-top:176px;	
	padding-bottom:130px;/* needed to make room for footer */
	padding-left:0px;
	text-align:center;
	font-family: verdana;	
}

#content {
	width:980px;
	padding-top: 20px;
	font-size:11px;
	line-height:18px;
	}

#blok {
	float:left;
	width: 260px;
	height:30px;
	background-color:#00bef2;
	margin-right: 7px;
	margin-bottom: 7px;
	padding-top: 10px;
	cursor:pointer;	
}

#blok a {
	color:#fff;
	font-size:11px;
	text-decoration:none;
}

#blok:hover {
	background-color:#7fdff8;
}

.blok1 {margin-left: 93px;_margin-left: 47px}
#blokmid { 
	float:left;
	width: 260px;
	height:30px;
	margin-right: 7px;
	margin-bottom: 7px;
	background:#7fdff8;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-top: 10px;
}

#blokmid a,
#blokmid a:link,
#blokmid a:visited,
#blokmid a:active
{
	color:#fff;
	font-size:11px;
	text-decoration:none;	
}

#clearfooter {width:100%;height:32px;clear:both} /* to clear footer */