/* CSS Events */


strong, b, .oranje {
	color: #4A4A4A;
}

div#divContentText ul,
div#divContentText ul ul {
  margin: 0px;
  padding: 0px;
  margin-left: 20px;
}
div#divContentText ul li {
  margin: 0px;
  padding: 0px;
  list-style-image: url(/images/b_forward.gif);
}


u {
	color: #4A4A4A; /* dark grey */;
	text-decoration: none;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #FF8700; /* bright orange */
}

a:hover {
	text-decoration: underline;
	color: #B7B7B7; /* light grey */
}

table td {
	line-height: 140%;
	word-spacing: .3em;
	border-bottom: solid 1px #D9F1F7;
	padding: 4px;
	margin: 0px;
	background-color: #D9F1F7; /* light blue */
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #4A4A4A;	
}

DIV.c1 {
	background-color: #FFFFFF;
	width: 540px;
	float: left;
	padding: 10px 20px 0px 0px;
	line-height: 140%;
	word-spacing: .3em;
	border-bottom: solid 1px #D9F1F7;
}

.clear {
	display: none;
  visibility: hidden;
  height: 1px;
}

.fulladres {
}

.teaserimage {
	clear: left;
	float: right !important;
	border-left: solid 1px #D9F1F7; 
	padding: 0px 0px 0px 15px;	
}

.noprint {
}





