<!--
if ((isMac) && (NS4)){
	schemasize=11;
	schemaklsize=9;
	lineh="";
}
else if (NS4){
	schemasize=11;
	schemaklsize=9;
	lineh="";
}
else if (NS6){
	schemasize=11;
	schemaklsize=9;
	lineh="";
}
else{
	schemasize=11;
	schemaklsize=9; //10 is mooier, maar past niet altijd 
// (beter is om tekst als gif te maken met schemtxt.psd)
	lineh=120;
}

var t='';
t+='<style type="text/css">'
t+='\n P.schema {'
t+='\n font-family :Verdana, Arial, Helvetica, sans-serif;'
t+='\n color: #000000;'
t+='\n line-height : '+lineh+'%;'
t+='\n text-decoration: none;'
t+='\n padding-left: 57px ;' 
t+='\n padding-right: 57px ;'
t+='\n padding-top: 87px ;'
t+='\n padding-bottom: 87px ;'
t+='\n font-size : '+schemasize+'px;'
t+='\n height:164px;'
t+='\n }'
t+='\n P.schemakl {'
t+='\n font-family :Verdana, Arial, Helvetica, sans-serif;'
t+='\n color: #000000;'
t+='\n text-decoration: none;'
t+='\n selectable: none;'
t+='\n line-height : '+lineh+'%;'
t+='\n font-size : '+schemaklsize+'px'
t+='\n }'
t+='\n DIV.outer {'
t+='\n position:absolute;'
t+='\n width:656px;'
t+='\n height:464px;'
t+='\n left: 0px;'
t+='\n top: 30px'
t+='\n background-color:#554D3E;' 
t+='\n }'
t+='</STYLE>'

document.write (t);

//alert('doet ie t');
//-->

