body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	background-color: black;
	margin: 0px;
	scrollbar-base-color: #000000; 
	scrollbar-track-color: #000000;
	scrollbar-face-color: #222222; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #555555;
	scrollbar-darkshadow-color: #000000;
	scrollbar-arrow-color: #ffffff;
}
p {
	display: inline;
}

a{
	text-decoration: none;
}
a:link		{color: #ffffff;}	/* unvisited link */
a:visited	{color: #ffffff;}	/* visited link */
a:hover		{color: #dddddd;}	/* mouse over link */
a:active	{color: #ffffff;}	/* selected link */ 

a.woningbouw:link		{color: #00CCFF;}	/* unvisited link */
a.woningbouw:visited	{color: #00CCFF;}	/* visited link */
a.woningbouw:hover		{color: #0099FF;}	/* mouse over link */
a.woningbouw:active		{color: #00CCFF;}	/* selected link */ 

a.utiliteitsbouw:link		{color: #6BFF6B;}	/* unvisited link */
a.utiliteitsbouw:visited	{color: #6BFF6B;}	/* visited link */
a.utiliteitsbouw:hover		{color: #6BCC6B ;}	/* mouse over link */
a.utiliteitsbouw:active		{color: #6BFF6B;}	/* selected link */ 


table{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	table-layout: fixed;
}

table.wrapper{
	width: 772px;
	height: 422px;
}
table.wrapper2{
	width: 772px;
}
table.body{
	height: 202px;
}
table.thumbs{
	width: 200px;
	height: 200px;
}
table.nonFixed{
	table-layout: auto;
}

tr{
	font-size: xx-small;
	text-align: center;
}

td.verticalWhiteLine{
	background-image: url(../layout_pics/vertical_line_white.gif);
}
td.horizontalWhiteLine{
	background-image: url(../layout_pics/horizontal_line_white.gif);
}
td.horizontalBlackLine{
	background-image: url(../layout_pics/horizontal_line_black.gif);
}

td.thumb{
	text-align: left;
	border: 1px solid white;
}


textarea{
	border-width: 0px;
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	background-color: black;
	overflow: auto;
}
