body { 

	font-family: tahoma; 
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background: #fff;
	
	margin: 0px;
	padding: 0px;
	height: 100%;
}

h1 {
	color: white;
	font-size: 20px;
	font-family: arial;
} 

h2 {
	color: #666666;
	font-size: 14px;
	font-family: arial;
	line-height: 24px;
} 

p, td {
	font-family: Verdana; 
	font-size: 11px;
	font-weight: normal;
	color: white;
	line-height: 18px;
}

#box {
	float: none;
	margin: 0px auto;
	width: 852px;
	padding: 0px;
}

	#logo {
		margin: 20px 0px 0px 0px;
		width: 852px;
		float: left;
	}

	#content {
		width: 352px;
		float: left;
		height: 447px;
		background-image: url(images/contentbg.jpg);
		padding: 30px 22px 30px 500px;
	}
		#prijs {
			float: left;
			width: 352px;
			height: 260px;
		}
	
	div.button {
		float: left;
		width: 284px;
		height: 244px;
	}

a {
	text-decoration: none;
	color: #0fb8e7;
}

a:hover {
	text-decoration: none;
	color: #666;
}

form {
	position: relative;
}

img {
	border: 0px;
}

.imgover {
	border: 0px;
}

/* js needed */
 .pointer {
     cursor: pointer;
 }

.clear {
	clear: both;
}

#TB_ajaxContent td { 
	color: #000;
}

