<!--

html{
	height: 100%;
}

body{
	position: relative;
	top:0px;
	padding-top:0px;
	z-index: 0;
	background: #fff url('/html/images/vrtnieuws_bg_1.jpg') top center no-repeat;
	margin : 0;
	text-align: center;
	font-family:  Verdana, Verdana,  "Bitstream Vera Sans",  sans-serif;
	min-height: 101%; /* verticale scroll in mozilla */
}



#wrapper{
	position:relative;
	top:0px;
	width: 768px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: left;
	background: transparent;
}

#debuginfodiv{
	clear:both;
	width: 768px;
	background-color: #ddd;
	font-family:Verdana,  "Bitstream Vera Sans",  sans-serif;
	font-size: 10px;
	padding: 10px;
}

.hide{
	display: none;
}

.clear{
	clear:both;
	height:1px;
	overflow:hidden;
}

#contents{
	position: absolute;
	top: 93px;
	left:0px;
	}	
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#contents{
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 766px;
	}
/* End IE5-Mac hack */



.contentitem .textcontent .kaderstukje{
	background: transparent url('/html/images/kaderstukje_bg.gif') top right no-repeat;
	border: #88A2C2 solid 1px; 	
	border-top:none;
	border-right:none;
	margin:5px;
	margin-left: 0px;
	margin-top:15px;
	text-align:left;
	padding:5px;
	padding-top:1px;
}
	/* enkel zichtbaar voor IE : oplossing voor peekaboo bug (holly hack)*/
* html .contentitem .textcontent .kaderstukje{
	height: 1%;
}

.contentitem .textcontent .kaderstukje h2{
	color: #88A2C2;
	margin:0px; 
	padding:0px; 
	font-size: 0.8em;
	margin-right: 80px;
}

.contentitem .textcontent .kaderstukje p{
	color:#7A8D97;
	font-size: 0.78em;
	margin-top:8px;
	margin-bottom: 8px;
}

.contentitem .textcontent .kaderstukje a{
	color:#88A2C2;
	font-size: 0.78em;
	margin-top:2px;
	margin-bottom: 2px;
	display:list-item;
	list-style-type: square;
	list-style-position:inside;
	text-decoration:none;
	font-weight:normal;
}

.contentitem .textcontent .kaderstukje a:hover{
	color:#88A2C2;
	font-size: 0.78em;
	margin-top:2px;
	margin-bottom: 2px;
	display:list-item;
	list-style-type: square;
	list-style-position:inside;
	font-weight:normal;
	text-decoration:underline;
}

.contentitem .textcontent .actbundel{
	background: transparent url('/nieuwsnet_master/versie2/systeem/nnII_images/act_bundel_bg.gif') top left no-repeat;
	border: #B4C5D7 solid 2px; 	
	border-top:none;
	border-left:none;
	margin:5px;
	margin-left: 0px;
	margin-top:20px;
	text-align:left;
	padding:5px;
}

#story .contentitem .textcontent .actbundel h2{
	color: #fff;
	margin:0px; 
	padding:0px; 
	font-size: 0.78em;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align:right;
}


.contentitem .textcontent .actbundel a{
	color:#fff;
	font-size: 0.78em;
	margin-top:2px;
	margin-bottom: 2px;
	margin-left:20px;
	display:list-item;
	list-style-type: square;
	list-style-position:outside;
	text-decoration:none;
	font-weight:normal;
}

.contentitem .textcontent .actbundel a:hover{
	color:#fff;
	font-size: 0.78em;
	margin-top:2px;
	margin-bottom: 2px;
	margin-left:20px;
	display:list-item;
	list-style-type: square;
	list-style-position:outside;
	font-weight:normal;
	text-decoration:underline;
}			

-->