	/* Algemeen */
body { 
	height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	min-width: 600px;
	background-color: #A782BD; 
	font-size: 13px;
	color: #ffffff;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

#container {
	width: 752px;
	margin: 10px auto;
	padding: 0;
	top: 0;
	text-align: left;
	background-color: #000000;
}

#header { 
	position: relative; 
	top: 0; 
	left: 0; 
	padding: 20px;
	margin: 0;
	width: 712px;
	height: 117px;
	background-color: #000000;
}

#midden { 
	position: relative; 
	top: 0; 
	left: 0; 
	width: 752px;
	background-color: #000000; 
}

#voet { 
	position: relative; 
	top: 0; 
	left: 0; 
	width: 752px;
	height: 78px; 
	background-color: #000000; 
	padding: 0;
}
	/* margin of padding: T R B L; */
	
#adresgegevens { 
	position: relative; 
	top: 20px; 
	left: 43px; 
}

a	{
	color: #A782BD;
}

a:hover	{
	text-decoration: none;
	color: #A782BD;
}

div.spacer {
	clear: both;
}
	/* Einde algemeen */

	/* Kop */

#header-foto-links, #header-foto-rechts {
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	display: block;
	float: left;
}

#logo { 
	position: relative; 
	top: 0; 
	left: 0; 
	width: 303px;
	height: 117px; 
	float: left;
	background-color: #A782BD;
	margin: 0;
	padding: 0;
}

#header-logo-foto {
	position: relative; 
	top: 30px; 
	left: 30px;
	margin: 0;
	padding: 0;
}

#header-logo {
	position: relative; 
	top: 22px; 
	left: 42px; 
	margin: 0;
	padding: 0;
}

	/* Einde kop */
	
	/* Center */
	
	/* Navigatie */
#navigatie_box { 
	position: relative; 
	top: 5px; 
	left: 20px; 
	float: left;
	width: 136px;
	background: #000000 url('../images/navigatie_achtergrond.jpg') repeat-y;
}

#navigatie_top { 
	position: relative; 
	top: 0; 
	left: 0; 
	width: 160px;
	height: 16px; 
	font-size: 7px;
}

#navigatie_center { 
	position: relative; 
	top: 0; 
	left: 0; 
	width: 160px;
}

#navigatie_bottom { 
	position: relative; 
	top: 0; 
	left: 0; 
	width: 160px;
	height: 18px; 
	font-size: 10px;
}

.navigatie {
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
}
	/* margin of padding: T R B L; */
#navigatie {
	padding: 10px 0 10px 8px;
	margin: 0;
	display: block;
	line-height: 21px;
}

a.nav	{
	text-decoration: none;
	color: #191C25;
}

a.nav:hover	{
	text-decoration: underline;
	color: #191C25; 
}

	/* Einde navigatie */

	/* Midden */

#content {
	position: relative; 
	top: 5px; 
	left: 90px; 
	float: left;
	width: 440px;
}

.content_tekst {
	font-size: 12px;
	color: white;
	font-family: Georgia, Times New Roman;
}

/* titel van de pagina */

h1 {
	margin: 0 0 12px 0;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
}

/* subtitel op een pagina */

h2 {
	margin: 0 0 12px 0;
	font-size: 14px;
	font-weight:bold;
	padding-left:20px;
}
 
p {
	margin: 0 0 12px 0;
	padding: 0;
}

	/* Einde midden */
	
	/* Voet */
	
a.voet	{
	color: white; 
}

a.voet:hover	{
	color: white; 
}

	/* Einde voet */