///////////////CSS-Browserweiche//////////////

if (navigator.appName.indexOf("Netscape")>-1)
{
document.write('<link rel="Stylesheet" href="http://www.ochman.de/ochman_FF.css"  type="text/css">')
}
if (navigator.appName.indexOf("Explorer") >-1)
{
document.write('<link rel="Stylesheet" href="http://www.ochman.de/ochman_IE.css"  type="text/css">')
}
else
{
document.write('<link rel="Stylesheet" href="http://www.ochman.de/ochman_FF.css"  type="text/css">')}

