<!--
td {
font-family:Times New Roman;
font-size:18px;
font-weight:normal;
color: #000000;
}
a {
font-family:Times New Roman;
font-size:18px;
font-weight:normal;
text-decoration:none;
color: #0000FF;
}
h1 {
font-family:Lucida Calligraphy;
font-size:25px;
font-weight:normal;
text-decoration:underline;
color: #000000;
}
h2 {
font-family:Lucida Calligraphy;
font-size:20px;
font-weight:normal;
text-decoration:none;
color: #000000;
}
A.menulink {

display: block;

width: 150px;

text-align: left;

text-decoration: none;

font-family:;

font-size:19px;

color: #000000;

border: 0px solid #FFFFFF;

}



A.menulink:hover {

border: solid 0px #ffffff;

background-color:#f9f9e5;

}

font-size:20px;


-->

.table {
	BORDER-RIGHT: #5d7575 0.01pt solid; BORDER-TOP: black 0px solid; FONT-SIZE: 11px; BORDER-LEFT: black 0px solid; COLOR: #000000; BORDER-BOTTOM: #008131 0.01pt solid; 
}
if (document.images) {

  var openNewWin=false;

  var onLoadBeforeImage=null;
  var winName='neuwin';
  var ct=0;

  if (window.onload)
    onLoadBeforeImage=window.onload;

  window.onload=BildOeffnenInit;

}

function BildOeffnenInit()
{
  if (onLoadBeforeImage)
    onLoadBeforeImage();

  for (var i=0; i < document.links.length; i++) {

    var HREF = document.links[i].href.toLowerCase().split('.');
    if (HREF[HREF.length-1] == 'jpg' || HREF[HREF.length-1] == 'gif' || HREF[HREF.length-1] == 'png')
      document.links[i].onclick = OeffneBild;

  }
}

function OeffneBild()
{
  var BildName = this.href.split('.');
  var BildGroesse = BildName[BildName.length-2].split('x');

  var ModX=0, ModY=0, Dat=this.href.split('/'); Dat=Dat[Dat.length-1];
  if (!document.layers && !document.all) { ModX=20;ModY=30; }
  var breite=parseInt(BildGroesse[0])+ModX;
  var hoehe=parseInt(BildGroesse[1])+ModY;
  var Param = 'width='+breite+',height='+hoehe+',directories=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0';
  if (document.layers)
    Param += ',screenX='+(screen.width/2-breite/2)+',screenY='+(screen.height/2-hoehe/2);
  else if (document.all)
    Param += ',left='+(screen.width/2-breite/2)+',top='+(screen.height/2-hoehe/2);

  if(!openNewWin)
    if (window[winName] && !window[winName].closed)
      window[winName].close();

  winName='neuwin'+(ct++);
  window[winName] = window.open('', winName, Param);

  with (window[winName].document) {
    open();
    write('<html>\n<head>\n<title>'+this.href+'</title>\n</head>\n');
    write('<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>\n');
    write('  <a href="javascript:self.close()"><img src="'+this.href+'" width='+BildGroesse[0]+' height='+BildGroesse[1]+' border=0 alt="Bild &quot;'+Dat+'&quot; ['+BildGroesse[0]+'x'+BildGroesse[1]+']"></a>\n');
    write('</body>\n</html>\n');
    close();
  }

  return false;
}




