.moduleSkin { margin: 0; padding: 0; }

* html .moduleSkin { height: 1%; }
*+html .moduleSkin { height: 1%; }

.moduleControls { float: right; }

.moduleContent { clear: both; }

.moduleBottom { height: 10px; background-repeat: no-repeat; background-position: bottom left; }

.moduleSkin .moduleScrollarea { padding: 0 10px; overflow: auto; }

/* breedtes */

.moduleSkin .w1 { width: 140px; background-repeat: no-repeat; background-position: top left; padding-top: 10px; }
.moduleSkin .w2 { width: 300px; background-repeat: no-repeat; background-position: top left; padding-top: 10px; }
.moduleSkin .w3 { width: 460px; background-repeat: no-repeat; background-position: top left; padding-top: 10px; }

/* hoogtes */

.moduleSkin .h1 { height: 86px; }
.moduleSkin .h2 { height: 192px; }
.moduleSkin .h3 { height: 298px; }
.moduleSkin .h4 { height: 404px; }
/* hoogtes voor alles behalve IE (incl 7) */
html>/**/body .moduleSkin .h1 { height: 76px; } 
html>/**/body .moduleSkin .h2 { height: 182px; }
html>/**/body .moduleSkin .h3 { height: 288px; }
html>/**/body .moduleSkin .h4 { height: 394px; }
/* contenthoogtes */
.moduleSkin .h1 .moduleScrollarea { height: 66px; }
.moduleSkin .h2 .moduleScrollarea { height: 172px; }
.moduleSkin .h3 .moduleScrollarea { height: 278px; }
.moduleSkin .h4 .moduleScrollarea { height: 384px; }


.moduleSkin .wit { background-color: #fff; }
.moduleSkin .wit.w3 { background-image: url(images/kader460-standaard-wit-top.gif); }
.moduleSkin .wit.w3 .moduleBottom { background-image: url(images/kader460-standaard-wit-bottom.gif); }


