/**
 * .width_a|b|c|d:	the columns widths (a smallest). .width_d is a special one 
 *					and used on the sikkensprijs page.	 
 * .width_a_home:	same width a width_a, but no margins
 * .image_w: 		using JS we set the width of the column. So use this instead 
 *					of .width_a|b|c
 * .box				a colored box. using JS we change the colors
 * .texture			a texture image (a bigger one).
 * .fake_texture	use this where an image is used instead of a texture (so a
 *					block with a heading + image
 */
/*----------------------------- reset ----------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*-------------------------- rows --------------------------------------------*/
.row {
	clear:both;
	margin-bottom:20px;
	float:left;
}
.row, 
.container,
#masthead {
	width:945px;
}
/*-------------------------- grid --------------------------------------------*/
.container {
	margin-left:auto;
	margin-right:auto;
}

.image_w,
.width_a, 
.width_a_home,
.width_b, 
.width_c,
.width_d {
	display:inline;
	float:left;
	margin-left:9pt;
	position:relative;
	/*border:1px solid green;*/
}

div.first_col {
	margin-left:0;
}

.width_a_home {
	margin-left:0;
}
.width_a_home img {
	height:181px;
}

.width_a_home,
.width_a {
	width:110pt;
}

.width_b {
	width:150pt;
}

.width_c {
	width:210pt;
}

.width_d {
	width:180pt;
}

/*--------------------------- vertical grid for boxes ------------------------*/
.border,
.image_w {
	padding-bottom:10px;
	border-bottom:2px solid black;
}



.fake_texture, 
.texture, 
.box,
.white_box, 
.box_home {
	background-color:#fff;
	margin-top:10px;
	overflow:hidden;
}

.box_home {
	height:121px;
	height:181px;
}

.box_a {
	height:181px;
	/*height:230px;*/
	
}

.box_b {
	height:187px;
	height:286px;
}

.box_c {
	height:286px;
	height:385px;
}

.box_a, 
.box_b,
.box_c {

}

/*--------------------------- copied from 960.cs -----------------------------*/
.clear {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}

.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;
	width:0;
}

* html .clearfix {
	height:1%;
}

/*--------------------------- site specific  ---------------------------------*/
#overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:2000px;
	background-color:white;
	z-index:1000;
}
.container {
	position:relative;
	top:20px;
}

#akzo_nobel {
	position:absolute;
	right:0;
	top:32px;
}
#footer {
	height:200px;
	width:10px;
}

#masthead {
	height:70px;
	border-bottom:1px solid #58585a;
	margin-bottom:10px;
}

#menu {
	position:absolute;
	top:45px;
}

#menu li {
	float:left;
}

.cursor {
	cursor:pointer;
}

.no_header {
	margin-top:42px;
}

.block.no_border {
	border-bottom:0;
}

.block {
	padding-bottom:10px;
	border-bottom:2px solid black;
}

.subscript p {
	padding-top:5px;
}

.padding_down {
	padding-bottom:10px;
}
/* when padding_down does not suffice */
.margin_down {
	margin-bottom:10px;
}

/*
a.download_pdf {
	border:1px solid red;
	width:200px;
	height:20px;
	position:absolute;
	bottom:-30px;
	left:0;
	text-decoration:underline;
}
*/
a.download_pdf {
	bottom:-30px;
	position:relative;
	left:0;
	text-decoration:underline;
}


/*------------------------------ typography ----------------------------------*/
#menu a {
	font-size:11px;
}

a {
	color:black;
	text-decoration:none;
}

a.selected {
	font-weight:bold;
}

.block h3 {
	font-size:10pt;
	font-weight:normal;
}

.block p.sf {
	font-size:10pt;
	text-decoration:underline;
}

.block h2 {
	font-size:10.5pt;
	margin-top:10px;
}

.width_a,
.width_b,
.width_c,
.block p {
	line-height:1.25em;
	font-size:8pt;
	letter-spacing:0.01pt;
}

p.pre {
	white-space:pre;
}

.block p a {
	text-decoration:underline;
}



