html, body {
	padding: 0;
	margin: 0;
}
body {
	margin: auto;
	text-align: center; /* IE center */
	color: #000000;
	background-color: #FDF9F0;
	scrollbar-face-color:#612a6b;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#612a6b;
	scrollbar-shadow-color:#612a6b;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#612a6b;
	scrollbar-darkshadow-Color:#999999;
	font: 11px Arial, sans-serif;
}
#content h2 {
	font: bold 16px Arial, sans-serif;
}
#content h3 {
	font: bold 13px Arial, sans-serif;
}
a {
	color: #ffffff;
}
#contentbox {
	position: relative;
	width: 1004px;
	margin: 0 auto;
	text-align: left;
	background-image: url('../graphics/background.gif');
	background-repeat: no-repeat;
	height: 633px;
}
.left {
	left: 0;
}
.right {
	right: 0;
}
#leftcol {
	margin-right: 502px;
	background-image: url('../graphics/aflopend_links.gif');
	background-repeat: repeat-x;
	height: 633px;
}
#rightcol {
	margin-left: 501px;
	background-image: url('../graphics/aflopend_rechts.gif');
	background-repeat: repeat-x;
	height: 633px;
}
#content {
	position: absolute;
        left: 140px;
	top: 100px;
	overflow: auto;
	color: #ffffff;
	background-color: #612a6b;
	height: 350px;
	width: 350px;
	z-index: 100;
	line-height: 130%;
}
#tekst {
	position: absolute;
        left: 515px;
	top: 360px;
	color: #ffffff;
	font: bold 14px Arial, sans-serif;
	height: 70px;
	width: 165px;
	z-index: 100;
	letter-spacing: 0.1em;
	line-height: 150%;
}
#tekst a {
	text-decoration: none;
}
#gallery {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 312px;
	height: 329px;
}
#photobox {
	position: absolute;
        left: 502px;
	top: 125px;
	height: 329px;
	width: 312px;
	z-index: 0;
}
.column {
	position: absolute;
	width: 50%;
	top: 0;
	text-align: left;
}
#email {
	z-index: 10;
	margin: 0;
	padding: 0;
	position: relative;
        left: 345px;
	top: 534px;
	width: 154px;
	height: 22px;
	float: left;
}
#email img {
	border: 0;
	margin: 0;
	padding: 0;
}

