html, body{
    font-family:    arial;
    font-size:  12px;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #CCCCCC;
    background-image: url('../../images/interface/bg_verloop.jpg');
    background-repeat: no-repeat;
    background-position: 0px 124px;
    font-family: "Century Gothic", "Arial";
}
#black_header {
    height: 153px;
    width: 100%;
    background-color: #000000;
    border-bottom: 2px solid #FFFFFF;
    z-index: 0;
    position: absolute;
    left: 0px;
    top: 0px;
}
A {
    color: black;
    text-decoration: none;
}
A:hover {
   text-decoration: underline;
}
.clear {
    clear: both;
}
#Wrapper {
    width: 1000px;
    margin: 0px auto;
    background-color: #FFFFFF;
    z-index: 1;
    position: relative;
    border: 3px solid #FFFFFF;
}
#Wrapper IMG {
    border: none;
    padding: 0;
    margin: 0;
}

/*Begin top menu*/
#topmenu {
    height: 30px;
    background-color: #CC6633;
    margin-bottom: 5px;
}
#topmenu .here {
    background-color: #CC3300;
}
#topmenu UL {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Century Gothic", "Arial";
}
#topmenu UL LI {
    float: left;
    margin: 0;
    width: 190px;
    padding: 6px 4px;
    text-align: center;
    border-right: 2px solid #FFFFFF;
    position: relative;
    z-index: 4;
}
#topmenu UL LI:hover {
    background-color: #000000;
    cursor: pointer;
}
#topmenu UL LI LI:hover {
    background-color: #CC3300;
    cursor: pointer;
}
#topmenu UL LI A, #topmenu UL LI A span {
    color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    display: block;
    cursor: pointer;
}
/*Submenu*/
#topmenu UL UL {
    position: absolute;
    z-index: 5;
    left: 4px;
    width: 100%;
    padding: 10px 0px 0px 0px;
    margin-left: -4px;
    display: none;
}
#topmenu UL LI:hover UL {
    display: block;
}
#topmenu UL UL LI {
    float: none;
    position: relative;
    border-bottom: 1px solid #000000;
    background-color: #F2F2F2;
}
#topmenu UL UL LI SPAN {
    color: #666666;
}
#topmenu UL UL LI:hover SPAN, #topmenu UL UL .here SPAN  {
    color: #FFFFFF;
}
/*Eind top menu*/


/*Left menu*/
#leftmenu {
    height: 100%px;
    width: 198px;
    float: left;
}
#leftmenu_content {
    height: 532px;
    padding-top: 28px;
}
#leftmenu_content UL {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #000000;
}
#leftmenu_content UL LI {
    text-align: center;
    padding: 5px 0px 6px 0px;
    border-bottom: 1px solid #000000;
    display: block;
    width: 100%;
}
#leftmenu_content UL LI:hover {
    display: block;
    width: 100%;
    background-color: #000000;
    cursor: pointer;
}
#leftmenu_content UL LI A, #leftmenu_content UL LI A SPAN {
    color: #000000;
    text-decoration: none;
    display: block;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    font-family: "Century Gothic", "Arial";
}
#leftmenu_content .here  {
    background-color: #000000;
}
#leftmenu_content .here SPAN, #leftmenu_content .here .here span  {
    color: #FFFFFF;
}

#leftmenu_content UL div {
    margin-top: 5px;
    margin-bottom: -6px;
}
#leftmenu_content UL UL LI {
    border-top:  1px solid #000000;
    border-bottom: none;
    background-color: #f2f2f2;
}
#leftmenu_content UL UL LI:hover, #leftmenu_content UL UL .here {
    display: block;
    width: 100%;
    background-color: #CC3300;
    cursor: pointer;
}
#leftmenu_content UL UL LI A, #leftmenu_content .here LI SPAN, #leftmenu_content UL LI:hover UL SPAN {
    color: #666666;
}
#leftmenu_content UL LI:hover span, #leftmenu_content UL UL LI:hover span {
    color: #FFFFFF;
    cursor: pointer;
}

#languagemenu {
    text-align: center;
    font-family: "Century Gothic", "Arial";
}
#languagemenu H3 {
    font-size: 14px;
    margin: 2px;
}
/*Einde left menu*/

.breadcrumb {
    padding-left: 10px;
    height: 30px;
    width: 100%;
}
.breadcrumb a, .breadcrumb {
    color: #999999;
    font-size: 10px;
    text-decoration: none;
}
.pagina_title {
    font-size: 24px;
    color: #000000;
    padding-bottom: 10px;
    font-family: "Century Gothic", "Arial";
}
#content {
    position: relative;
    height: 615px;
}
#content_tekst {
    color: #999999;
    float: left;
}
#content_tekst_tekst {
    height: 410px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    overflow: auto;
    color: #707173;
}
#content_tekst_tekst A {
    text-decoration: underline;
}
#content_right_img {
    float: right;
    height: 580px;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 0;
    position: relative;
    margin-top: 30px;
}

/*Begin footer*/
#footer {
    width: 1000px;
    margin: 0px auto;
}
#footer UL {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#footer UL LI {
    float: left;
    width: 180px;
    padding: 6px 5px;
    text-align: center;
}
#footer UL A {
    color: #000000;
    text-decoration: none;
}
#ScrollPanelCustom {
    float: right;
    margin-top: 560px;
    width: 35px;
    text-align: center;
    font-family: "Century Gothic", "Arial";
    font-size: 10px;
}