/************************************************/
/* e_Gress DemoSite                        			*/
/* Medium: screen                           		*/
/* Common HTML and custom styles              	*/
/* Version: 2.1                                 */
/* -------------------------------------------- */
/* Copyright Hic et Nunc            						*/
/* www.hicetnunc.nl - info@hicetnunc.nl         */
/* Date: july 2004                              */
/************************************************/

/* color1: Green : #00667a */
/* color2: midDarkGreen (75%) : #408c9b */
/* color3: midGreen (50%) : #7fb2bc */
/* color4: lightGreen (25%) : #bfd9de */
/* color5: very lightGreen (10%) : #e5eff1 */
/* color6: Yellow : #ffe890 */

body {
	width: 98%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	color: #000;
	text-align: left;
	background-color: #fff;
}

#pageWrapper { margin: 1em; }

#logo_print { margin-bottom: 2em; }

.ontwerpvoorbeeldHoofdstukTBL {
	clear: both;
	display: block;
	margin: 0 0 1em 0; 
	padding: 0;
}
.ontwerpvoorbeeldHoofdstuk { padding: 0 0 0 2em; }
.ontwerpvoorbeeldHoofdstuk h1 { padding-bottom:.5em; margin-bottom: 1em; font-size: .9em; }


/***********************************************/
/* Common HTML Styles                          */
/***********************************************/

/************** HEADING styles **************/

h1, h2, h3, h4, h5, h6	{	
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #005a9c;
	font-weight: 600;
	letter-spacing: .1em;	
}
h1 {margin-bottom: 1em; padding-bottom: .8em; font-size: 135%;  border-bottom:1px solid #005a9c; }

h2 {font-size: 120%;}

h3 {font-size: 120%; }

h4 {font-size: 105%; font-style: italic;}

/* Paragraph */
p {font-size: 100%;}

table  {font-size: 100%;}

/******* HYPERLINK styles *******/

a:link, a:visited {
	color: #005a9c;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/*************** LIST styles ***************/

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}


/************** Spacer / HR styles *****************/

div.hr {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border-top: 1px solid #005a9c; /* color1 */
}



