/*  produced by M. van Oudenniel www.oudenniel.nl

/*  clean start
-------------------------------------------- */
body, h1, h2, h3, h4, h5, h6, table, tr, th, td, form, fieldset, legend, button { margin:0;padding:0;border:0;list-style:none;font:12px helvetica,sans-serif,verdana;}
input, select, textarea, button {font: 11px verdana,helvetica,arial,sans-serif;}
table, td, th { border-collapse: collapse; text-align:left;vertical-align:top; }
ul, li { list-style: none; margin:0;padding:0; }

/*  Basisdefinities 
-------------------------------------------- */

body { position: relative; line-height: 1.5;  background-color: #fff; color: #000; }

h1 { margin: 0 0 1em 0;  font-family:Helvetica,sans-serif; font-size: 195%; font-weight: normal; line-height:1.22; }
h2 { margin: 0 0 1em 0;  font-family:Helvetica,sans-serif; font-size: 145%; line-height:1.22; }
h3,
h2.h3 { margin: 0; padding: 0; font-weight: bold; font-family:Helvetica,sans-serif;line-height:1.22; }

p { margin: 0 0 1em 0; padding: 0; }




/*  Algemene classes
-------------------------------------------- */
.hidden {display:none;}

a,
a:visited { color: #000; }

#wrapper { background: url(img/bg-home.jpg) no-repeat 0 0; width: 968px; height: 584px; margin: 20px auto 0 auto; position: relative; }


h1,
html.js button { display: none; }


#home { font-size: 12px; font-family:Helvetica,sans-serif;line-height:1.22; padding: 2px; position: absolute; left: 344px; top: 250px; }





/*  Clearfix
-------------------------------------------- */

#content:after {content:".";display:block;height:0;clear:both;visibility:hidden;}

* html #content {height:1%;overflow:visible;}

*:first-child+html #content {min-height:1px;}