/* Ewout van Lambalgen WdKA School Portfolio */
/* (c) 2008 Ewout van Lambalgen - iwit.nl */

/*_________________________________________________________________ DE BASICS */

html, body { color:#fff; font-family:Arial, Verdana, Helvetica, sans-serif; margin:0; padding:0; }

#background { height:100%; left:0; min-width:999px; overflow:hidden; position:fixed; top:0; width:100%; z-index:-1; }
#background img { border:0; display:block; height:auto; width:100%; }
#background imgimg.alternate { height:100%; width:auto; }
#background object { height:100%; width:100%; }

a { text-decoration:none; }
img { background:none !important; border:none !important; }
img:hover { background:none !important; border:none !important; }

/*_________________________________________________________________ HET MENU GEDOE */

.linkerbalk { background:#292728; height:100%; margin:-18px 0 0 0; position:fixed; width:18px; z-index:0; }

a.logo { background:url(../_img/logo.png) 0 0 no-repeat; display:block; height:54px; margin:18px 0 18px 18px; overflow:hidden; text-indent:-9999px; width:325px; }
a.logo:hover { background:url(../_img/logo.png) 0 -54px no-repeat; }

.menu { color:#d4d5d6; font-size:14px; list-style:none; margin:0 0 18px 4px; position:relative; text-shadow:#666 0px 0px 1px; }
.menu li { height:18px; margin:0 0 4px -26px; }
.semester1 { background:url(../_img/semester1.png) 0 4px no-repeat; }
.semester2 { background:url(../_img/semester2.png) 0 4px no-repeat; }
.semester3 { background:url(../_img/semester3.png) 0 4px no-repeat; }
.links { background:url(../_img/links.png) 0 4px no-repeat; }

.menu a { color:#d4d5d6; padding:0 12px 0 7px; }
.menu a:hover { background:url(../_img/geelpijl.png) right top no-repeat; color:#1a1818; }

/*_________________________________________________________________ DE CONTENT */

a.nxt { background:url(../_img/nxt.png) 0 0 no-repeat; display:block; height:54px; margin:18px 0 0 0; overflow:hidden; position:fixed; right:0; text-indent:-9999px; top:0; width:70px; }
a.nxt:hover { background:url(../_img/nxt.png) 0 -54px no-repeat; }
a.prv { background:url(../_img/prv.png) 0 0 no-repeat; display:block; height:21px; margin:36px 67px 0 0; overflow:hidden; position:fixed; right:0; text-indent:-9999px; top:0; width:18px; }
a.prv:hover { background:url(../_img/prv.png) 0 -21px no-repeat; }

/*_________________________________________________________________ COPY */

.copy { bottom:9px; color:#818386; font-size:11px; position:fixed; right:9px; }