@charset "utf-8";

.Container {
	margin: 0 auto;
	padding: 0px;
	width:1000px;
	position: fixed;
	top: 0px;

}

.Container #Content {
	width:750px;
	top: 130px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	height: auto;
	background-color: #FFF;
	left: 10px;
}


.Navi #balk {
	background-color: #0F0;
	width: 900px;
	height: 116px;
	left: -10px;
	position: relative;
}

.Navi #logo {
	width: 296px;
	height: 116px;
	left: 0px;
	position: absolute;
	background-image: url(afbeeldingen/hbC-logo.png);
	background-repeat:no-repeat;
	margin: 0;
	z-index: 10;
}

.Navi #boven {
	background-image:url(afbeeldingen/hbg_04.jpg);
	width: 701px;
	height: 33px;
	position: absolute;
	margin: 0px;
	left: 296px;
	top: 0px;
	padding: 0px;
	background-repeat:no-repeat;
}
.Navi #knopen {
	width: 700px;
	height: 53px;
	position:absolute;
	margin: 0px;
	padding: 0px;
	left: 296px;
	top: 33px;
	background-color: #000;
	background-image: url(knopen/HBC-idee.jpg);
}
.Navi #sublink {
	width: 701px;
	height: 30px;
	top: 86px;
	left: 296px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	background-image:url(afbeeldingen/hbg_24.png);
	background-repeat:no-repeat;
}
.Info {
	background-color: #000;
	width: 200px;
	height: auto;
	position: relative;
	left: 770px;
	top:130px;
}
.Info #top {
	width: 200px;
	height:47px;
	position:relative;
	top:0px;
	left:0px;
	background-image:url(afbeeldingen/hbg_28.jpg);
}
.Info #body {
	width: 200px;
	height:auto;
	min-height:375px;
	position:relative;
	top:0px;
	left:0px;
	background-image:url(afbeeldingen/hbg_31.jpg);
	background-repeat:repeat-y;
	padding:15px;
}
.Info #textfield {
	width:170px;
	padding:0px;
}

.Info #bottom {
	width: 200px;
	height: 15px;
	background-image:url(afbeeldingen/hbg_35.jpg);
	top:0px;
	left:0px;
	position: relative;
}

.Main {
	width:700px;
	height: auto;
	z-index: 5;
}

.Main #top_main {
	width: 725px;
	height:47px;
	position:relative;
	top:0px;
	left:0px;
	background-image:url(afbeeldingen/hbg_26.jpg);
}
.Main #body_main{
	width: 722px;
	height:auto;
	position:relative;
	top:0px;
	left:0px;
	background-image:url(afbeeldingen/hbg_30.jpg);
	background-repeat:repeat-y;
}
.Main #textfield_main {
	width:650px;
	padding:25px;
	height: auto;
}

.Main #bottom_main {
	width: 722px;
	height: 24px;
	background-image:url(afbeeldingen/hbg_33.jpg);
	top:0px;
	left:0px;
	position: relative;
}

