html, body {
	font-family: Calibri;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

body {
	min-height: 100%;
}

img {
	border: 0px;
}

#wrap {
	width: 100%;
	height: 100%;
	min-height: 100%;
}

#wrap_inner {
	width: 900px;
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
	border-right: 1px solid black;
}

#toppanel {
	overflow: hidden; 
	visibility: visible; 
	background: url(../img/topbar.jpg) no-repeat; 
	background-color: #8f9ebf; 
	height: 59px;
	width: 100%;
	border-bottom: 1px solid black;
}

#title {
	visibility: visible; 
	position: relative; 
	z-index: 12; 
	left: 0px; 
	top: -25px; 
	width: 518px; 
	height: 52px;
	font-family: Calibri;
	font-size: 22px;
}

#content {
	margin-top: 10px;
	z-index: 5;
	height: 100%;
	width: 741px;
	float: right;
}

#sidebar {
	z-index: 1;
	left: 0px;
	width: 159px;
	height: 100%;
	min-height: 680px;
	text-align: right;
	float: left; 
	background-color: #7a7a7a;
}

#sidebar_items {
	margin-right: 20px;
	background-color: #7a7a7a;
}

#sidebarimg {
	width: 100%;
	height: 100%;
	min-height: 479px;
	background: url(../img/leftbg.jpg) no-repeat;
}

#main {
	height: 100%;
	width: 100%;
}

#maincontent {
	padding-left: 20px;
}

#autogegevens {
	width: 70%;
	height: 100%;
}

#carpreview {
}

#cardata {
}

#dialog {
	display: none;
}
