﻿body {
	margin: 0; 
	font-family: Verdana, Helvetica, Sans-Serif; 
	font-size: 0.7em; 
	color: #000; 
	background: #FFF; 
}

/* Remove all div boxes but the content (menu's, gfx's etc.) */
#header, #topmenu, #fadebar, img.menutop, table#main td#leftmenu, table#main td#rightmenu, table#main .sitemappath, table#main td#content .image .links
{
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    visibility: hidden;
}

/* Reset position of main content to top of paper */
table#main {
 position: absolute;
 top: 0;
 left: 0;
}

/* For tabs, we want the active one displayed and the others hidden */
.tabnavigation li { visibility: hidden; }
.tabnavigation a.act
{
    visibility: visible;
    color: #000;
    font-size: large;
    text-decoration: none;
}

#footer 
{
    padding-top: 2em;   
}