@media screen {

	/* altering to inherited global style definitions */

	#page-content {
		margin: 0px;
		padding: 0px;
		text-align: justify;
	}

	#page-content h1,
	#page-content h2.h1-style {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 25px;
		background: url(/_design/nieuws-en-pers/h1-bullet.jpg) no-repeat scroll 2px 2px;
		font-size: 18px;
	}

	.section-header {
		background-image: url(/_design/nieuws-en-pers/news-header.jpg);
	}

	#page-content h2 {
		margin: 15px 0px 10px 0px;
		padding: 2px 0px 2px 0px;
	}

	#page-content #news-entries {
		width: 100%;
		margin: 0px 0px 0px 5px;
		padding: 0px;
		float: left;
		overflow: hidden;
	}

	#page-content #news-entries ul {
		display: inline;
		float: left;
		margin: 0px;
		padding: 0px;
	}

	#page-content #news-entries ul li {
		width: 725px;
		margin: 0px 0px 20px;
		padding: 0px;
		background: url(/_design/_global/bg-items.jpg) no-repeat scroll left top;
		display: inline;
		float: left;
	}

	#page-content #news-entries .photo-frame {
		width: 85px;
		text-align: center;
		float: left;
		overflow: hidden;
	}

	#page-content #news-entries .photo-frame img {
		margin: 10px 10px 0px 0px;
		padding: 0px;
		border: 2px solid #749d8f;
		clear: left;
	}

	#page-content #news-entries .text-frame {
		width: 630px;
		float: left;
		overflow: hidden;
	}

	#page-content #news-entries .text-frame strong {
		color: #fa712c;
		font-style: normal;
		font-weight: normal;
		padding-left: 15px;
		line-height: 25px;
		background-image: url(/_design/nieuws-en-pers/date-arrow.gif);
		background-position: left;
		background-repeat: no-repeat;
	}

	#page-content #news-entries .text-frame p {
		margin: 0px 0px;
		display: block;
	}

	#page-content #news-entries .text-frame p strong {
		margin: 0px;
		padding-left: 0px;
		color: #00573D;
		background: none;
		font-weight: bold;
	}

	#page-content #news-entries ul li .text-frame a {
		font-size: 12px;
		font-weight: bold;
	}

	#page-content #news-content {
		margin: 0px;
		text-align: justify;
	}

	#page-content #news-content img {
		margin: 4px 0px 6px 16px;
		clear: right;
	}

	#page-content blockquote {
		margin: 40px 40px 20px 40px;
		padding: 30px 30px 20px 20px;
		color: #568476;
		background: url(/_design/projects/bg-quotes.jpg) no-repeat scroll left top;
		text-align: right;
		font-size: 12px;
		font-weight: bold;
		font-style: italic;
		line-height: 18px;
	}

	#page-content blockquote span {
		margin: 15px 0px 0px 0px;
		font-style: normal;
		display: block;
	}
	

}

@media print {

	#page-content #news-entries ul {
		list-style-type: none;
	}

}
