/* News articles on main page */
.nieuwsContent {
	float: left;
	width: 582px;
	padding: 7px 0 16px;
	background: #f5f5f5 url(../images/main-bg.gif) repeat-x bottom;
	font-size: 1.09em;
}

.nieuwsContent .column {
	float: left;
	width: 268px;
	padding: 0 11px 0 11px;
}

/*.nieuwsContent h1 {
	display: none;
}*/

.nieuwsContent h2 {
	margin: 0;
	padding: 9px 0 0;
	font-size: 1.1em;
  color: #046F96;
	background-color: inherit;
}

.nieuwsContent h2 a {
  color: #046F96;
	background-color: inherit;
	text-decoration: none;
}

.nieuwsContent h3 a:hover {
	text-decoration: underline;
}

.nieuwsContent div.datum {
	color: #666666;
	background-color: inherit;
	margin: 2px 0 4px 0;
}

.nieuwsContent p {
	margin: 0;
	padding-bottom: 9px;
	text-align: justify;
}

span.leesMeerBericht {
	display: block;
  color: #046F96;
	background-color: inherit;
	white-space: nowrap;
}

span.leesMeerBericht a {
  color: #046F96;
	background-color: inherit;
	text-decoration: none;
  border-bottom: 1px dotted #046F96;
}

.leesMeerBericht a:hover {
	text-decoration: none;
  border-bottom: 1px solid #046F96;
}

span.leesMeerBlok {
	vertical-align: bottom;
	display: block;
	color: #7d6a55;
	background-color: inherit;
}

span.leesMeerBlok a {
	color: #7d6a55;
	background-color: inherit;
	text-decoration: none;
  border-bottom: 1px dotted #046F96;

}

.leesMeerBlok a:hover {
	text-decoration: none;
  border-bottom: 1px solid #046F96;
}

.nieuwsContent img {
	display: block;
	border: 1px solid #ffffff;
}


/* Columns on main page */

#banners {
  float: left;
  width: 194px;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

#banners a {
  margin: 10px 0 10px 0;
  display: block;
  border: none;
}

#banners a img {
  border: none;
  display: block;
  margin:0pt auto;
  text-align: center;
}

/* start only used in OHA.NL */
#productNavigatie {
	float: left;
	width: 194px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

#productNavigatie div {
	height: 18em;
	overflow: hidden;
}

#productNavigatie h2 {
	margin: 0;
	padding: 0 0 0 17px;
	font-size: 1.33em;
	line-height: 1.7em;
	color: #ffffff;
  background-color: #046F96;
}
#productNavigatie ul {
	margin: 0;
	padding: 4px 0 12px 17px;
	list-style: none;
}
#productNavigatie ul li {
	font-size: 1.09em;
	font-weight: bold;
	line-height: 1.4em;
}
#productNavigatie ul li a {
	text-decoration: none;
  border-bottom: 1px dotted #046F96;
	color: #333333;
	background-color: inherit;
}
#productNavigatie ul li a:hover {
	text-decoration: none;
  border-bottom: 1px solid #046F96;
}

span.copyright {
	vertical-align: super;
	font-size: 0.75em; line-height: 0.5em
}

#ankeilers {
	float: right;
	width: 194px;
	margin: 0;
	padding: 0;
}

#ankeilers div {
	overflow: hidden;
	margin-bottom: 0;
	background: #f5f5f5;
	height: 18em;
}

#ankeilers h2 {
	margin: 0;
	font-size: 1.33em;
}

#ankeilers h2 a {
	display: block;
	line-height: 1.7em;
	text-decoration: none;
	border: none;
	color: #000000;
	padding: 0 0 0 17px;
	background-color: #a7a7a7;
}

#ankeilers h2 a:hover {
	background-color: #7d6a55;
  color: #ffffff;
}

#ankeilers a.image {
	border: none;
}

#ankeilers p {
	margin: 0;
	padding: 3px 0;
	line-height: 18px;
	padding: 1px 17px 0 17px;
	font-size: 1.09em;
}

#ankeilers img {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Nieuwslijsten */
ul.nieuwsLijst {
	/* MdR 2 dec: added important */
	margin: 20px 0 !important;
	padding: 0;
	font-size: 13px;
	list-style: none;
	list-style-position: outside !important;
}

.nieuwsLijst li a {
	display: block;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #c9c9c9;
	width: 100%;
	line-height: normal;
}

.nieuwsLijst li a:hover {
	border-bottom: 1px solid #7D6A55;
	text-decoration: none;
  color: #046F96;
}

.nieuwsLijst li span {
	position: relative;
	margin-right: 20px;
}

.groeneMan {
    width:582px;
}