@media all
{

  /* Header */
  #Header 
  { background-image      : url("/_layouts/instance1/images/gradient.jpg"); }
  #QuickLinks ul li a
  { 
    color                 : #d4021e; 
    background-image      : url('/_layouts/instance1/images/freccia_header.gif');
  }
  #Logo
  { background            : url("/_layouts/instance1/images/logo.gif") no-repeat; }

  /* 1. Navigationsebene */
  #PrimaryNavigation 
  { background-color      : #d4021e; }
  
  /* 2. Navigationsebene */
  #SecondaryNavigation > ul > li > a
  { background      : url('/_layouts/instance1/images/bracket_grey2.gif') no-repeat 3px 2px; }
  #SecondaryNavigation ul li a
  { color                 : #606060; }
  #SecondaryNavigation ul li#selected ul li a
  { color                 : #606060; }

  td, th { width : auto !important; }
  h1 { color : #606060; }
  a { color : #606060; }
  a.more { background:url('/_layouts/instance1/images/bracket_grey2.gif') no-repeat 0px -2px; }
  a.link { background:url('/_layouts/instance1/images/bracket_grey2.gif') no-repeat 8px -1px; }  
  .Article { position:relative; }
  .Sitemap ul li { color : #606060; }
  .Sitemap ul li a { color : #606060; }

}

