html, body{
    background-color:       #ECE2D3;
	padding:				0px;
	margin:					0px;
	font-family:			verdana;
	font-size:				10px;
    scrollbar-arrow-color       :#ffffff;
    scrollbar-base-color        :#000000;
    scrollbar-dark-shadow-color :#000000;
    scrollbar-face-color        :#000000;
    scrollbar-highlight-color   :#ffffff;
    scrollbar-shadow-color      :#ffffff;
    scrollbar-3d-light-color    :#000000;
    scrollbar-track-color       :#000000;
	overflow:				hidden;
}

a:link{color:#FBC83B; text-decoration:none;}
a:visited{color:#FBC83B; text-decoration:none;}
a:hover{color:#FBC83B; text-decoration:none;}

#container{
	position:               relative;
    margin:                 0px;
    margin-left:			auto;
	margin-right:			auto;
	width:					760px;
	height:					440px;
	border:			        1px solid #000000;
	background-color:		#ffffff;
    padding:                0px;
}

#left{
    position:               absolute;
    top:                    0px;
    left:                   0px;
}

#menu{
    position:               absolute;
    top:                    0px;
    right:                  0px;
    width:                  450px;
    height:                 26px;
    background-color:       #000000;
    font-weight:            bold;
    color:                  #FBC83B;
    text-align:             center;
    z-index:                2;
}

#hoek_right{
    position:               absolute;
    top:                    0px;
    right:                  0px;
    z-index:                1;
}

#right{
    position:               absolute;
    top:                    0px;
    right:                  0px;
    width:                  25px;
    height:                 440px;
    background-color:       #000000;
    z-index:                2;
}

#onder{
    position:               absolute;
    left:                   229px;
    bottom:                 -2px;
    z-index:                1;
}

#content{
    position:               absolute;
    left:                   244px;
    top:                    41px;
    height:                 250px;
    width:                  475px;
    z-index:                10;
    overflow:               auto;
}

#copy{
	position:               relative;
    margin-left:			auto;
	margin-right:			auto;
	width:					760px;
	background-color:		#ffffff;
    padding:                0px;
    color:                  #000000;
}