function Fensterweite()
{
 if (window.innerWidth) return window.innerWidth;
 else if (document.body && document.body.offsetWidth) return document.body.offsetWidth;
 else return 0;
}

function neuAufbau()
{
 if (Weite != Fensterweite())
 window.history.go(0);
}

if(!window.Weite && window.innerWidth)
{
   window.onresize = neuAufbau;
   Weite = Fensterweite();
 }
/*Überwachung von IE initialisieren*/
if(!window.Weite && document.body && document.body.offsetWidth)
{
window.onresize = neuAufbau;
Weite = Fensterweite();
}
if (Weite>900){
if (navigator.appName == "Microsoft Internet Explorer")
  document.writeln ("<style type='text/css'>div.info {border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#AA9F8D; border-left-width:1px; border-left-style:solid; border-left-color:#AA9F8D; border-collapse: collapse;Position:relative;top:0px;left:0px;width:38%;float:right;margin-left:10px;margin-top:16px;padding-bottom:12px;padding-left:16px}</style>")
else
  document.writeln ("<style type='text/css'>div.info {border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#AA9F8D; border-left-width:1px; border-left-style:solid; border-left-color:#AA9F8D; border-collapse: collapse;Position:relative;top:0px;left:0px;width:38%;float:right;margin-left:10px;margin-top:-4px;padding-bottom:6px;padding-left:13px}</style>")
}
