h1 { text-align: center; margin-top: 40px }
	.source {
	background-color: #d0e0d0;
	border: 1px solid #00a000;
}

.citation_group { margin-bottom: 50px }
.citation_group h2 { font-style: italic; }
.citation .field_creators, .citation .field_editors { font-size: 66% }
.citation .person_name { font-size: 150% }
.citation {
	background-color: #d0d0e0;
	border: 1px solid #0000a0;
}
.citation, .source {
	padding: 5px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 10px;
}

body{
	background: #d8d9e6;
}

a{
	color: black;
}

img.pasfoto{
	width: 100%;
	height: 100%;
}

img.at{
	height: 16px;
	margin-left: -2px;
	margin-right: -2px;
}

img.noborder{
	border: none;
}

div.pasfoto{
	position: absolute;
	left: 30px;
	top: 20px;
	width: 160px;
	height: 225px;
	border: solid;
	border-color: black;
	border-width: 1px;
}

div.links{
	position: absolute;
	left: 30px;
	top: 270px;
	width: 160px;
	height: 230px;
	font-family: Georgia;
	font-size: 10pt;
}

div.personalia{
	background: white;
	font-family: Georgia;
	position: absolute;
	left: 220px;
	top: 20px;
	width: 75%;
	height: 120px;
	border: solid;
	border-width: 1px;
	border-color: black;
	padding-left: 5px;
	overflow: auto;
}

div.content{
	background: white;
	font-family: Georgia;
	font-size: 10pt;
	position: absolute;
	left: 220px;
	top: 150px;
	width: 75%;
	border: solid;
	border-width: 1px;
	border-color: black;
	padding: 5px;
}



p{
	text-indent: 5px;
}

p:first-letter 
{
	color: black;
	font-size: large
}

h2{
	font-size: 13pt;
}

li{
	list-style: none;
	padding: 5px;
	margin-right: 30px;
	margin-left: -8px;
	margin-bottom: 10px;
	background-color: #d0d0e0;
	border: 1px solid #0000a0;
}
