html {
	background: #FFFFFF url(../img/bg.jpg) top left repeat-x;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#wrapper {
  width: 100%;
  height: 100%;
	margin: 0;
	padding: 0;
}

#header {
	position: relative;
	width: 100%;
	height: 105px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
}

#main {
	position: relative;
	margin: 0;
	padding: 0;
}

#leftbar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 148px;
	margin: 0;
	padding: 0;
}

#menuspacer {
	height: 25px;
}

#topmenu {
	margin-left: 148px;
	height: 30px;
	min-width: 680px;
}

#tab {
	position: relative;
	float: left;
	text-align: center;
	width: 120px;
	height: 30px;
	background-image: url(../img/tab.gif);
	background-repeat: no-repeat;	
	background-position: bottom left;
}



#zoek {
	position: relative; 
	float: right;
	text-align: center;
	width: 180px;
	height: 30px;
}

#center {
	width: 84%;
}

#content {
	background-color: #FFFFFF;
	height: 100%;
	min-height: 600px;
  	min-width: 660px;
	margin-top: 0px;
	margin-left: 148px;
	padding: 10px;
}

#content img{
	border: 0;
}
	

#footer {
	width: 100%;
	height: 28px;
	clear: both;
	text-align: center;
}

#searchdiv {
	background: url(../img/zoekvenster_bg.png) left bottom;
	width: 122px;
	height: 24px;
	text-align: center;
}

#searchfield {
	border: 0px;
	background-color: #c9e0ee;
	color: #000000;
	font-weight: 900;
}
