<script LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
if (document.layers)
{
 window.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP)
 window.onmousedown=rightclick;
 window.onmouseup=rightclick;
 
 function rightclick(e)
 {
  if (e.which == 3)
  {
   // Put right mouse code here
   alert('Kopierschutz');
   return false; 
  }
  else
  {
  return true; 
  }
 }
}
 
if (document.all)
{
 function click()
 {
  if (event.button==2)
  {
   alert('Kopierschutz')
  }
  if (event.button==3)
  {
   alert('Kopierschutz')
  }
}
document.onmousedown=click
}
// -->
</script>
}
.bold {
	font: bold normal 12px Verdana, Arial, Helvetica, sans-serif;
	font: bold;
	color: #330000;

}
A.baltas_link {
	font-family : Verdana;
	font-size : 12px;
	font-style : normal;
	color: #FFFFFF;
		text-decoration : none;

}
.pilkas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330000;
	font-size: 12px;



