body  { margin: 0;
	background: url(../images/bg-stripe.png) repeat fixed;
}

a:link, a:visited { color: #ffa504;
	text-decoration: none;
}

a:hover { text-decoration: underline;
}


#hoofdvenster  { 
	margin-right: auto; 
	margin-left: auto; 
	z-index: 0; 
	width: 800px; 
	height: 550px; 
	border: solid 1px #ffa504;
	top: 69px;
	color: #959387;
	position: relative;
	background-image: url(../images/venster-verloop.png);
	font: 13px "Lucida Grande", Arial, Tahoma;
}

#simpleviewer {
	width: 750px;
	height: 549px;
	z-index: 1;
	position: absolute;
	background-color: transparent;
}

#textvak {
	width: 650px;
	height: 470px;
	z-index: 2;
	position: absolute;
	margin-top: 30px;
	margin-left: 75px;
	margin-right: 75px;
}

#textvakhome {
	width: 500px;
	height: 400px;
	z-index: 2;
	position: absolute;
	margin-top: 100px;
	margin-left: 150px;
	margin-right: 150px;
	line-height: 18px;
	font-size: 14px;
}

#textvakcontact {
	width: 400px;
	height: 200px;
	z-index: 2;
	position: absolute;
	background-position: 0;
	margin-top: 150px;
	margin-right: 150px;
	margin-left: 250px;
}

#tabhome {
	width: 282px;
	height: 35px;
	margin-top: -35px;
	z-index: 3;
	margin-left: -1px;
	position: absolute;
}

#tabwerk {
	width: 282px;
	height: 35px;
	margin-top: -35px;
	z-index: 3;
	margin-left: -1px;
	position: absolute;
}

#tabmultimedia {
	width: 282px;
	height: 35px;
	margin-top: -35px;
	z-index: 3;
	margin-left: -1px;
	position: absolute;
}

#tabprintmedia {
	width: 282px;
	height: 35px;
	margin-top: -35px;
	z-index: 3;
	margin-left: -1px;
	position: absolute;
}

#tabik {
	width: 282px;
	height: 35px;
	margin-top: -35px;
	z-index: 3;
	margin-left: -1px;
	position: absolute;
}

#tabcontact {
	width: 282px;
	height: 35px;
	margin-top: -35px;
	z-index: 3;
	margin-left: -1px;
	position: absolute;
}

#buttons {
	width: 147px;
	height: 238px;
	z-index: 3;
	margin-left: 732px;
	margin-top: 348px;
	display: block;
	position: absolute;
}

#buttonprojects {
	width: 94px;
	height: 191px;
	z-index: 3;
	margin-left: 790px;
	margin-top: 355px;
	display: block;
	position: absolute;
}

#buttonback {
	margin: 0 0 0 0;
	display: block;
	width: 60px;
	height: 45px;
	z-index: 4;
	top: 74px;
	right: 26px;
	background-image: url(../images/pijl.png);
	position: absolute;
}

#buttonback a {   
	display: block;   
	background:  url(../images/pijl.gif);  
	width: 60px;   
	height: 45px;   
}

#buttonback a:hover {   
    background:  url(../images/pijl-over.gif);
}

#buttonmoi {
	margin: 0 0 0 0;
	display: block;
	width: 58px;
	height: 37px;
	z-index: 4;
	top: 51px;
	right: 40px;
	position: absolute;
	background-image: url(../images/moi.gif);
}

#buttonmoi a {   
	display: block;   
	background:  url(../images/moi.gif);  
	width: 58px;   
	height: 37px;   
}

#buttonmoi a:hover {   
    background:  url(../images/moi-over.gif);
}

#buttonwerk {
	width: 75px;
	height: 40px;
	top: 123px;
	right: 61px;
	position: absolute;
	z-index: 4;
}

#buttonwerk a {   
	display: block;   
	background:  url(../images/werk.gif);  
	width: 75px;   
	height: 40px;   
}

#buttonwerk a:hover {   
    background:  url(../images/werk-over.gif);
}

#buttoncontact {
	width: 46px;
	height: 47px;
	top: 168px;
	right: 27px;
	position: absolute;
	z-index: 5;
}

#buttoncontact a {   
	display: block;   
	background:  url(../images/mailme.gif);  
	width: 46px;   
	height: 47px;   
}

#buttoncontact a:hover {   
    background:  url(../images/mailme-over.gif);
}

#pijlhome {
	width: 93px;
	height: 126px;
	z-index: 5;
	left: -60px;
	position: absolute;
	bottom: -35px;
}

#pijlhome a {
	display: block;   
	width: 93px;
	height: 126px;
}

#pijlhome a:hover{  

}

#copyright {
	width: 200px;
	height: 10px;
	z-index: 6;
	left: 0px;
	position: absolute;
	bottom: -14px;
	font-size: 10px;
	font-weight: bold;
	color: #959387;
}

#swot {
	width: 825px;
	height: 613px;
	position: absolute;
	margin: 0 auto;
}

* 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 = "images/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)

    );

}

h1 {font: bold 14px "Lucida Grande", Arial, Tahoma;
	
}
