* {
	margin: 0;
	padding: 0;
}

body {
	background-image:url(background.jpg);
}

#page {
	background-image:url(kader3.png);
	background-repeat:no-repeat;
	height:657px;
	margin:0 auto;
	position:relative;
	top:50px;
	width:855px;
}

#header {
    position: absolute;
    top: 0px;
    left: 21px;
    height: 75px;
    width: 834px;
    border-bottom: 2px solid #000;
}

#footer {
	position: absolute;
	bottom: 0;
	height: 50px; 
	width: 855px;
}

#logo {
    position: absolute;
    top: 18px;
    left: 10px;
}

/* content kolommen */

#content {
	width: 370px;
}

#contentContainer {
	background-image: url('contentbg.gif');
	height:522px;
	left:210px;
	padding-left:20px;
	position:absolute;
	top:77px;
	width:625px;
	overflow-y: auto;
	overflow-x: hidden;
}

#contentRight {
	position: absolute;
	padding-top: 32px;
	top: 0px;
	left: 432px;
	width: 214px;
}

#contentLeft {
	height:280px;
	left:20px;
	padding-left:10px;
	padding-right:10px;
	position:absolute;
	top:100px;
	width:160px;
}

#contentBorder {
	bottom:49px;
	height:220px;
	left:21px;
	position:absolute;
	width:185px;
}

/* 
    hoofdnavigatie
*/

#menu-level-0 {
    position: absolute;
    left: 180px;
    top: 48px;
}

#menu-level-0 li {
    display: inline;
    float: left;
    width: 114px;
    border: 2px solid #000;
    margin-right: 3px;
	background-color: #ffed00;
	height: 25px;
}
#menu-level-0 li a {
	
}

#menu-level-0 li.act {
    background-color: #fff;
    border-bottom: 2px solid #fff;
}

/* extra menu rechtsboven */

#menu-extra {
    position: absolute;
    right: 10px;
    top: 14px;
}

#menu-extra li {
    display: inline;
    float: left;
    width: 45px;
    border-right: 2px solid #000;
    text-align: center;
    font-size: 10px;
}


#menu-extra li.last {
    border-right: none;
}

/*
    subnavigatie
*/

#menu-level-1 {
margin-left:-9px;
margin-top:30px;
padding-left:0 !important;
}

#menu-level-1 li {
	list-style-type:none;
	margin-bottom: 9px;
}

#menu-level-1 a {
}



/* 

/* disclaimer */
#disclaimerwrap {
	text-align:center;
}

.disclaimer {
	text-align: center;
}

