/* ---( ALGEMEEN )------------------------------- */

html {
	overflow-x: hidden;
}

body {
	margin-top:5px;
	margin-right:25px;
	margin-bottom:0px;
	font-family:verdana, sans-serif;
	}

p, span, b, dl, dt, ul, ol, h3, i, u, b, tr, td {
	font-family:verdana, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	line-height:175%;
	text-align:justify;
}

a {
	font-size:11px;
	color:#0000FF;
	line-height:150%;
}

a:hover {
	color:#49311D;
}

h1 {
	font-weight:bold;
	font-size:13px;
	color:#372801;
}

h2 {
	font-size:12px;
	color:#9B6C00;
	font-weight:bold;
}

strong {
	font-size:11px;
	font-weight:bold;
}

img {
	margin: 4px;
}

.nwbr_abstract {
	clear: left;
	width: 570px;
}

.nwbr_abstract_text {
	clear: right;
	margin-left: 160px;
}

.nwbr_image_left {
	float: left;
	clear: left;
	width: 160px;
}

.nwbr_top {
	background: url(/i/nwbr_top.jpg) no-repeat;
	height:142px;
	width: 580px;
}

.nwbr_content {
	background: url(/i/nwbr_background.jpg) repeat-y;
	padding: 5px;
	width: 580px;
}

.nwbr_content p {
	color: #F9DF4D;
}

.nwbr_content a {
	color: #fff;
}

.nwbr_content h1 {
	color: #fff;
}

.nwbr_content h2 {
	color: #fff;
}

.nwbr_content h3 {
	color: #F9DF4D;
}
.nwbr_bottom {
	background: url(/i/nwbr_bottom.jpg) no-repeat;
	height:165px;
	width: 580px;
}

div.nieuwslink {
	line-height:150%;
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px;
	color:#555;
	cursor:pointer;
}
/* ---( LISTS )------------------------------- */

ul {
	margin:0;
	list-style-type:square;
}

li {
	line-height:150%;
}