body, html {
	height: 100%;
}

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
}

body, td {
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

a:link,
a:visited,
a:active,
a:hover {
	color: #000;
	text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
}

img {
	border: 0;
}

input, select, textarea {
	font-family: Arial, Verdana;
	font-size: 11px;
	line-height: 13px;
	color: #000;	
}

table {
	width: 100%;
}

/*****************************
Layout divjes
******************************/

/* De hoofd div waarin de hele site zit */
#mainContainer {
	width: 100%;
}

#top {
	width: 770px;
	height: 20px;
}

#header {
	width: 770px;
	height: 60px;
}

#content {
	width: 100%; /* 770 - 2*20 */
}
