	
	function Go(loc) 
	{ top.redline.location=loc;
	}
	// 

	
var app;
app = navigator.appName;
var os
os = navigator.userAgent;


// INTERNET EXPLORER CSS BELOW
	if ( app.indexOf("Microsoft Internet Explorer") != -1){
		document.write("<style TYPE='text/css'>	")
		// TEXT
		document.write("BODY {font-family: Verdana; font-size: 10px; color: black; }")
		document.write("TD {font-family: Verdana; font-size: 10px; color: black;}")
		
		document.write(".rubrik {font-family: Verdana; font-size: 14px; color: black; font-weight: bold;}")
		document.write(".header {font-family: Verdana; font-size: 11px; color: #b8b8b8; font-weight: bold;}")
		document.write(".b_text {font-family: Verdana; font-size: 10px; color: black; line-height: 13px;}")
		document.write(".bild_text {font-family: Verdana; font-size: 9px; color: black; line-height: 13px; text-decoration: italic;}")
								
		document.write(".bg_grey {background-color: #81c0fe;}")
		// LINKS
		document.write("A {font-family: Verdana; font-size: 11px; color: black; text-decoration: none;}")
		document.write(".A_w {font-family: Verdana; font-size: 11px; color: white; text-decoration: none;}")
		// HOVERS
		document.write("A:hover {text-decoration: underline;}")
		document.write("A:hover.headmedium {font-family: Verdana; font-size: 11px; color: black; text-decoration: underline;}")
		document.write("</style>")
	}

// NETSCAPE CSS BELOW 	
if ( app.indexOf("Netscape") != -1){ 
	if ( os.indexOf("Win") != -1){
		// Netscape PC Windows
		
		document.writeln("<style TYPE='text/css'>	")
		// TEXT

		document.writeln("BODY {font-family: Verdana; font-size: 10px; color: black; }")
		document.writeln("TD {font-family: Verdana; font-size: 10px; color: black;}")
		
		document.writeln(".rubrik {font-family: Verdana; font-size: 14px; color: black; font-weight: bold;}")
		document.writeln(".header {font-family: Verdana; font-size: 11px; color: #b8b8b8; font-weight: bold;}")
		document.writeln(".b_text {font-family: Verdana; font-size: 10px; color: black; line-height: 13px;}")
		document.writeln(".bild_text {font-family: Verdana; font-size: 9px; color: black; line-height: 13px; text-decoration: italic;}")
		
		document.writeln(".bg_grey {background-color: #81c0fe;}")
		// LINKS
		document.writeln("A {font-family: Verdana; font-size: 11px; color: black; text-decoration: none;}")
		document.writeln(".A_w {font-family: Verdana; font-size: 11px; color: white; text-decoration: none;}")
		// HOVERS
		document.writeln("A:hover {text-decoration: underline;}")
		document.writeln("A:hover.headmedium {font-family: Verdana; font-size: 11px; color: black; text-decoration: underline;}")
		document.writeln("</style>")
		}
}
