/* 
www.autowisse.com
Copyright 2008 JMAdesign
Martin Aarnoudse
*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#totaal {
	width: 900px;
	height: 760px;
	margin-left:auto;
	margin-right:auto;
	}
#top {
	float:left;
	width: 900px;
	height: 25px;
	background-image:url(images/top.jpg);
	}
#header {
	float:left;
	width: 900px;
	height: 110px;
	background-image:url(images/header.jpg);
	}
#left {
	float:left;
	width: 28px;
	height: 506px;
	background-image:url(images/left.jpg);
	}
#left_menu {
	float:left;
	width: 310px;
	height: 25px;
	background-image:url(images/left_menu.jpg);
	}
#menu {
	float:left;
	width: 538px;
	height: 25px;
	background-image:url(images/menu.jpg);
	}
#right {
	float: right;
	width: 24px;
	height: 506px;
	background-image:url(images/right.jpg);
	}
#content {
	float:left;
	width: 848px;
	height: 481px;
	background-image:url(images/content.jpg);
	background-repeat: no-repeat;
	}
#content_text{
	float:left;
	width: 840px;
	height: 460px;
	overflow:auto;
}	
#balk {
	float: left;
	width: 900px;
	height: 46px;
	background-image:url(images/balk.jpg);
	}
#logos {
	float: left;
	width: 900px;
	height: 83px;
	background-image:url(images/logos.jpg);
	}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:active {
	color: #d2001b;
	text-decoration:underline;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration:underline;
}

