/*
    Stijlblad voor de website van Tekst&
    Koen Willemsen, 2007         */
body {
    font:
        14px Verdana, Arial, Helvetica, sans-serif;
    text-align:
        center;
    margin-top:
        70px;
    background:
        #fae6f1;
}
a {
    color:
        #EE192C;  /* rood */
    text-decoration:
        underline;
}
p {
    margin:
        1.0em 0px 1.0em 0px;
}
div {
    margin:
        -4px;
}
h1 {
    color:
        #472023;  /* rood/bruin  */
    font:
        bold 16px Verdana, Helvetica, sans-serif;
    margin:
        0px;
}
h2 {
    color:
        #472023;  /* rood/bruin  */
    font:
        bold 14px Verdana, Helvetica, sans-serif;
    padding-top:
        8px;
    margin:
        0px;
}
#tekst {
    background:
        url('images/basiskader.html') no-repeat top left;
    width:
        737px;    /*677*/
    w\idth:
        677px;
    height:
        482px;
    padding:
        5px 30px 30px 30px;
    font:
        14px Verdana, Arial, Helvetica, sans-serif;
    margin:
        0px auto 5px auto;
    text-align:
        left;
}
#navigatie {
    font-size:
        18px;
    color:
        #472023;  /* rood/bruin  */
    text-align:
        right;
    margin:
        0px auto 50px auto;
    display:
        block;
    width:
        697px;
}
#navigatie a {
    color:
        #472023;
    text-decoration:
        none;
}
#navigatie a:hover {
    color:
        #472023;
    text-decoration:
        underline;
}
#talen {
    margin-right:
        20px;
}
#talen img {
    border:
        0px;
    vertical-align:
        middle;
}
#voetnoot {
    font-size:
        12px;
    color:
        #472023;
    width:
        100%;
    border-top:
        3px solid #472023;
    padding-top:
        10px;
}
#voetnoot a {
    color:
        #472023;
}

#scroll {
   float:left;
   width:650px;
   height:450px;
   padding:20px;
   position:relative;
   z-index:5;
   overflow:hidden;
}
.fixedwidth {
   width:600px;
   position:relative;
   padding:0 15px 0 0;
}
.scrollgeneric {
   line-height:1px;
   font-size:1px;
   position:absolute;
   top:12px;
   left:4px;
}
.vscrollerbase {visibility:visible !important;}
.vscrollerbase {
   width:8px;
   background:#ee192c;
}
.vscrollerbar {
   width:8px;
   background:#472023;
}
