/* ==========================================================================================
   Color
   
   Brauntöne

   #FFF5EE Hintegrund (sehr hell
   #F5DEB3 hellbraun: 
   #B8860B braun
   #8B4513 dunkelbraun


  Graustufen

  #EEEEEE Hellgrau
  #BBBBBB
  #888888


  Buttons
  #00BFFF deepskyblue für radio-style on on
  #ADFF2F greenyellow für checkbox-style on
  #EEEEEE für off (both style)
  
   ================================================================================ */



#top-background {
    position: absolute; width: 100%; z-index: -1; 
}


#top-logo {
    position: absolute; top: 0.5em; right: 0.5em;
}

#top-title  {
    color: black; text-align: center;
    font-weight: bold; font-size: 45px;
    margin: 0px; padding: 0px 0 0 0; 
    Qborder: solid 1px red;
}


.nyc { background-color: #FF00FF;}


div.width-100p { width: 100%; }
div.width-L { max-width: 45em; margin: auto; padding: 1em 2em; }

a.navlink { text-decoration: none; color: #0031AD; font-weight: bold; }
a.extlink { text-decoration: none; color: #933D50; font-weight: bold; }



div.anchor-title-h1 { border-top: none; }
div.anchor-title-h2 { border-top: solid 6px #B8860B; margin-top: 2em; }
div.anchor-title-h3 { border-top: solid 3px #F5DEB3; margin-top: 1em; }
div.anchor-title-h4 { border-top: solid 1px #FFF5EE; margin-top: 0.5em; }
