/* CSS Document */
body.index
{
	margin:0 auto; 
	background-image:url(images/pattern.jpg); 
	background-repeat:repeat;
}
body.iframe
{
	background-image:url(images/footer.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment:fixed;
}
table.top
{
	height:100%;
	width:100%;
	text-align:right;
	font-family:"Trebuchet MS";
	font-size:10px;
	font-weight:bold;
	padding:0px;
	background-image:url(images/logo.png);
	background-position:left;
	background-repeat:no-repeat;
}
table.projecten
{
	border: 1px solid #333333;
	background-color:#CCCCCC;
}
td.header
{
	height:100px;
	width:100%;
	border:1px solid #333333;
	background-color:#FFFFFF;
	background-image:url(images/header.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
td.iframe
{
	width:747px;
	vertical-align:top;
	border:1px solid #333333;
	background-color:#FFFFFF;
	background-image:url(images/footer.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
td.left
{;
	width:146px;
	vertical-align:top;
	border:1px solid #333333;
	background-color:#FFFFFF;
	background-image:url(images/footer.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding: 0;
	margin: 0;
}
.boxText
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin-left:10px; 
	margin-top:10px;
}
.boxTextTitel
{
	font-family: "Trebuchet MS";
	font-size: 16px;
	margin-left:10px; 
	margin-top:10px;
}
.footText
{
	font-family: "Trebuchet MS";
	font-size: 11px;
}
img.image_border
{
	border:1px solid #333333;
	margin: 5px 5px 5px 5px;
}
a
{
	color:#000066;
	text-decoration: none;
}
a:hover
{
	color:#FF0000;
	text-decoration: underline;
}