body, html {
	font: 12px Verdana, Arial, Helvetica, sans, sans-serif;
	margin:	 0px;
	padding: 0px;
  padding-left: 0px;
  padding-top: 5px;
  
	height:	 100%;
	color: #FFFFFF;
	background-color: #6AB4DE;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

img {
	display: block;
}

.bon {
	background-color: white;
	color: #065590;
}

.bontitel {
  font: bold 17px Arial, Helvetica, sans, sans-serif;
  background: url(../gfx/oranje.hoek.links.boven.gif) no-repeat top left;
  background-color: #ffba00;
  height: 27px;
  padding-bottom: 3px;
}

.bonfooter {
  font: 11px Arial, Helvetica, sans, sans-serif;
  background: url(../gfx/blauw.hoek.rechts.onder.gif) no-repeat bottom right;
  background-color: #065590;
  color: white;
  height: 16px;
  padding-bottom: 1px;
}

.bonfooter a {
	color: white;
	text-decoration: none;
}

.bonfooter a:hover {
	text-decoration: underline;
}

.connexxion_bon {
	background-color: white;
	color: black;
}

.connexxion_bontitel {
  font: bold 17px Arial, Helvetica, sans, sans-serif;
  background-color: #bed342;
  height: 27px;
  padding-left: 20px;
  padding-bottom: 3px;
}

.connexxion_bonfooter {
  font: 11px Arial, Helvetica, sans, sans-serif;
  background-color: #006969;
  color: white;
  height: 16px;
  padding-bottom: 2px;
}

.connexxion_bonfooter a {
	color: white;
	text-decoration: none;
}

.connexxion_bonfooter a:hover {
	text-decoration: underline;
}

.error {
	font: 14px Arial, Helvetica, sans, sans-serif;
	margin:	 10px;
	padding: 10px;
	height:	 100%;
	color: #FF0000;
}

