// Browserkoll
function Is () {   
	var koll	= navigator.userAgent.toLowerCase();
	
	this.ie		= (koll.indexOf("msie") != -1); 
    this.nav	= ((koll.indexOf("mozilla")!=-1) && ((koll.indexOf("spoofer")==-1) && (koll.indexOf("compatible") == -1)));
	this.mac	= (koll.indexOf("mac")!=-1);
}
var is = new Is();

// Alla
{
	var rub1 = "20"
	var text = "11";
	var pdflinktext = "9";
	var citat = "12";
	var mtext = "7";
	var ntext = "7.5";
}

// CSS
document.write("<STYLE>")

document.write("a:link { font-family:Times New Roman,Times,Serif; font-style:normal; font-size:" + text + "pt; font-weight:normal; color:3333cc; text-decoration:none; }")

document.write("a:visited { font-family:Times New Roman,Times,Serif; font-style:normal; font-size:" + text + "pt; font-weight:normal; color:#6D7DE5; text-decoration:none; }")

document.write("a:hover { font-family:Times New Roman,Times,Serif; font-style:normal; font-size:" + text + "pt; font-weight:normal; color:3333cc; text-decoration: underline; }")


document.write("a.navlink:link { font-family:Times New Roman,Times,Serif; font-style:normal; font-size:" + text + "pt; font-weight:normal; color:#005000; text-decoration:none; }")

document.write("a.navlink:visited { font-family:Times New Roman,Times,Serif; font-style:normal; font-size:" + text + "pt; font-weight:normal; color:#005000; text-decoration:none; }")

document.write("a.navlink:hover { font-family:Times New Roman,Times,Serif; font-style:normal; font-size:" + text + "pt; font-weight:normal; color:#005000; text-decoration: underline; }")


document.write("a.navlinkh:link { font-family:Times New Roman,Times,Serif; font-style:italic; font-size:" + rub1 + "pt; font-weight:500; color:#005000; text-decoration:none; }")

document.write("a.navlinkh:visited { font-family:Times New Roman,Times,Serif; font-style:italic; font-size:" + rub1 + "pt; font-weight:500; color:#005000; text-decoration:none; }")

document.write("a.navlinkh:hover { font-family:Times New Roman,Times,Serif; font-style:italic; font-size:" + rub1 + "pt; font-weight:500; color:#005000; text-decoration: underline; }")


document.write(".trubrik1 { font-family:Times New Roman,Times,Serif; font-style:normal; font-size:" + rub1 + "pt; font-weight:500; color:#400020; }")

document.write(".trubrik3 { font-family:Times New Roman,Times,Serif; font-style:normal; font-size:" + text + "pt; font-weight:bold; color:#400020; }")

document.write(".ttext1 { font-family:Times New Roman,Times,Serif; font-style:normal; font-size:" + text + "pt; font-weight:normal; color:#400020; }")


document.write(".tnavtxt1 { font-family:Times New Roman,Times,Serif; font-style:normal; font-size:" + text + "pt; font-weight:normal; color:#005000; }")



// innehållsförteckning
document.write(".inhrub { font-family:Times New Roman,Times,Serif; font-style:italic; font-size:" + text + "pt; font-weight:bolder; color:#400020; }")

document.write(".inhurub { font-family:Times New Roman,Times,Serif; font-style:italic; font-size:" + text + "pt; font-weight:normal; color:#400020; }")

document.write(".inhtext { font-family:Times New Roman,Times,Serif; font-style:normal; font-size:" + text + "pt; font-weight:normal; color:#400020; }")

document.write(".pdflink { font-family:Times New Roman,Times,Serif; font-style:normal; font-size:" + text + "pt; font-weight:normal; color:#400020; }")


document.write("a.pdflink:link { font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular,Sans-Serif; font-style:normal; font-size:" + pdflinktext + "pt; font-weight:bold; color:3333cc; text-decoration:none; }")

document.write("a.pdflink:visited { font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular,Sans-Serif; font-style:normal; font-size:" + pdflinktext + "pt; font-weight:bold; color:#6D7DE5; text-decoration:none; }")

document.write("a.pdflink:hover { font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular,Sans-Serif; font-style:normal; font-size:" + pdflinktext + "pt; font-weight:bold; color:3333cc; text-decoration: underline; }")




document.write(".arubrik { font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular,Sans-Serif; font-size:" + text + "pt; font-weight:bold; color:#FF9933; }")
	
document.write(".atext { font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular,Sans-Serif; font-size:" + text + "pt; }")
	
document.write(".aminitext { font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular,Sans-Serif; font-size:" + mtext + "pt; }")

document.write(".anotistext { font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular,Sans-Serif; font-size:" + ntext + "pt; }")
	
document.write(".acitat { font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular,Sans-Serif; font-size:" + citat + "pt; font-weight:bold; color:#FF821E; }")
	
document.write("h1 { font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular,Sans-Serif; font-size:" + citat + "pt; color:#FF821E; }")

document.write("</STYLE>")