ie4=(document.all)?true:false;
if (navigator.userAgent.indexOf('Gecko')>-1) {ie4=true;}
if (ie4) { document.write('<style type=\"text/css\">\n<!--\n#duenn {border-width:1px;}\n-->\n</style>');
document.write('<style type=\"text/css\">\n<!--\n#navi {padding:6px;}\n.karte {border-style:solid;border-width:1px;border-color:#9EB465;padding:3px;}\n.karteueber {border-style:solid;border-width:1px;border-color:#9EB465;padding:1px;background-color:#C7D3A5;}\n-->\n');
if (document.URL.indexOf("top.html")>-1) {document.write('body {background-image:url(../img/bg_navi.gif);background-repeat:no-repeat;background-attachment:fixed;margin-top:30px;}\n');}
else if (document.URL.indexOf("logo.html")>-1) {document.write('body {background-image:url(../img/bg_links.gif);background-repeat:repeat-y;background-attachment:fixed;}\n');}
else if (document.URL.indexOf("rand_oben.html")>-1) {document.write('body {background-image:url(../img/bg_oben.gif);background-repeat:no-repeat;background-attachment:fixed;margin-top:0px;margin-left:0px;}\n');}
else if (document.URL.indexOf("leer.html")==-1) {document.write('body {background-image:url(../img/bg_rechts.gif);background-repeat:repeat-y;background-attachment:fixed;margin:0px;}\n');}
document.write('</style>');
} 

function popup() {
if (top.waehler==true) { top.waehler.close(); }
top.waehler=window.open('../colorpicker.html','waehler',"width=580,height=300,locationbar=no,menubar=no,status=no");
top.waehler.opener=this;
top.waehler.focus();
}

function jump(){
 if (document.location.href==parent.location.href) {
 check = confirm ('Dieses Dokument ist eine Unterseite. \nKlicken Sie OK um es im ursprünglichen Kontext zu sehen.');
  if (check == true){
  datei = document.location.href;
  window.open('../index.html');
 }

 }
  }