* {
	margin: 0;
}

body, html{
	font-family: Georgia, "Times New Roman";
	font-size: 14px;
	line-height: 26px;
	color: #000000;
	text-align: center;
	background: #D1DBF4 url(images/body-bg.jpg) repeat-x top left;
}

a, a:visited{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	color: #000000;
	text-decoration: none;
}

#container{
	width: 960px;
	height: 2600px;
	min-height: 1720px;
	background: url(images/persbericht-bg.jpg) no-repeat top left;
	text-align: justify;
	margin: 0 auto;
}

#content{
	padding: 32px 367px 0 67px;
}

h1, h2, h3, h4{
	font-family: Georgia, "Times New Roman";
	font-weight: normal;
}

h1{ 
	font-size: 36px;
	margin-top: 3px;
}

h2{ 
	font-size: 30px;
	margin-top: 28px;
}

h3, h4{ 
	font-size: 14px;
	font-style: italic;
	text-align: right;
	margin-top: -11px;
}

h4{
	margin-top: -35px;
}

p{
	width: 510px;
	margin: 20px 0 0 7px;
}

.oproep{
	border: 1px solid black;
	padding: 5px;
	width: 500px;
}

ul{
	width: 490px;
	list-style-type: square;
	padding: 0 0 0 20px;
	margin: 0 0 0 10px;
}

li{
	padding: 0 0 0 5px;
}

address{
	width: 310px;
	margin: 0 0 0 25px;
	padding: 0 0 2px 5px;
	background: url(images/address-bg.jpg) repeat-y top left;
	border-left: 3px solid black;
}