/* ================================ +
   		      NPHF PRINT
 + ================================ */



/* 
** Made by: Thomas Lievestro
** Email:	info@lievestro.com
** Website:	www.lievestro.com
*/


/* ================================ +
               STANDARDS 
+  ================================ */

*{ 
	margin:						0; 
	padding:					0; 
}

body { 
	font-size:	 				10pt; 
	font-family:				Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: 						#000000; 
}

p {	
	margin:						0 0 10px 0;	
}

.clear {
	clear:						both;	
}

h2 {
	margin:					0 0 10px 0;
	font-weight: 			bold; 
	font-size: 				11pt; 
	font-family: 			Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: 					#006666; 
	text-align: 			left; 
}

h4 {
	font-weight: 			bold; 
	font-size: 				11pt; 
	font-family: 			Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: 					#cc6633; 
	text-align: 			left; 
}

a { 
	text-decoration:			none; 
	color:						#999999;
}

/* ================================ +
             GLOBAL LAYOUT
+  ================================ */


#header {
	width:						100%;
	margin-bottom:				10px;
	overflow:					hidden;
	text-align:					center;
	border-bottom:				1px solid #006666;
}


#print_logo {
	margin-bottom:				30px;	
}

#menu {
	display: 					none;
	margin-left:				auto;
	margin-right:				auto;
}

h1 {
	margin:						15px 0 15px 0;		
	text-align:					left;		
	font-size:					13pt;
	color:						#E47525;
}

#content_container ul { 
	margin-left:				20px;
	padding:					0px;
	list-style:					disc; 
}

#content_container a{
	text-decoration:			none; 
	color:						#006666;
}

#last_changed {
	margin:						20px 0 0 0; 
	font-size:					7pt;	
	color:						#999999;
}

#latest_news_block {
	display: 					none;
}

#newsletter_block {
	display: 					none;
}

#contact_block {
	display: 					none;
}

#footer{
	padding:					3px 0;
	border:						#999999;
	text-align:					center;
	font-size:					10px;
	color:						#999999;
	border-top:					1px solid #d0e7e7;
}

#footer {
	margin-bottom:				30px;	
}

/* ================================ +
                NIEUWS
+  ================================ */

.news_item_date {
	width:						155px;
	height:						20px;
	float:						left;
}

.news_item_title {
	display:					block;
	font-weight:				bold;
	color:						#006666;
}

.news_item_content {
	width:						440px;
	margin:						0px 0 20px 10px; 
	float:						left;
}

.year_block {	
	margin:						25px 0 0 165px;
	padding:					1px 7px;
	background:					#E47525;
	float:						left;
	color:						#ffffff;
}

.year_line {
	margin-bottom:				20px;
	width:						100%;
	height:						0px;
	border-bottom:				1px solid #edc2a4;
	float:						left;
	overflow:					hidden;
}


