/* Lieve Fer, aangepast door Petra Kluwen */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #000000 url(body_bg.jpg) repeat-y center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: normal;
	font-style: roman;
}



a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #990000;
}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #990000;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #333300;
}

#container {
    width: 642px;
	background: #FFFFFF url(container_tile.jpg) repeat-y; 
	margin: 0px auto;
}


#pageHeader {
	margin-bottom: 0px;
	background-image: url(header-media.jpg);
	height: 524px;
	background-repeat: no-repeat;
}


#pageHeader h1 { 
	text-indent: -2000px;
}


#pageHeader h2 { 
	text-indent: -2000px;
}




#supportingText {
	padding: 0px 55px 10px 90px;
}


#container #supportingText h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: italic;
	line-height: normal;
	color: #000000;
	margin-bottom: 16pt;
	text-align: center;
	font-weight: bold;
}

#container #supportingText p1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	color: #000000;
}
#container #supportingText h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	margin-bottom: 16pt;
	text-align: center;
	margin-top: 16pt;
}


