html,body {
  	margin:0;
  	padding:0;
  	height:100%;
	min-height:100%;
  	width:100%;
	background-image:url(../afbeeldingen/background-repeat.png);
	background-repeat:repeat-x;
	background-position: bottom;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
}
.fullscreen1 {
	width:100%;
	height:100%;
	min-height:100%;
	background-image:url(../afbeeldingen/danielle.png);
	background-repeat:no-repeat;
	background-position: bottom right;
	background-attachment:fixed;
	margin:0;
  	padding:0;
}
.fullscreen2 {
	width:950px;
	height:100%;
	min-height:100%;
	margin:0;
  	padding:0;
}
.center {
	width:950px;
	height:100%;
  	padding:0;
	margin:0;
}
.menubar {
	background-image:url(../afbeeldingen/gele_toolbar.png);
	background-repeat:repeat;
	width:185px;
	height:100%;
}
.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
}
.danielle {
	top:0;
	width:185px;
	height:100%;
	background-image: url(../afbeeldingen/danielle.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.titel {
}
.logo {
	padding:75px;
	float:left;
}
.footer {
}
.pagina {
	height:100%;
	margin:0;
  	padding:0;
	min-height:450px;
	left:185px;
}
#detail {
	visibility:hidden;
	display:none
}
.gastenboek a:link, .gastenboek a:active, .gastenboek a:visited {
	text-decoration:none;
	color:#FF0000;
}
.gastenboek a:hover {
	text-decoration:none;
	color:#0066FF;
}