﻿body
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #600;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #FEE;
}

div#menu_titel
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
}

div#menu
{
	margin: 20px 10px;
}

div#index
{
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	background-color: #FDD;
	line-height: 20px;
	position: fixed;
	top: 31px;
	left: 0px;
	width: 20px;
	height: 100%;
	padding-top: 0px;
}

p
{
	margin: 0px;
}

table
{
	border: none;
	margin: 10px auto;
	padding: 0px;
}

table.intern
{
	margin: 0;
}

th
{
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 0px 5px;
}

p#titel, p.titel
{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background-color: #911;
	color: white;
	line-height: 30px;
}

p#titel a
{
	color: white;
}

p#index
{
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	background-color: #FDD;
	line-height: 20px;
}

p.tab
{
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	border-top: dotted 1px #911;
}

p.knoppenbalk
{
	padding: 5px;
	border-bottom: solid 2px #911;
	text-align: center;
}

span.plain
{
	font-weight: normal;
	font-size: 11px;
}

td
{
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px 5px;
}

span.link
{
	text-decoration: underline;
	cursor: pointer;
}

img
{
	border: none;
	vertical-align: top;
}

td img
{
	padding: 5px;
}

img.groot
{
	margin: 0 20px;
}

hr.separator
{
	border-top: dotted 1px #911;
}

hr
{
	border-top: solid 5px #911;
}

.midden
{
	text-align: center;
}
.rechts
{
	text-align: right;
}