/* CSS Document */
       
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 13px;
	background-image: url(../images/achter.gif);
	background-repeat: repeat-y;
	background-position: center 0;
	text-align: center;
}
html, body {
	height: 100%;
}
table {
	font-size:100%;
}
.clear {
	clear: both;
}
h1 {
	color: #bd2533;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 20px 0 0;
}
h2 {
	color: #004a83;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 50px 0 0;
}
h3 {
	color: #004a83;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 20px 0 0;
}
p {
	text-align: center;
	margin: 0;
	padding: 20px 0 0;
}
a {
	color: #bd2533;
	text-decoration: underline;
}
a:hover {
	color: #004a83;
	text-decoration: underline;
}
ul {
	margin: 0 0 0 30px;
	padding: 20px 30px 0;
	list-style-type: square;
	list-style-position: outside;
}
ul ul {
	list-style-type: circle;
	margin: 0;
	padding: 0 30px;
	list-style-position: outside;
}
ol {
	list-style-type: decimal;
	margin: 0 0 0 30px;
	padding: 20px 30px 0;
	list-style-position: outside;
}
img {
	border: none;
}
/* CONTAINER */
#container {
	background-color: #fff;
	margin: 0 auto;
	width: 970px;
	padding: 0 5px;
	position: relative;
	text-align: center;
	min-height: 100%;
	height: auto;
}
* html #container {
	height: 100%;
	width: 970px;
	w\idth: 970px;
}
/* HEADER */
#header {
	background-image: url(../images/header.jpg);
	text-align: center;
	width: 970px;
	height: 145px;
	margin: 0;
	padding: 0;
}
#header_verzekeringen {
	background-image: url(../images/header_verzekeringen.jpg);
	text-align: center;
	margin: 0;
	padding: 0;
	width: 970px;
	height: 145px;
}
#header_hypotheken {
	background-image: url(../images/header_hypotheken.jpg);
	text-align: center;
	margin: 0;
	padding: 0;
	width: 970px;
	height: 145px;
}
#header_tekoop { background-image: url(../images/header_tekoop.jpg); text-align: center; width: 970px; height: 145px; margin: 0; padding: 0; }
/* MAIN */
#main {
}
#main_tekoop { background-image: url(../images/tekoop_achter.jpg); background-repeat: no-repeat; }
/*TABS*/
#verzekeringen {
	background-image: url(../images/verzekeringen_achter.jpg);
	width: 320px;
	height: 455px;
	float: left;
	overflow: hidden;
}
#hypotheken {
	background-image: url(../images/hypotheken_achter.jpg);
	width: 320px;
	height: 455px;
	float: left;
	overflow: hidden;
}
#belastingen {
	background-image: url(../images/belastingen_achter.jpg);
	width: 330px;
	height: 455px;
	float: left;
	overflow: hidden;
}
#tekoop {
	text-align: center;
	width: 970px;
	margin: 0;
	padding: 0;
}
#huis1 {
	width: 480px;
	float: left;
	overflow: hidden;
}
#huis2 {
	width: 480px;
	float: left;
	overflow: hidden;
}

