@charset "utf-8";
/* CSS Document */

.div_top{
width:auto;
height:15px;
border-left:1px solid black;
border-top:1px solid black;
border-right:1px solid black;
margin:15px 0px 0 10px;

}
#nieuws{
	height:200px;
	width:179px;
	background-image:url(../img/post_it.png);
	border:0px solid red;
	z-index: 2;
}
.div_side{
	width:auto;
	height:496px; /*was 517px */
	border-left:1px solid black;
	border-right:1px solid black;
	margin:0px 0px 0 10px;
	overflow: auto;
}
.tabel_nieuws{
width:auto;
margin:0 15px 0px 15px;
}
.tabel_nieuws_short{
font-size:0.8em;
border: 0px solid green;
}
.tabel_top_content td{
background-color:#58b65e;
height:27px;
padding-left:10px;
font-weight:bold;	
font-size:1.2em;
}
.iframe_nieuws{
	width:155px;
	height:155px;
	margin:20px 0px 0px 10px;
	border: 0px solid blue;
	overflow: hidden;


	}
	.nieuws_kop{
	color:#FF0000;
	font-size:1.1em;
	font-weight:bold;}
	
.nieuws_tekst{
font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-style: normal;}