body {
    font-family: verdana, helvetica, sans-serif;
    font-size: 80%;
    background: #dcdcdc;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    overflow: -moz-scrollbars-vertical
}

div#site {
    width: 740px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    /*background: #FFF;*/
    padding: 0;
    background: url( 'layout/achtergrond tekst.png' );
}

div#kop {
    position: relative;
    height: 149px; 
    background: url( 'layout/kop2.png' ); 
    background-repeat: no-repeat;
}

div#logo_imagemap {
    position: absolute;
    top: 25px;
    left: 34px;
    height: 81px; /* = hoogte menu + hoogte submenu */
    width: 248px;
}

div#tussen {
    height: 3px; 
    padding: 0px;
    margin: 0px;
    background: url( 'layout/tussenregel.png' );
    color: white;
    font-size: 0pt;
}

div#voet {
    height: 83px; 
    background: url('layout/voet.png');
}

div#inhoud {
    width: 642px; /* Overschreven in IE_only.css */
    margin: 0;
    margin-left: 16px;
    padding-right: 50px;   
    padding-bottom: 1em;
    padding-top: 1em;   
    padding-left: 29px;
    background: transparent;
}

div#tekst {
    /*margin-top: -1em;*/
    /*background: #FFF;*/
    margin: 0;
    padding: 0;
    padding-bottom: 1px;
    background: transparent;
    line-height: 150%;
    /*border-top: 1px dotted #A00;*/
}

h1 {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    text-align: right;
}

h1 img {
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 120%;
    color: #AA0000;
/*    color: #146182;*/
/*    border-bottom: 1px solid #146182;*/
/*    border-bottom: 1px dotted #AA0000;*/
}

h3 {
    font-size: 100%;
    color: #AA0000;
}

a:link {
    color: #146182;
}

a:visited {
/*    color: #AA0000;*/
    color: #146182;
}

div#tekst table {
    margin-top: 0;
    padding-top: 0;
}

div#tekst table td {
    line-height: 150%;
    padding: 0.5em;
    font-size: 80%;
    vertical-align: top;
}

div#tekst table th {
    line-height: 150%;
    padding: 0.5em;
    font-size: 80%;
    vertical-align: top;
}

div#tekst table td img {
    border: 0;
}

div#tekst ul {
    margin-left: 0;
    padding-left: 25px;
}

div#tekst ul li {
    list-style-type: square;
    /*list-style-type: none;*/
}

div#tekst table ul {
    /*padding-left: 0em;*/
}

div#voet p {
    margin-left: 16px;
    padding-top: 20px;
    padding-left: 98px; 
    color: white;
}

div#voet a {
    color: white; 
    font-weight: bold;
    text-decoration: none;
}

div#voet a:hover {
    text-decoration: underline;
}

