.headerbg {
	background-image: url(../pics/full_header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.contentbg {
	background-image: url(../pics/round_background.jpg);
	background-repeat: no-repeat;
	background-position: center 100px;
}
body {
	text-align: center;  /* Sticker addon */
	color: black;
	font-family: Verdana;
	font-size: 8pt;
}
table {
	font-family: Verdana;
	font-size: 8pt;
}
a {
	font-weight: bold;
	color: #1A5893;
	text-decoration: none;
}
a:Hover {
	text-decoration: underline;
}
input {
	font-family: Verdana;
	font-size: 8pt;
}
.boxheader {
	background-color: #CCE9F7;
	height: 25px;
	text-align: center;
	vertical-align:middle;
	font-weight: bold;
}
.boxcontent {
	border: 2px #CCE9F7 solid;
}
.header {
	font-family: Verdana;
	font-style: italic;
	font-weight: bold;
	color: black;
	font-size: 18px;
}


/* fotoboek */

.photoimage {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
}
.photoa {
	color: black;
	text-decoration: none;
}
.photoa:Hover {
	text-decoration: none;
}

/* Sticker addon */
#wrap {
	position: relative;
	margin: 0 auto;
	width: 800px;
	text-align: left;
}
#tripled {
	position: absolute;
	left: -80px;
	top: 100px;
	z-index: 1;
	border: 0px;
}

/* Menu flash  ### NEEDS sticker addon ### */
#myMenu {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	border: 0px;
	overflow: hidden;
}

