body {
	margin: 0;
	padding: 0;
	background-color: rgb(124,45,76);
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: rgb(89,89,89);
}

body img {
	border: 0;
}

div#frame {
	position: relative;
	width: 100%;
	padding-bottom: 30px;
	text-align: center;
	background-color: white;
	background-image: url('/template/piu/img/frame-bg.gif');
	background-repeat: repeat-x;
}

div#content {
	position: relative;
	width: 990px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

div#content a {
	color: rgb(124,45,76);
}

div#header {
	position: relative;
	width: 990px;
	height: 156px;
	margin-bottom: 9px;
	border-bottom: 1px solid rgb(201,201,201);
}

div#header img#logo {
	position: absolute;
	left: 15px;
	top: 62px;
}

div#header ul {
	position: absolute;
	right: 0px;
	top: 82px;
	width: 537px;
	margin: 0;
	padding: 0;
	list-style: none;
}

div#header ul li {
	float: left;
	margin: 0;
	padding: 0;
}

div#header ul li a {
	position: relative;
	display: block;
	width: 179px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	color: rgb(124,45,76);
	background-image: url('/template/piu/img/tab-item.gif');
	background-repeat: no-repeat;
}

div#header ul li a:hover {
	color: rgb(3,177,104);
}

div#header ul li a.active {
	color: black;
}

div#header ul li a.lower {
	top: -12px;
}

div#header ul li.clear {
	clear: both;
}

div#header ul li.spacer {
	display: block;
	width: 80px;
	height: 2px;
}

div#home-intro {
	position: absolute;
	left: 0px;
	top: 166px;
}

div#polaroid {
	position: absolute;
	left: 0px;
	top: 166px;
	width: 486px;
	height: 534px;
	padding: 0;
	margin: 0;
	background-image: url('/template/piu/img/home/polaroid.jpg');
	background-repeat: no-repeat;
}

div#polaroid img {
	position: absolute;
	padding: 10px;
}

h1#welcome {
	position: absolute;
	text-indent: -10000px;
	outline: none;
}

div#txt {
	position: relative;
	min-height: 320px;
	width: 700px;
}

.home div#txt {
	margin-left: 494px;
	min-height: 520px;
	width: 496px;
}

div#txt p.block {
	padding: 6px;
	padding-top: 22px;
	padding-bottom: 14px;
	background-image: url('/template/piu/img/fade-small.gif');
	background-repeat: repeat-x;
	border-bottom: 1px solid rgb(201,201,201);
}

div#txt h1, h2, h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	margin-top: 10px;
}

div#txt h1 {
	font-size: 19px;
}

div#txt h2 {
	font-size: 17px;
}

div#txt h3 {
	font-size: 15px;
}

div#txt p.center {
	text-align: center;
}

div#txt div.list {
	position: relative;
	width: 385px;
	min-height: 88px;
	line-height: 20px;
	padding-left: 85px;
	padding-top: 2px;
	margin-bottom: 3px;
	border: 1px solid rgb(226,242,251);
	background-color: rgb(248,248,248);
}

div#txt div.list img {
	position: absolute;
	left: 10px;
	top: 10px;
}

div#txt div.list div.noimg {
	position: absolute;
	left: 10px;
	top: 25px;
	width: 60px;
	text-align: center;
	color: rgb(160,160,160);
}

div#txt div.list-2 {
	background-color: rgb(234,234,234);
}

div#txt div.list h2 {
	margin: 0;
	padding: 0;
	color: rgb(124,45,76);
}

div#txt div.list span {
	display: block;
	float: left;
	width: 95px;
	font-weight: bold;
}

div#txt div.list div.persoon-detail {
	display: none;
	/*margin-top: 6px;*/
}

div#txt div.list div.persoon-detail p {
	margin: 0;
	padding: 0;
}

div#txt ul#submenu {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 2px solid white;
}

div#txt ul#submenu li {
	margin: 0;
	padding: 0;
}

div#txt ul#submenu li a {
	display: block;
	width: 185px;
	height: 16px;
	line-height: 16px;
	padding-left: 30px;
	margin-bottom: 2px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(124,45,76);
	background-color: rgb(248,248,248);
	background-image: url('/template/piu/img/submenu-bg.gif');
	background-repeat: no-repeat;
	background-position: 9px 2px;
	border: 1px solid rgb(226,242,251);
}

div#txt ul#submenu li a:hover {
	color: black;
}

div#submenu-filler {
	position: absolute;
	left: 773px;
	top: 30px;
	background-image: url('/template/piu/img/fade-large.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 100px;
}

div#submenu-filler h2 {
	position: absolute;
	top: -32px;
}

div#search {
	position: absolute;
	left: 550px;
	width: 420px;
	padding: 10px;
	padding-top: 2px;
	border: 1px solid rgb(226,242,251);
	background-color: rgb(248,248,248);
}

div#footer {
	position: relative;
	bottom: -30px;
	left: 0px;
	width: 100%;
	height: 30px;
	padding-top: 4px;
	background-color: rgb(124,45,76);
	background-image: url('/template/piu/img/footer-bg.gif');
	background-repeat: repeat-x;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 11px;
	color: rgb(200,200,200);
	text-align: center;
}

div#footer a {
	color: rgb(200,200,200);
	text-decoration: none;
}

div#footer a:hover {
	color: white;
}

div#footer img {
	position: relative;
	top: 4px;
	left: 11px;
}

fieldset {
	border: 0;
}

fieldset span {
	float: left;
	width: 110px;
}

div#content div#txt ul.bureau-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#content div#txt ul.bureau-list li {
	margin: 0;
	padding: 0;
}

div#content div#txt ul.bureau-list li a {
	display: block;
	width: 166px;
	height: 26px;
	line-height: 26px;
	margin-top: 11px;
	padding-left: 24px;
	border-bottom: 1px solid rgb(201,201,201);
	color: rgb(89,89,89);
	text-decoration: none;
	background-image: url('/template/piu/img/submenu-bg.gif');
	background-repeat: no-repeat;
	background-position: 3px 7px;
}

div#content div#txt ul.bureau-list li a:hover {
	color: rgb(124,45,76);
}

ul#bureau-list-r {
	position: absolute;
	left: 306px;
	top: 23px;
}

div#map {
	position: absolute;
	left: 150px;
	top: -10px;
}

/* Lightbox */
#lightbox {
	background-color: rgb(251,248,246);
	padding: 10px;
	border: 1px solid black;
}
#lightbox a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: left; font-size: 12px; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }