body
{
    background-color: White;
}

html, body, form, #container, #content, #main, #border_left, #border_right, #image, #image *
{
    padding: 0;
    border-width: 0px;
    z-index: 1000;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#container
{
    width: 940px;
    margin-left: auto; /*centreren*/
    margin-right: auto; /*centreren*/
    overflow: visible;
}

#border_top
{
    margin-left: -10px;
    width: 960px;
    height: 128px;
    background-image: url("../images/schaduw_top.jpg");
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    background-position: bottom;
}
#logo_top
{
    margin-left: 10px;
    width: 940px;
    height: 128px;
    background-image: url("../images/logo_top.gif");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: bottom right;
}

#border_left, #border_right, #content
{
    width: 940px;
    position: relative;
    overflow: visible;
}
#border_left
{
    margin-left: -10px;
    background-image: url("../images/schaduw_links_repeat.jpg");
    background-color: #FCFCE6;
    background-repeat: repeat-y;
    background-position: left;
}
#border_right
{
    margin-left: 20px;
    background-image: url("../images/schaduw_rechts_repeat.jpg");
    background-color: #FCFCE6;
    background-repeat: repeat-y;
    background-position: right;
}
#content
{
    overflow: visible;
    width: 940px;
    margin-left: -10px;
    min-height: 500px;
}
#main
{
    width: 636px;
    margin-top: 25px;
    margin-left: 54px;
}
#vtvtc_logo, .vtvtc_logo
{
    width: 940px; /*height: 170px;*/
    height: 127px; /*background-image: url("../images/VTVTC_logo.gif");*/
    background-image: url("../images/VTVTC_logo.png");
    background-color: #FFED7F;
    background-repeat: no-repeat;
    background-position: right;
}
#image div
{
    z-index: 1;
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 800px;
    height: 800px;
    overflow: visible;
    position: absolute;
    right: 10px;
    bottom: 0px;
}

#bottom
{
clear:both;
overflow:hidden;
height:50px;
    width: 636px;
    position: relative;
    bottom: 0px;
    margin-left: 44px;
    z-index: 1000;
}
#user
{
    text-align: left;
    font-weight: bold;
}
#bottom_text
{
    text-align: right;
    font-weight: bold;
}
#border_bottom
{
    margin-left: -10px;
    width: 960px;
    height: 10px;
    background-image: url("../images/schaduw_bottom.jpg");
    background-color: purple;
    background-repeat: no-repeat;
    background-position: top;
}
#footer
{
    width: 636px;
}
#footer, #footer *
{
    padding: 0;
    margin: 0;
}
#footer span
{
    background-color: #FCFCE6;
}
.taallijst
{
    height: 150px;
    overflow: auto;
    border: 1px solid #f18e00;
    padding: 2px;
}

/* menu */
.menu{margin:0 auto;}
.submenu, .treechildlevel{ z-index:9999!important;}
#menu
{
    width: 940px;
    background-image: url("../images/navi_links.gif" );
    background-color: Transparent;
    background-repeat: repeat-x;
}
#menu a img
{
    display: none;
}
#menu td, #menu th
{
    vertical-align: middle !important;
}
a.treefirstlevel
{
    background-image: url( "../images/navi_empty.png" );
    background-repeat: no-repeat;
    background-position: top;
    display: block;
    float: left;
    width: 125px !important;
    height: 43px !important;
    line-height: 43px !important;
    /*padding-top: 13px !important;*/
    font-size: 15px !important;
    text-align: center;
}

.treefirstlevel a, .treefirstlevel a:hover, .treefirstlevel a:visited
{
    font-size: 15px !important;
    font-weight: bold;
    text-decoration: none;
}
.treefirstlevel a, .treefirstlevel a:visited
{
    color: #bc833c !important;
}
.treefirstlevel a:hover
{
    color: #903200 !important;
}
a.treechildlevel
{
    display: block;
    padding: 10px;
    background-color: #FFED7F;
}
/* TEST */
/*
#bottom
{
    border: 1px solid red;
}
#user
{
    border: 1px solid blue;
}
#bottom_text
{
    border: 1px solid purple;
}
#bottom_text
{
    border: 1px solid green;
}
#main
{
    border: 1px solid orange;
}
#content
{
    border: 1px solid black;
}
#border_top
{
    border: 1px solid pink;
}


*{border: 1px solid pink;}

body
{
    background-color:Aqua;
}
*/
