/* CSS Document */

body {
	margin-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	overflow-x: hidden;
}

a:link {
	color: #FF0000;
	text-decoration:none;
}
a:visited {
	color: #FF0000;
	text-decoration:none;
}
a:hover {
	color: #FF0000;
	text-decoration:underline;
	
}
a:active {
	color: #FF0000;
	text-decoration:none;
}

a.linkopacity img {
	filter:alpha(opacity=20);
-moz-opacity: 0.20; 
	opacity: 0.20;
}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;

}

a.workopacity img {
	filter:alpha(opacity=80);
-moz-opacity: 0.8; 
	opacity: 0.8;
}

a.workopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;

}

a.gerelopacity img {
	filter:alpha(opacity=50);
-moz-opacity: 0.5; 
	opacity: 0.5;
}

a.gerelopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;

}

a.marge img {

}

#testlayer {
	position: absolute;
	z-index: 1;
	visibility:hidden;
	background-color:#000000;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}

.red {
	color: #FF0000;
}

.bijschr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	color: #FFFFFF;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #CCCCCC;
}
.kop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
}

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	align: left;
}

h1 {
	color: #666666;
	font-size: 19px;
}
h2 {
	color: #FFFFFF;
	font-size: 19px;
}

.project {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	align: left;
	color: #FFFFFF;
	letter-spacing: -1ems;
	word-spacing: 2px;
	line-height:16px
}

.div {
	position:absolute;
	overflow:auto;
	overflow-x:hidden;
	width:100%; 
	top: 60px;
	right:0px; 
	bottom:0px; 
	visibility: visible;
}

.colofon{
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:middle;
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	padding-left: 4px;
}
.colofon A:link {
color: #333333;
text-decoration: none
}
.colofon A:visited {text-decoration: none}
.colofon A:active {text-decoration: none}
.colofon A:hover {text-decoration:underline;}