body,html {
	height: 100%;
	margin: 0px;
}
body {
	background-image: url('/template/images/background.gif');
	background-repeat: repeat-x;
	background-color: #e5e5e5;
}
div#container {
	position: relative;
	width: 932px;
	height: 100%;
	margin: auto;
	/*background-color: #e5e5e5;*/
	background-color: transparant;
}
div#banner {
	z-index: 99;
	position: absolute;
	width: 298px;
	height: 205px;
	left: 0px;
	top: 42px;
	background-image: url('../images/banner.gif');
	background-repeat: no-repeat;
}
div#menulinks {
	position: absolute;
	width: 218px;
	height: 400px;
	left: 39px;
	top: 247px;
	background-image: url('/template/images/menu_links_repeat.gif');
	background-color: #bfbfbf;
	z-index:10;
}
div#menulinksbottom {
	position: absolute;
	width: 218px;
	height: 100px;
	bottom: -100px;
	background-image: url('/template/images/menu_bottom.gif');
	background-repeat: no-repeat;
}
div#zoekbalk {	
	position: absolute;
	width: 483px;
	height: 43px;
	left: 298px;
	top: 42px;
	background-image: url('../images/zoekbalk-bg.gif');
	background-repeat: repeat-x;
}
div#zoekbalklinks {	
	position: absolute;
	width: 57px;
	height: 43px;
	left: 0px;
	background-image: url('../images/repeat_menu_bovengrijs.gif');
	background-repeat: no-repeat;
}
div#zoekbalkrechts {	
	position: absolute;
	width: 19px;
	height: 38px;
	right: 0px;
	background-image: url('../images/repeat_menu_bovengrijs_rechts.gif');
	background-repeat: no-repeat;
}
div#topmenu {
	position: absolute;
	width: 640px;
	height: 23px;
	left: 298px;
	top: 81px;
	padding-top: 14px;
	background-image: url('../images/menubalk.gif');
	}
div#topmenurechts {
	position: absolute;
	width: 166px;
	height: 38px;
	left: 781px;
	top: 80px;
	background-image: url('../images/hoekrechts.gif');
	background-repeat: no-repeat;	
}
div#logo {
	position: absolute;
	width: 151px;
	height: 59px;
	right: 0px;
	top: 22px;
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
	cursor:pointer;
}
div#content {
	position: absolute;
	width: 679px;
	left: 254px;
	top: 118px;
	padding-top: 20px;
	background-image:url(/template/images/content-bg.gif);
	background-repeat:repeat-y;
}
div#contentminheight {
	position:relative;
	width:1px;
	height:600px;
}
div#contentimgright {
	position: relative;
	width: 5px;
	height: 100%;
	right: 0px;
	top: 10px;
	background-color: #e5e5e5;
	background-image: url('../images/content_repeatrechts2.gif');
	background-repeat: repeat-y;
}
div#contentimgrightbottom {
	position: relative;
	width: 5px;
	height: 25px;
	right: 0px;
	bottom: 0px;
	z-index: 999;
	background-image: url('../images/content_repeatrechtsbottom.gif');
	background-color: #e5e5e5;
}
div#contentimgrighttop {
	position: absolute;
	width: 5px;
	height: 160px;
	top: -10px;
	right: 0px;
	background-image: url('../images/content_repeatrechtstop.gif');
	background-repeat: repeat-z;
}
div#footer {
	position: relative;
	width: 681px;
	height: 48px;
	bottom: -48px;
	margin-bottom: 48px;
	background-color: #e5e5e5;
	text-align:center;
	color:gray;
}
div#topmenucontent {
	position: absolute;
	left: 80px;
	top: 13px;
}
div#bread {
	position: relative;
	left: 60px;
	width: 562px;
}
div#pagetitle {
	position: relative;
	left: 60px;
	top: 10px;
	width: 562px;
}

/* sIFR Replace tag */
.sIFR-active #pagetitle h6 {
	line-height: 26px;
	font-size: 24px;
}
#pagetitle h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #790018;
	margin: 0px;
}
h6 {
	font-size: 22px;
	line-height: 35px;
}
hr {
	border: 0px;
	border-top: 1px solid black;
	height: 1px;
}
label {
	cursor: pointer;
}
.inputtext {
	width: 250px;
	border: 1px solid #bfbfbf;
}
.inputtextsearch {
	width: 150px;
	border: 1px solid #bfbfbf;
}
.inputtextarea {
	width: 250px;
	overflow: auto;
	border: 1px solid #bfbfbf;
	height: 100px;
}
.inputbutton {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	border: 1px solid #bfbfbf;
	background-color: #004a9c;
	height: 21px;
	cursor: pointer;
}