/*
 * naam project
 * PRINT
 * datum 20080520
 */

/* 
 * Kleuren
 * Hier kleurcodes definiëren
 */

/* Base css wordt geladen in HTML */


/*******************************************************************************************************
 * Blokken
 * 
 * Opmaak voor standaard blokken
 * class gebruiken
 * 
 *******************************************************************************************************/


/*******************************************************************************************************
 * Algemene css
 * 
 * Opmaak voor alle pagina's
 * 
 *******************************************************************************************************/
/* header */
	#logo{
		float:left;
	}
	#headR1,#headR3{
		display:none;
	}
	#headR2{
		padding: 80px 0 0 0px;
		margin: 0 0 0 200px;
	}
	
/* middle */
	#middle #col1,
	#middle #subMenu,
	#middle #subMenuSub{
		display:none;
	}
	
/*******************************************************************************************************
 * Templates
 * 
 * Opmaak voor templates
 * Identificatie van template dmv class in body
 * 
 *******************************************************************************************************/
/* template6 = product detail */
.template6 .jqGSPagination,
.template6 #imageLinks,
.template6 #addNav {
	display:none;
}

