﻿body{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #d9d9d9;
	
	overflow: hidden;
	
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	text-align: center;
}


h1
{
	margin-top: 0;
	font-size: 20px;
}

div#Wrapper
{
	width: 980px;
	margin: 0px auto;
	height: 100%;
	text-align: left;
}

#Top{
	position: relative;
	width: 980px;
	height: 116px;
	top: 0; 
	left: auto; 
	right: auto;
	overflow: hidden;
}

#Content
{
	position: absolute; 
	width: 980px;
	height: auto;
	top: 116px;
	bottom: 0;
	overflow: auto; 
	background: #fff;
}

a.BeheerLink
{
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
	clear: both;
}

a.BeheerLink:hover
{
	text-decoration: underline;
}

p
{
	line-height: 1.4em;
}

div#menu
{
	background-color: #fc3;
	text-align: center;
	padding: 5px;
	height: 20px;
}

div#menu a
{
	display: inline-block;
	display: -moz-inline-box;
	
	text-decoration: none;
	font-weight: bold;
	color: #000;
	
	padding: 2px 30px 6px 30px;
	
	background-image: url(images/all_menu_red.jpg);
	background-repeat: no-repeat;
	background-position: left middle;
}

div#menu a:hover, div#menu a.active
{
	background-image: url(images/all_menu_green.jpg);
}

div.textheader
{
	vertical-align: middle;
	padding-top:5px;
	height: 30px;
	text-align: center;
	
	background-color: #81a0c6;
	color: #fff;
	font-size: 16pt;
	font-weight: bold;
}

div.listitem, span.listitem
{
	display: block;
	font-weight: bold;
    color: #000;
	
    padding: 2px 30px 30px 30px;
	
    background-image: url(images/all_menu_red.jpg);
    background-repeat: no-repeat;
    background-position: left middle;
}
