body {
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

img {
    border: 0px;
}

td {
    width: 150px;
}

#logo {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 178px;
}

#topbar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60%;
    height: 110px;
    z-index: -1;
    background-image: url("/images/topbar.png");
    background-repeat: repeat-x;
}

#sidebar {
    position: absolute;
    top: 110px;
    left: 0px;
    height: 200px;
    width: 178px;
    z-index: -1;
    background-image: url("/images/sidebar.png");
    background-repeat: repeat-x;
}

#topcorner {
    position: absolute;
    top: 0px;
    left: 60%;
    height: 110px;
    width: 110px;
    background-image: url("/images/topcorner.gif");
}

#bottomcorner {
    position: absolute;
    top: 300px;
    left: 0px;
    height: 100px;
    width: 178px;
    background-image: url("/images/bottomcorner.gif");
}

#corner {
    position: absolute;
    top: 110px;
    left: 178px;
    height: 25px;
    width: 25px;
    background-image: url("/images/corner.gif");
}

#menu {
    position: absolute;
    top: 127px;
    left: 20px;
	width: 125px;
    font-weight: bolder;
    font-size: 14px;
}

#menu a:link, #menu a:visited{
    color: #007F00;
    text-decoration: none;
}

#contact {
    position: absolute;
    top: 92%;
    left: 200px;
    text-align: center;
    color: #007F00;
}

#vertalen {
    width: 100%;
	visibility: hidden;
}

#validation {
    position: absolute;
    left: 15px;
    top: 75%;
}

#content {
    position: absolute;
    left: 200px;
    top: 130px;
    width: 65%;
    height: 360px;
    overflow: auto;
}
