/* 
	Print styles
	--------------------------------------------------
*/

/* --------------------
speciale grid-styles 
--------------------- */


p.hide{
	display: none;
}

a.hide{
	display: none;
}

#nav{ 
	display: none;
}

#content{
	width: 75%;
	margin: 5% 10%;
}

#footer{
	display: none;
}


/* --------------------
pagina-specifiek 
--------------------- */

.persoon #leftcolumn ul{
	display: none;
}

.onswerk #rightcolumn ul{
	display: none;
}


/* --------------------
speciale text-styles 
--------------------- */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
}

#header, #content, #footer{ /* set all text to one default size (0.75em = 12px) */
	font-size: 12pt;
}

#content{ /* set line heigt for content block */
	line-height: 16pt;
}

h1{
	font-size: 1.42em;
	font-weight: bold;
	margin-bottom: 1.65em;
	line-height: 1.0em;
}

.nieuwtjes h1, .nieuwtjesartikel h1{
	color: #ee7f01;
}

.over h1, .standaard h1{
	color: #8ec122;
}

.contact h1{
	color: #e2002a;
}

.vacatures h1{
	color: #df009a;
}

.onswerk h1{
	color: #0087c0;
}

.mensen h1, .persoon h1{
	color: #d0720d;
}

h2{
	font-size: 1.17em;
	line-height: 1.71em;
}

#content{
	color: #1c1c1c;
}

#content p{
	margin-bottom: 1em;
}

#content ul{
	margin-bottom: 1em;
	list-style: disc;
}

#content ul li{
	margin-left: 2em;
}

#content a, #content a:link, #content a:active, #content a:visited{
	color: #0087c0;
	font-weight: bold;
}

#content .inleiding{
	font-weight: bold;
}

#content p.first{
	font-weight: bold;
}

.nieuwtjes #content ul{
	list-style: none;
}

.nieuwtjes #content ul li{
	border-bottom: 1px solid #dedfde;
}

.nieuwtjes #content .fullstory ul li{
	border-bottom: 0px; /* geen lijntje als het in een artikel moet */
}

.nieuwtjes #content ul li a{
	text-decoration: none;
	color: #1c1c1c;
	display: block;
	background: url(../img/nieuwtjes_bullet.gif) no-repeat 0em 0.5em;
	padding-left: 17px;

}

.vacatures #content .contact{
	color: #df009a;
	font-weight: bold;
}

.home .inleiding .begroeting{
	color: #df009a;
	text-transform: uppercase;
	font-weight: bold;
}

.home .first, .contact #content p.first, .persoon #content p.first, .mensen #content p.first, .onswerk #content p.first, home #content .inleiding p.first{
	font-weight: normal; /* op deze pagina's hoeft de intro niet vet, dankuwel */
}

.onswerk .newslistitem h3 a{
	color: #0069aa;
	font-weight: bold;
	text-decoration: none;
}


/* Specifiek voor ons werk paginas */


.onswerk .newslistitem .date, .onswerk .newslistitem .readon span, .onswerk .newslistitem dl{
	display: none;
}

.onswerk .newsitem h3, .onswerk .newsitem .introduction, .onswerk .newsitem dl, .onswerk  h2.newsnavbar, .onswerk  ul.archive{
	display: none;
}

