/* SQC style sheet */
html,
body { margin:0; padding:0; }
html>body #wrap { height:68em; width:60em; }
#wrap { margin:0 auto; border:0; padding:0; }
/* fixed header */
html>body #header { width:60em; height:12em; }
#header { position:fixed; z-index:10; }
html>body #content-wrap { width:60em; height:80em; }
/* sidebar position and colors */ 
html>body #sidebar { float:left; width:15em; height:75.5em; padding:16.5em 1em 0 0; background-color:#ffffff; color:#0070b1; }
/* content position and colors */
html>body #content { float:right; width:42em; height:80em; padding:12em 1em 0 1em; background-color:#fdfdfd; color:#0070b1; }
/* Text styling */
body { font:78%/1.5 "Verdana",sans-serif; }
#sidebar p { font-family:"Verdana",sans-serif; font-weight:normal; font-style:normal; font-size:0.8em; text-decoration:none; }
#content h1 { font-family:"Verdana",sans-serif; font-weight:normal; font-style:normal; font-size:1.8em; text-decoration:none; }
#content p { font-family:"Verdana",sans-serif; font-weight:normal; font-style:normal; font-size:0.95em; text-decoration:none; }
/* links */	
a:link,
a:visited { text-decoration:none; background-color:#ffffff; color:#0070b1; }
a:focus,
a:hover { text-decoration:underline; }
a.lnk { background-color:#fdfdfd; color:#0070b1; }
/* lists */
/* sidebar list */
#sidebar ul { width:100%; margin-left:1em; padding-left:1em; text-indent:-1em; list-style-type:none; }
#sidebar li { display:list-item; width:100%; height:2.2em; list-style-position:outside; font-size:0.8em; }
/* content lists */
#content ul.sc { margin:-0.5em 1em 0 1.5em; padding-left:1em; list-style-type:circle; }
#content ul.sq { margin:-0.5em 1em 0 1.5em; padding-left:1em; list-style-type:square; }
#content li { display:list-item; list-style-position:outside; }
#content li.lnklst { padding:1.2em 0 0 0; display:list-item; list-style-position:outside; }
/* images */
img { border:0; } /* no border for all images */
img.b { display:block; } /* forces line break for content after image */
img.dig { width:100%; height:5em; } /* header picture */
img.hdr { width:100%; height:7em; } /* header logo */
img.bus { float:right; width:14em; height:16em; margin:1.5em 0 1em 1em; } /* perf. chart */
img.of2 { float:left; width:14em; height:20em; margin:1.8em 1em 1em 0; } /* off. building */
img.of3 { float:left; width:14em; height:22em; margin:1.8em 1em 1em 0; } /* kant. gebouw */
img.cam { float:right; width:14em; height:14.5em; margin:0 0 0 1em; } /* sec. cameras */
img.vir { float:left; width:18em; height:12.65em; margin:3em 1em 1em 0; } /* sw virus */
img.sig { float:right; width:12em; height:14em; margin:0.5em 0 0 1em; } /* signature */
img.swc { float:right; width:14em; height:13em; margin:0 0 0 1em; } /* sw code */
img.crt { float:left; width:21em; height:12em; margin:3em 1.5em 0 0; } /* cert. */
img.aud { float:left; width:24em; height:15.4em; margin:2em 1em 0 0; } /* audit group */
img.acc { float:left; width:18em; height:12.5em; margin:1.8em 1em 0 0; } /* accr. assm. */
img.dir { float:left; width:10em; height:12em; margin:0.5em 1em 2.5em 0; } /* SQC mgn dir */
img.kvk { float:left; width:9em; height:4em; padding:0.3em 1.5em 0.5em 0.5em; } /* kvk */

