/**
 * = Global reset (Eric Meyers Reset Reloaded)
 * ----------------------------------------------------------
 */

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}


html {
      height:100%;
}

/**
 * = Vanaf hier styles voor LAYOUT posities etc.
 */
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
        background: #FFF url(../images/bg_body.png) no-repeat center;
}

#workdiv {
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 960px;
	height: 500px;
	margin-left: -480px; /* half of the width */
	margin-top: -250px; /* half of the height */
	background-image: url(../images/achtegr_002.gif);
}

#content {
	position: absolute;
	width: 900px;
	height:450px;
	left: 30px;
	top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
    line-height:20px;
	text-align: left;
	
}
#menu{
	position:absolute;
	top:180px;
	left:10px;
        width:150px;
	height:auto;
        text-align:right; 
}
#menu {
	list-style: none;
	margin: 0;
}
#menu a:link, #menu a:visited {
	font-family: Arial, verdana, arial;
	font-size: 12px;
	line-height:24px;
	color: #000;
	text-decoration: none;
	font-weight:normal;
        list-style: none;
}
#menu a:hover {
	text-decoration:underline;
}

/**
 * = Vanaf hier styles voor weergave text etx..
 */

.contentpaneopen {
    margin:0;
    padding:0;
    
}
td.contentheading  {
    display:none;
    
}