/*
Copyright Administratiekantoor Hannema Alle rechten voorbehouden
Author: Sander Hannema - www.sneldesign.com
*/

*
{
	margin: 0;
	padding: 0;
}

p
{
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
}

input
{
    background-color: #ffffff;
    border: 1px solid #a1a1a1;
}

body
{
	text-align: center;
	background-color: #818c96;
	margin: 1em;
}

option
{
	padding-left: 2px;
	margin-right: 1em;
	cursor: pointer;
}

#container
{
	width: 756px;
	height: 100%;
	min-height: 100%;
	border: 1px solid black;
	background: url("img/menu.background.gif") repeat-y;
	background-color: #ffffff;
	background-repeat: repeat-y;
	margin: 0 auto 0 auto;
	text-align: left;

}

#header
{
	width: 756px;
	height: 110px;
	background-image: url("img/header.jpg");
	background-repeat: no-repeat;
    border-bottom: 1px solid #666666;
}

#header h1
{
    display: block;
    height: 132px;
    left: 0;
    position: absolute;
    text-indent: -9999em;
    top: 31px;
    width: 248px;
}

#tbody
{
	width: auto;
}

#menu
{
	width: 175px;
	height: 100%;
	min-height: 100%;
	float: left;
}

#content
{
	width: 581px;
	float: right;
}

#content DIV.block {
	width: auto;
	margin: 1em;
}

#cbody:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

div.footer
{
    margin-top: 2px;
    color: #000000;
}

a.footerlink,a.footerlink:hover
{
    color: #000000;
}
