body {
	background-color: white;
	color: #999;
	font: small/1.4 "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}

form{margin:0}

h1{font-size:24px;}

h2{font-size:16px;}

a {
	color: #999;
	text-decoration: underline;
}

a:visited {
	color: #999;
}

em {
	font-size: 120%;
}

/** Rules for the intro page */
div#introPage {
	width: 100%;
	height: 100%;
	margin-top: 10%;
	margin-bottom: 10%;
	text-align: center;
	vertical-align: middle;
}

#introPage table {
	width: 437px;
	text-align: center;
}

#introPage table tr {
	background-color: #999;
	color: white;
	text-align: center;
	border: 0;
	padding: 0;
	margin: 0;
	width: 437px;
}

#introPage table td {
	border: 0;
	padding: 0;
	margin: 0;
	width: 437px;
}

#introPage table td a {
	border: 0;
	padding: 0;
	margin: 0;
	background-color: #999;
	color: white;
	text-decoration: none;
	display: block;
}

#introPage table td a:hover {
	border: 0;
	padding: 0;
	margin: 0;		
	background-color: #ccc;
	display: block;
}

/** Rules for the navigation bar table */
table#navigationBar {
	margin: 0;
	padding: 0;
}

table {
	vertical-align: middle;
	}

table#navigationBar td {
	font-size: medium;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	margin: 0;
	padding: 0;
}

table#navigationBar td a {
	display: block;
	text-decoration: none;
	color: white;
	background-color: #999;
}

table#navigationBar td a:hover {
	color: white;
	background-color: #ccc;
}

/** Rules that apply to the footerbar */
table#footerBar {
	margin: 0;
	padding: 0;
}

table#footerBar td {
	font-size: medium;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	margin: 0;
	padding: 0;
	color: white;
	background-color: #999;
}

/** Rules for the main content */
#mainContent {
	width: 400px;
	margin: 30px 100px 30px 0;
	text-align: center;
	/** height: 700px; */
}

#mainContent img.standalone {
	width: 400px;
	margin-top: 25px;
	margin-bottom: 50px;
	border: 0;
}

#mainContent img.small {
	width: 125px;
	border: 0;
}

#mainContent h1 {
	font-size: medium;
}

#mainContent em {
	font-size: small;
}

/** Rules for the side bar */
#sideBar p.imageParagraph {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
	border: 0;
}

#sideBar p.imageParagraph img {
	border: 0;
}

#sideBar {
	border: 1px solid #999;
	padding: 15px 15px;
	margin: 10px 10px 0px 20px;
	width: 260px;
	float: left;
}

#sideBar h2 {
	font-size: medium;
}

#sideBar em {
	font-size: small;
}

/** orig sidebar */

#origSideBar p.imageParagraph {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
	border: 0;
}

#origSideBar p.imageParagraph img {
	border: 0;
}

#origSideBar {
	border: 1px solid #999;
	padding: 20px 30px;
	margin: 30px 0 30px 100px;
	width: 360px;
}

#origSideBar h2 {
	font-size: medium;
}

#origSideBar em {
	font-size: small;
}

/** end orig */

#sideBarRechts
{
	border: none;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	width: 115px;
	float: left;
}

/** Rules for the site footer */
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: small;
	margin: 0;
	padding: 0;
}

#footer img {
	width: 200px;
}

#footer p {
	text-align: left;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:visited {
	color: white;
	text-decoration: none;
}

/** Rules for the site header */
#header {
	clear: both;
	text-align: center;
}

/** Rules for the indicator */
#indicatorRow {
	background-color: #999;
	color: white;
	text-align: center;
	border: none;
}

#indicator {
	border: none;
	background-color: #999;
	color: white;
	font-size: medium;
	text-align: center;
}

/** Links properties */
table.linktable {
	width: 390px;
	text-align: center;
	border: 0;
	padding: 0;
	margin: 0;
}

table.linktable tr {
	background-color: #999;
	color: white;
	text-align: center;
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}

table.linktable td {
	border: 0;
	padding: 0;
	margin: 0;
	/** width: 100%; */
}

table.linktable td a {
	border: 0;
	padding: 0;
	margin: 0;
	background-color: #999;
	color: white;
	text-decoration: none;
	/** width: 100%; */
	display: block;
}

table.linktable td a:visited {
	color: white;
}

table.linktable td a:hover {
	border: 0;
	padding: 0;
	margin: 0;		
	background-color: #ccc;
	display: block;
}

/** Specific rules for certain elements */

/** The image grid used throughout the site */
table#imageGrid {
	border: 0;
	margin: 0;
	width: 390px;
	padding: 0;
}

table#imageGrid td {
	width: 130px;
	margin: 0;
	border: 0;
	padding: 0;
}

#imageGrid img {
	width: 130px;
	height: 130px;
	border: 0;
	margin: 0;
	padding: 0;
}

/** Basic other definitions */
.address {
	list-style: none;
	padding: 0;
}

.hidden {
	display: none;
}

.emphasised {
	text-decoration: underline;
}

.onzichtbaar {  height: 1px; visibility: hidden; clip:    rect(   ); top: 2000px; overflow: hidden}

/* ** */

.button{
	border:1px solid #999;
	background:silver;
	color:#555;
}

a:link.servicepunt, a:visited.servicepunt, a:active.servicepunt {
	display: block;
	text-decoration: none;
	border:1px solid #bbbbbb;
	cursor:pointer;
	width: 70%;
	margin-left:auto;
	margin-right:auto;
}
a:hover.servicepunt {
color:#777777;
}







