* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

body{
	background-image:url(../img/background.jpg);
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-track-color:#FFFFFF; 
	scrollbar-face-color:#FFFFFF; 
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-3dlight-color:#FFFFFF; 
	scrollbar-darkshadow-color:#FFFFFF; 
	scrollbar-shadow-color:#FFFFFF; 
}

#center{
	position:relative;
	height:auto;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	top:-10px;
}

#logo{
	position:absolute;
	background-image:url(../img/webtech2.2_03.png);
	height:157px;
	width:327px;
	z-index:1;
}

#tekstback{
	position:absolute;
	height:373px;
	width:799px;
	background-image:url(../img/webtech2.2_22.png);
	left: 52px;
	top: 171px;
	z-index:2;
}

#tekstvak{
	position:absolute;
	height:360px;
	width:779px;
	z-index:5;
	left: 62px;
	top: 179px;
	overflow: auto;
}

#ondermenu{
	position:absolute;
	background-image:url(../img/webtech2.2_25.png);
	height:36px;
	width:157px;
	left: 677px;
	top: 542px;
	z-index:4;
}

#border{
	background-color:#D6D6D6;
	width:2px;
	height:350px;
	position:absolute;
	top: 5px;
	left: 136px;
}

#border1{
	background-color:#D6D6D6;
	width:2px;
	height:350px;
	position:absolute;
	top: 5px;
}

#schedel{
	background-image:url(../img/schedel.png);
	height:550px;
	width:521px;
	z-index:3;
	position:absolute;
	left: 390px;
	top: 40px;
}

/*menu*/
#menu{
	position:absolute;
	height:auto;
	width:369px;
	left: 99px;
	top: 116px;
	z-index:4;
}

.glossymenu{
	height:53px;
	width:553px;
	list-style: none;
}

.glossymenu td a{
	float: left;
	display: block;
	height: 53px;
}

.glossymenu td.current a{
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}

.glossymenu td a:hover{	
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}

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

/*Style*/

.ondermenu a{
	color:#000000;
	font-family:Arial;
	font-size:12px;
	text-decoration:underline;
	line-height: 32px;
}

.tekststyle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}

.kop{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

.onderdelen{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

div#tekstvak input.submit{
	background-image:url(../img/webtech2.3_03.png);
	cursor:pointer;
	width:61px;
	height:26px;
	border:none;
}

div#tekstvak input.terug{
	background-image:url(../img/input_terug.png);
	cursor:pointer;
	width:61px;
	height:26px;
	border:none;
}

.h3{
	color:#213C73;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

a.bezoek:link{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}

a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-decoration:underline;
}

a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-decoration:underline;
}

a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-decoration:underline;
}

ul#projecten li{
list-style-type:none;
margin-left:-10px;
top:-10px;
}