@charset "UTF-8";
/* CSS Document */

BODY {
	margin: 30px 0px 0px 0px;
	padding: 0px;
	background-color: white;
	font-size: 12px;
}

#wrapper { 
	width: 586px;
	
	margin-left: auto;
	margin-right: auto;
}

#middle {
	width: 586px;
}

#header {
	width: 586px;
}

#menu {
	width: 586px;
	text-align: right;
}

#info {
	/* original width 586px */
	width 570px;
	height: 109px;
	background: black url(images/bg_midden.png);
	background-repeat: no-repeat;
	padding: 8px 8px 8px 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	color: black;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #707070;
	font-weight: bold;
	font-size: 12px;
	display: block;
	margin: 0px 0px 10px 0px;
}

span.info {
	background: url(images/pijl.gif) no-repeat; 
	background-position:0% 50%;
	padding-left: 10px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin-bottom: 3px;
}

#bottom { 
	width: 586px;
	border-top: 1px solid black;
	padding: 3px 0px 0px 0px;
	margin-top: 25px;
}

p {
	color: black;
	font-family: "Times New Roman", Times, serif;
	line-height: 17px;
	margin: 0px;
}


span.sig {
	color: black;
	font-family: "Times New Roman", Times, serif;
	line-height: 17px;
	margin: 0px;
	display: block;
}

span.contacttext {
	color: black;
	font-family: "Times New Roman", Times, serif;
	margin: 0px 0px 5px 0px;
	display: block;
}


span.bottom {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

a {
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: underline;
}

a:hover {
	color: #CECECE;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: underline;
}