
  /* the next two lines are from http://orderedlist.com/articles/thining-text-in-safari-under-snow-leopard */
  /* this seems to slow down page rendering a lot, which hurst the animations */
  /*
  body { -webkit-text-stroke:1px transparent; }
  @media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}
  */

  a:link { color:#dddddd; text-decoration:none; }
  a:visited { color:#dddddd; text-decoration:none; }
  a:focus { color:#dddddd; text-decoration:none; outline-style:none; }
  a:hover { color:#d9731a; text-decoration:none; }
  a:active { color:#d9731a; text-decoration:underline; }

  h1:focus { background-color:red; }
  h1:hover { background-color:silver; }
  h1:active { background-color:green; }

  body { background-color:#1f1f1f; padding:0px; margin:0px; font-family:Verdana, Arial, sans-serif; font-size:11px; color:#a0a0a0; }

  img { border:0px; }

  div.main_menu { background-color:#282828; width:266px; height:27px; }
  div.main_menu:hover { background-color:#383838; }
  
  #navigationProfile  { position:relative; top:0px; left:0px; width:266px; height:27px; }
  #navigationProjects { position:relative; top:0px; left:0px; width:266px; height:27px; }
  #navigationContact  { position:relative; top:0px; left:0px; width:266px; height:27px; }
  
  div.directions { background-image: url(anfahrt_night.png); }
  
  p { line-height:1.75em; }

  h4 { /*font-weight:normal;*/ font-size:1.0em; }
  
  small { font-weight: normal; }
  
  li { line-height:1.75em; }

  div.projectRasterImg { position:relative; width:240px; margin-left:13px; margin-right:14px; float:left; margin-top:40px; }
  
  .highlight img { opacity:0.6; filter:alpha(opacity=60); }
  .highlight:hover img { opacity:1.0; filter:alpha(opacity=100); }
  