/*	--------------------------------------------------------------------------
	
							PRINT STYLESHEET

	--------------------------------------------------------------------------	*/

/* ---------- HOMEPAGINA --------- 
.linkBlok
{
	display: none;
	height:0px;
}
*/


/* ---------- ALGEMEEN --------- */
	
	#headerimage{
		float:none;
		background-color:white;
		padding:0px;
	}

		/* ------- Algemene Stijldefinities------- */
		body
		{
			background-color: #FFFFFF !important;
		  	background-image: none !important;
			margin: 0px;
			padding:0px;
		  	font-family: Arial, Helvetica, Tahoma,Verdana, sans-serif;
		  	font-size:0.75em;
			text-align:left;
		}
		
		img{
			border:0px;
			display:inline;
		}
		
		.spacer
		{
			clear:both;
		}
		
		#maincontainer
		{
			float:none;
		}
				
		#holder{
			float:none;
			width:600px;
			border:0px;
			margin:0px;
			padding:0px;
		}
		
		#contentleft{
			display:none;
			width:0px;
		}
		
		
		#main
		{
		float:none;
		}
		
		#footer
		{
			display: none;
			width:0px;

		}
		
		#logoGemDB{
			display: none;
		}
		
		/*  ---------- indeling van content en navigatie ----------  */
		#left
		{
			display: none;
			width:0px;
		}
		#content
		{	/* haalt de linkerlijn van de artikelen weg. Is mooier op print.*/
			float:none;
			border:0px;
			position:relative;
			left:0px;
			width:610px;
		}
		
		#tekstcontainer{
			padding:0px;
			float:none;
			color:#000;
			width:570px;
			left:0px;
			
		}
		
		/* ------ stijlen hieronder vallen binnen'content' ----- */
			#right
			{
				display: none;
				width:0px;
			}
			
			#right img{
				float:right;
				margin-top:2px;
			}

			#middle
			{
				border:0px;
				position:relative;
				left:0px;
			}
		
/* ----------------------- LinkerKolom van de content ----------------------- */		
		.navBar
		{	/* de home-knop heeft een lijn onderaan de div : */
			display: none;
			width:0px;
		}

/* ----------------------- Inhoudelijk deel van de content ----------------------- */			
		#headerNav{
		/*border: 1px solid aqua;*/
			display: none;
			width:0px;
		}


/*	--------------------------------------------------------------------------
	
						STYLESHEET VOOR ARTIKEL-PAGINA'S

	--------------------------------------------------------------------------	*/
	/* ------- Artikelen (detailpagina) ------- */

#headerimage{
	padding:0px;
}

.TxtBrowser
	{
		display: none;
		width:0px;
}

#content H1{
	display:inline;
	float:none;
	/* zorgt ervoor dat de tekst niet de titelbalk uitrekt */
	border:0px;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	font-size:130%;
	color:#000;
}


#tekstcontainer P{
	color: #000;	
	margin-top:0px;
}

#tekstcontainer  hr{
	width:100%;
	color: #000;
    background-color: #000;
    border:0px;
	height:1px;
	line-height:0px;
	padding:0px;
}

#tekstcontainer H2{
	font-size:150%;
	margin-bottom:0px;
}

#tekstcontainer LI{
	color: #000;
}

#tekstcontainer a{
	color: #000;	
}

#tekstcontainer a:hover{
	color: #000;	
}


#tekstcontainer table{
	margin: 0;
}

#tekstcontainer H2{
	font-size : 120%;
}

#tekstcontainer H3{
	font-size : 110%;
}


#tekstcontainer H4,#tekstcontainer td{
	font-family : Arial, Helvetica, sans-serif;
	font-size:0.75em;
}

#tekstcontainer th{
	font-weight: bold;
}