html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
}
body
{
	font: 0.9em 'trebuchet ms', tahoma, verdana, arial, helvetica, sans-serif;
	background: url(images/left.gif) top left no-repeat;
}
a
{
	color: #000;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
div.background
{
	min-height: 100%;
	/* Min-height for IE */
	_height: 100%;
	padding: 0;
	margin: 0;
}
div#bottom
{
	background: url(images/bottom.gif) bottom left no-repeat;
}
div#right
{
	background: url(images/right.gif) bottom right no-repeat;
}
div#top
{
	background: url(images/top.gif) top right no-repeat;
}
h1
{
	margin: 0;
	padding: 25px 0 0;
	text-align: center;
	line-height: 0;
}
h1 img
{
	width: 594px;
	height: 154px;
}
h1 em
{
	display: none;
}
div#container
{
	margin: 5px 80px;
	padding-bottom: 80px;
}
div#containerStyle
{
	border: 3px solid #fe0000;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-y;
}
div#menu
{
	float: left;
	padding: 5px;
	/* Box-model */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* top: 25px + hoogte header + 5px */
	/*background-color: #fe0000;*/
	width: 180px;
}
div#menu h4
{
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 0.8em;
}
div#menu h4 a
{
	text-decoration: underline;
}
div#menu h4 a:hover
{
	text-decoration: none;
}
div#content
{
	margin-left: 200px;
	padding: 6px;
}
div#content h2
{
	margin-top: 0;
}
p#footer
{
	font-size: xx-small;
	margin: 0;
	text-align: center;
}
.hand
{
	cursor: pointer;
	cursor: hand;
}
table
{
	width: 100%;
	background-color: #ccc;
}
td
{
	padding: 2px 5px;
	background-color: #fff;
	font-size: 1em;
}
thead td
{
	background-color: #ddd;
	font-weight: bold;
}
fieldset
{
	border: 1px solid #fc0;
	padding: 10px;
	margin: 0;
	color: #000;
}
legend
{
	font-weight: bold;
	color: #000;
}
label, span.formTekst
{
	width: 150px;
	float: left;
	margin-bottom: 2px;
}
input, select, textarea
{
	font: 1em 'trebuchet ms', tahoma, verdana, arial, helvatica, sans-serif;
}
select
{
	margin-bottom: 2px;
}
input.tekst
{
	width: 175px;
	border: 1px solid #fc0;
	margin-bottom: 2px;
	padding-left: 1px;
	padding-right: 1px;
}
textarea
{
	border: 1px solid #fc0;
	margin-bottom: 2px;
	padding-left: 1px;
}
input.knop
{
	border: 1px solid #fc0;
	margin-top: 5px;
	margin-bottom: 2px;
	background-color: #fff;
}
div.formSub
{
	margin-left: 150px;
}
label.checkbox
{
	width: 400px;
}
.error
{
	color: #f00;
	font-weight: bold;
}
.errorForm
{
	border: 1px solid #f00;
}
img
{
	border: 0;
}
h6.gbNaam
{
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0;
}
div.gbBerichtContainer
{
	padding: 3px;
	border: 1px solid #fc0;
	margin-bottom: 10px;
}
div.edit
{
	float: right;
}
img.email
{
	vertical-align: text-top;
}
div.fotos
{
	text-align: center;
}
div.thumb
{
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 100px;
	width: 100px;
}
div.thumb a
{
	font-size: 0.8em;
	color: red;
}
.navigatie
{
	font-size: 0.8em;
	margin: 0;
}
/* MENU! */
ul#nav, ul.menuSub
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px; /* Breedte van menu items */
}
	
li.menuItem, li.menuItemSub
{
	position: relative;
}
li.menuItem
{
	margin-bottom: 2px;
}
ul.menuSub
{
	border: 3px solid #fc0;
	position: absolute;
	left: 170px;
	top: 0;
	display: none;
}

/* Styles for Menu Items */
a.menuLink
{
	display: block;
	text-decoration: none;
	/*background: transparent; IE6 Bug */
	background-color: #fe0000;
	height: 30px;
	line-height: 30px;
	vertical-align: center;
}
img.menuPicto
{
	margin-right: 3px;
	float: left;
	width: 30px;
	height: 30px;
	border: 1px solid #000;
}
a.menuLink:hover
{
	color: #fc0;
}
/* Submenu's links */
a.menuSubLink
{
	display: block;
	text-decoration: none;
	background: transparent; /* IE6 Bug */
	background-color: #fe0000;
	padding: 0 5px;	
}
a.menuSubLink:hover
{
	color: #fc0;
}
/* Echte browsers only */
ul#nav>li
{
	clear: both;
}
/* Holly Hack. IE Requirement \*/
li.menuItem, li.menuItemSub
{
	_float: left;
	_height: 1%;
}
a.menuLink, a.menuSubLink
{
	_height: 1%;
}
/* End */
li:hover ul, li.over ul
{
	display: block;
}
