@charset "UTF-8";
@media all
{


  textarea, pre, tt, code {
	font-family:"Courier New", Courier, monospace;  	
	font-size: 100.00%; 

  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: Arial, 'Trebuchet MS', Verdana, Helvetica, sans-serif;
  }


  a { color: #003987; text-decoration:none; }
  a:focus,
  a:hover,
  a:active {
	text-decoration:underline;
}
  


  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #000 solid;
  }
}
