* {
	margin: 0;
	padding: 0;
	outline: 0;
	border-collapse: collapse;
}


body {  
	background-image: url('../images/achtergrond.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
} 

#page {
background-image:url(../images/kader.jpg);
height:613px;
margin:0 auto;
position:relative;
top:91px;
width:817px;
}

#menu-top {
	height:50px;
	left:500px;
	position:absolute;
	top:14px;
	width:240px;
}

#header {
	height:160px;
	left:150px;
	position:absolute;
	top:63px;
	width:597px;
}


#navigation {
	height:28px;
	left:153px;
	position:absolute;
	top:223px;
	width:338px;
}

#left-column {
	height:378px;
	left:9px;
	position:absolute;
	top:223px;
	width:141px;
}

#middle-column {
	height:330px;
	left:170px;
	overflow:auto;
	padding-right:20px;
	position:absolute;
	top:262px;
	width:300px;
}

#right-column {
	height:338px;
	left:491px;
	padding-left:20px;
	padding-right:20px;
	padding-right:120px;
	padding-top:40px;
	position:absolute;
	top:223px;
	width:236px;
}

#right-column-content {
height:220px !important;
overflow:auto !important;
padding-right:60px !important;
width:239px !important;
}

#home-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 28px;
    background-image: url('../images/menu_home_no.gif');
    cursor: pointer;
}
   
#home-button:hover {
    background-image: url('../images/menu_home_ro.gif');
}


#subnavigation {
    z-index: 10;
    position: absolute;
    top: 250px;
    left: 25px;
    width: 128px;
}

#subnavigation_top {
    background-image: url('../images/submenu_bg_top.gif');
    height: 22px;
    width: 128px;
}
#subnavigation_bottom {
    background-image: url('../images/submenu_bg_bottom.gif');
    height: 22px;
    width: 128px;
}
#subnavigation ul {
    background-image: url('../images/submenu_bg_middle.gif');
    list-style-image: url('../images/submenu_bullet.gif');
}
#subnavigation li {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100px;
}

#subnavigation a {
        font-size: 11px;
	color: #0060a9;
	text-decoration: none;
}

#subnavigation a:visited {
	color: #0060a9;
}

#subnavigation a:hover {
	color: #ffffff;
}

#link_sitemap {
position: absolute;
top: 31px;
left: 180px;
font-weight: bold;
font-size: 11px;
color: #000000;
}
