html, body {
	height:100%;
	}

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	text-align: left;
}
a img, :link img, :visited img {
	border: 0;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}



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

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

a:focus, a:active {
      outline: 0 none;
      -moz-outline: 0 none;
}


h1 {
	font-size: 18px;
	color: #000;
}
h2 {
	font-size: 16px;
	font-weight:bold;
	color: #000;
}
h3 {
	font-size: 16px;
	color: #000;
}
h4 {
	font-size: 14px;
	font-weight:bold;	
	color: #000;	
}
h5 {
	font-size: 14px;
	color: #000;
}
h6 {
	font-size: 12px;
	color: #000;	
}

/* ----------------------------------------------------------------------------- */
/* ---------------------------- 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:960px;/* for mozilla*/
	background: url(/images/splash-bg.jpg) #3767a1 repeat-x;
}

#bottom {
	width: 100%;
	height: 91px;
	margin: 0;
	margin-top: -91px;
}

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


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

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

#logo {
	position:absolute;
	left: 300px;
	top: 42px;
	width:292px;
	height:72px;
}

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

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

#footertxt {
	float:left;
	height:20px;
	width:350px;
	margin-left:140px;
	margin-top: 67px;
	color:#999999;
}

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

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

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

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

#centrecontent {
	position:absolute;
	width:960px;
	float:left;
	padding-top:215px;	
	padding-bottom:60px;/* needed to make room for footer */
	z-index:10;
}

#content {
	width:960px;
	text-align:center;
}

#links {
	float:left;
	width: 200px;
	margin-left: 200px;
	_margin-left: 100px;
}

#tussen {
	float:left;
	width: 110px;
	height: 332px;
	margin-top: 50px;
	margin-right: 20px;
	text-align:center;
}

#rechts {
	float:left;
	width: 200px;
}

.titel {
	margin-top: 22px;
}

.tekst {
	margin-top: 25px;
	width:175px;
	height: 130px;
	text-align:center;
	color:#fff;
	line-height:22px;
	font-size:14px;
	font-family: arial;
}

.knop {
	margin:20px 0px 0px 40px;
}
	
#clearfooter {width:100%;height:32px;clear:both} /* to clear footer */

#footerhorz {
	clear:both;
	width: 340px;
	margin-left: 285px;
	padding-top: 70px;
	text-align:center;
	font-size: 9px;
	color:#7797c0;	
}

#footerhorz a {
	font-size: 9px;
	color:#7797c0;
	text-decoration:none;
}

#footerhorz img {
	margin-bottom: 5px;
}


/* ----------------------------------------------------------------------------- */
/* ------------------------ PAGINA PEEL ---------------------------------------- */
/* ----------------------------------------------------------------------------- */

img { behavior: url(iepngfix.htc) }

#pageflip {
	position: relative;
	*position:absolute;
	*z-index:1;
	*right: 0; top: 0;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	*z-index: 3;
	position: absolute;
	right: 0px; 
	top: 0px;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	*z-index: 2;
	right: 0px; 
	top: 0px;
	background: url(/images/aanbieding.png) no-repeat right top;
	text-indent: -9999px;
}

#shake {
	width: 10px;
	height: 10px;
	background:#0033CC;
}
