		body {
			background-image: url(background.gif);
			background-repeat: no-repeat;
			background-position: bottom left;
			background-color: Black;
			margin: 0 0 0 0;
			background-attachment: fixed;
		}
		p {
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			line-height: 24px;
			color: white;
		}
        p.noot {
          font-size: 10px;
          font-weight: normal;
          line-height: 14px;
        }


		ul {
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			line-height: 24px;
			color: white;
			list-style-type: circle;
		}
		h1 {
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 18px;
			line-height: 20px;
			color: #CCCCCC;
		}
		h3 {
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bolder;
			line-height: 20px;
			color: #CCCCCC;
			text-align: left;
			text-decoration: overline;
		}
		h4 {
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bolder;
			line-height: 20px;
			color: #CCCCCC;
			text-align: left;
			text-decoration: overline;
			
		}
		a {
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #CCCCCC;
			text-decoration: underline;
		}
		a:link {
			color: #CCCCCC;
			font-style: normal;
			text-decoration: underline;
		}
		a:visited {
			color: #CCCCCC;
			font-style: normal;
			text-decoration: underline;
		}
		a:hover {
			color: #FFFFFF;
			font-style: normal;
			text-decoration: none;
			font-weight: none;
		}
		img.fotografen {
			border: 1px solid White;
			float: right;
			margin-left: 10px;
}
		div.fotografen {
			height: auto;
}
		div.navleft {
			position: absolute;
			width: 128px;
			top: 115px;
			left: 5px;
			border: 0px;
			padding: 0px;
			z-index: 2;

		}
		.content {
			position: absolute;
			width: 500;
			min-width: 500px;
			margin: 25px 0px 20px 230px;
			padding: 0px 0px 50px 0px;
			z-index: 3;

		}
		

