* {
    font-family: verdana;
    font-size: 0.96em;
}

body {
    background-color: #FFF;
    margin: 0px;
}

a {
    color: #000;
}

img {
    border: 0px;
}

h3 {
    color: #81001E;
    margin: 0px;
    font-size: 1.1em;
}

.bg_white {
    background-color:#FFF;
}

#header {
    width: 1000px;
    text-align: center;
    float: left;
    height: 156px;
    background-image:url("../../gfx/bg_header.gif");
}
#header #fotos {
    margin: 0px;
    margin-top: 35px;
}
#header #fotos img {
    margin: 0px;
}
#header #menu {
    margin-top: -2px;
    width: 1000px;
    text-align: center;
    height: 18px;
    padding-top: 2px;
    color: #FFF;
    font-size: 0.8em;
}
#header #menu a {
    color: #FFF;
    font-weight: bold;
    
    text-decoration: none;
    margin-right: 15px;
}
#header #menu a:hover {
    text-decoration: underline;
}


#logo {
    float: left;
    width: 1000px;
    height: 120px;
    background-color: #FFF;
    text-align: center;
}
#logo img {
    margin-top: 30px;
}


#left {
    float: left;
    width: 226px;
}
#left #zoeken {
    width: 226px;
    height: 27px;
    background-image:url("../../gfx/menu_top.gif");
    background-repeat: no-repeat;
    color: #FFF;
    font-weight: bold;
    padding-top: 8px;
    padding-left: 35px;
}
#left #zoeken input {
    border: 0px;
    background-image:url("../../gfx/zoek_veld_bg.gif");
    background-repeat: repeat-x;
    height: 13px;
    font-size: 0.8em;
    width: 130px;
    padding-top: 1px;
    position: relative;
    top: -1px;
}
#left #submenu {
    width: 226px;
    background-image:url("../../gfx/menu_bg_green.gif");
    background-repeat: repeat-y;
}
.submenu  {
    margin: 0px;
    display: inline;
}
.submenu li {
    width: 208px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    list-style-type: none;
    font-size: 1em;
    font-weight: bold;
}
.submenu li a {
    color: #81001E;
    text-decoration: none;
}

.subsubmenu {
    margin: 0px;
    display: inline;
    padding: 0px;
}
.subsubmenu li {
    font-size: 0.9em;
    list-style-type: none;
    width: 197px;
    padding-top: 5px;
    font-weight: normal;
}
.subsubmenu .li_active {
    font-weight: bold;
}

.li_normal {
    color: #81001E;
    font-style: normal;
}

.li_active {
    font-style: italic;
    font-weight: bold;
    background-color: #FFF;
    color: #97C000;
}

.onderzoekbtn {
    border: 1px solid #81001E;
    width: 218px;
    margin-top: 5px;
    margin-left: -10px;
    margin-bottom: -5px;
    font-style: normal;
    font-size: 0.79em;
}
.onderzoekbtn th {
    background-color: #81001E;
    color: #FFF;
    height: 20px;
    font-family: arial;
    text-align: left;
    padding-left: 0px;
    
    white-space: nowrap;
}
.onderzoekbtn th a {
    color: #FFF;
}
.onderzoekbtn td {
    color: #81001E;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.onderzoekbtn td ul {
    display: inline;
    margin: 0px;
    padding: 0px;
}
.onderzoekbtn td ul li {
    font-size: 1.1em;
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
    margin-left: 20px;
    width: 180px;
}
.onderzoekbtn td ul li a {
}


#left #submenu_bottom {
    width: 226px;
    height: 19px;
    background-image:url("../../gfx/menu_bg_bottom.gif");
    background-repeat: no-repeat;
}




#right {
    float: left;
    width: 774px;
}
#right #pagetitle {
    color: #81001E;
    font-weight: bold;
    font-style: italic;
    background-image: url("../../gfx/page_title_bg.gif");
    height: 20px;
    width: 744px;
    margin-top: 2px;
    padding-top: 5px;
    padding-left: 30px;
}

#right #content {
    margin-left: 30px;
    padding-top: 20px;
    background-image: url("../../gfx/background_right_border.gif");
    background-repeat: repeat-y;
    background-position: right;
    padding-right: 30px;
    float: left;
    width: 531px;
    font-size: 0.9em;
}


#right #content_rechts {
    width: 170px;
    float: left;
    text-align: center;
}



.listTable th {
    width: 150px;
    color: #000;
    text-align: left;
    font-size: 1.1em;
}
.listTable input {
    border: 1px solid black;
    width: 150px;
    font-size: 1.1em;
}
.listTable textarea {
    border: 1px solid black;
    width: 300px;
    height: 80px;
    font-size: 1.1em;
}
button {
    border: 1px solid black;
    background-color: #E0ECB2;
    color: #000;
    font-size: 1em;
    margin-left: 375px;
    cursor: pointer;
}



#voortgangtext {
    position: absolute;
    top: 156px;
    left: 711px;
    height: 62px;
    width: 250px;
    background-color: #F6F9E8;
    padding: 20px;
    font-size: 0.95em;
    font-style: italic;
    line-height: 16px;
    overflow: hidden;
}
#voortgangtext p {
    display: inline;
}

#projectstatus {
    position: absolute;
    top: 264px;
    left: 654px;
    height: 22px;
    width: 360px;
    color: #81001E;
    font-size: 0.8em;
}
#statusImages {
    float: right;
    margin-top: -2px;
    margin-right: 30px;
}

#prtextR {
    display: block;
    text-align: left;
    margin-top: 20px;
    margin-left: 20px;
}

#prtextR a {
    color: #81001E;
    text-decoration: none;
}
#prtextR a:hover {
    text-decoration: underline;
}

.projectbanner {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.projectbanner_top {
    background-image: url("../../gfx/projectbanner_top.gif");
    width: 162px;
    height: 24px;
}
.projectbanner_middle {
    background-image: url("../../gfx/projectbanner_middle.gif");
    width: 142px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0.9em;
}
.projectbanner_bottom {
    background-image: url("../../gfx/projectbanner_bottom.gif");
    width: 162px;
    height: 24px;
}

.suggestie {
    margin-left: 8px;
}
.nieuwsbrief {
    margin-left: 5px;
}

#archieftable td {
    vertical-align: top;
    padding: 3px;
}

#archieftable td a {
    text-decoration: none;
    font-size: 1.1em;
}
#archieftable td a:hover {
    text-decoration: underline;
}

