html,body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	height:100%; /* nodig voor container min-height */
	background-image: url(../images/body_bg3.jpg);
	background-repeat: no-repeat;
	background-color: #3f71b6;
	background-attachment: fixed;
	background-position: bottom left;
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
	}
	

div#header h1 {
	text-indent: -9999px;
	}

.image {
	margin:0 15px;
	border-style:dotted;
	border-width: 2px;
	color: #fff; 
	}

div#container {
	position:relative; /* nodig voor footer postie*/
	margin:0 auto; /* center, niet in IE5 */
	width:800px;
	background-image: url(../images/content_bg.jpg);
	background-repeat:repeat-x;
	background-color:#46b4f3;
	height:auto !important; /* real browsers! */
	height:100%; /* IE6: gebruik as min-height*/
	min-height:100%; /* real browsers! */
	}

div#header {
	height:150px;
	background-image: url(../images/logo2.jpg);
	}
	
div#nav {
	height:42px;
	background-color:#33a2e8;
	}

.menu {
	line-height: 42px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	}

.menu td {
	padding-right: 20px;
	color:  #fff;
	}

div#header p {
	font-style:italic;
	font-size:1.1em;
	margin:0;
	}

div#content {
	padding:1em 0em 5em; /* bottom padding voor footer */
	text-align: center;
	}
		#iframe {
		width: 780px;
		height: 400px;
		}

div#content p {
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
	padding:1em 0;
	margin:0 15px;
	}

div#footer {
	position:absolute;
	background-color:#33a2e8;
	text-align:center;
	width:100%;
	bottom:0; /* plakt footer aan bottom */
	}
	
div#footer p {
	color: #fff;
	padding:1em;
	margin:0;
	}