body {
    background: #5e555a url(../images-gui/background.jpg) repeat-x;
    margin: 0;
    z-index: 0;
}
p, td { 
    color: #3e3129;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 15px;
    text-align: left;
    margin: 0;
    padding: 0;
}
form { 
    margin: 0;
    padding: 0;
}
a:link {
    color: #db7e21;
}
a:visited {
    color: #db7e21;
}
a:hover {
    color: #998d72;
}
a:active {
    color: #4b565b;
}
.header { 
    color: #f26200;
    font-size: 11px;
    font-weight: bold;
    z-index: 1;
}
table.bg_enkel, td.bg_enkel { 
    background-repeat: no-repeat;
    z-index: 1;
}
textarea { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; width: 200px; height: 90px; margin: 0; padding-left: 3px; border: solid 1px #998d72; }
input { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; width: 200px; height: 18px; margin: 0 0 5px; padding-left: 3px; border: solid 1px #998d72; }
input.btn { width: 80px; }
input.zoekveld { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; width: 145px; margin-top: 5px; padding-top: 3px; border-width: 0; }
td.beheer_voorbeeld { background-color: #fff; margin-right: 10px; margin-left: 10px; padding: 10px; }
select.projecten { color: #3e3129; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }
body.project_print { background: #fff repeat-x; padding: 15px; }

/*   CYCLE    */

#headers_fade{
    position: absolute;
    width: 868px;
    height: 230px;
    top: 0;
    border: 0px solid green;
}

.cycle{
    position: absolute;
    top: 0;    
    z-index: 10;
}

.cycle img{
    position: absolute;
    z-index: 20;
    border: 0;
    outline: 0;
}

.cycle a{
    border: 0;
    outline: 0;
}

.under_cycle{    
    position: absolute;
    top: 205px;
    z-index: 50;
    border: 0px solid red;
}
