/**
 * Author: Bart Verkoeijen
 * Since 2004-07-15.
 * Edited on 2009-06-15.
 */

* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #AACCFF;	
}

#zijafbeelding {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 303px;
	height: 335px;
	background-repeat: no-repeat;
	background-position: bottom right;
}

#pageContainer 
{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;

	width: 700px;
	height: 400px;
	background-image: url(../img/achtergrond.gif);
	border: 2px solid #223377;
}

#content {
	position: absolute;
	top: 35px;
	left: 10px;
	width: 340px;
	height: 350px;
	font-size: 0.75em;
	line-height: 1.4em;
}

table {
	font-size: 1em;
	line-height: 1.4em;
}

#copyright {
	text-align: right;
	font-size: 0.75em;
}

abbr {
	border-bottom: 1px dotted #2244AA;
}

a {
	color: #223377;
}

a:hover {
	color: #2244AA;
}

p {
	margin: 0 0 10px 0;
}

h1 {
	display: none;
}

h2 {
	font-size: 1.3em;
	margin: 2px 0 10px 0;
	color: #FFAA33;
}

/**
 * Menu.
 */

#menuContainer {
	position: absolute;
	top: 3px;
	left: 10px;
	z-index: 4;
	width: 400px;
	font-size: 0.8em;
	
}

#voorpaginalink {
	float: left;
}

#voorpaginalink img {
	border: none;
}

.menu {
	position: absolute;
	font-weight: bold;
	color: #223377;
	cursor: default;
}

.menu .title {
	padding: 0 4px 0 4px;
}

.menu:hover .title {
	background-color: #DD8811;
	color: white;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: none;
	border: 1px solid #2244AA;
	background-color: #FFAA33;
}

.submenu a {
	text-decoration: none;
	color: #223377;
	display: block;
	padding: 1px 5px 1px 3px;
}

.submenu a:hover {
	color: white;
	background-color: #2244AA;
}

.menu:hover ul {
	display: block;
}

#menu1 {
	left: 2em;
}

#menu2 {
	left: 8.5em;
}

#menu3 {
	left: 15em;
}

/**
 * Contact.
 */

table#contact {
	margin-bottom: 1em;
	border-top: 1px dotted #FFAA33;
	width: 100%;
}

table#contact td {
	vertical-align: top;
	border-bottom: 1px dotted #FFAA33;
	padding: 3px;
}