/*
# xtra_overrides.css - must be the last css of all css
# Joomla/htdocs/.../templates/beez3/css
# CSS Tests von GRAUWERT@IM.KaaLUG.de
*/

/* layout.css - overrides - */

  body {
          font-family: 'Open Sans', 'Open Sans Light', Helvetica, Arial, sans-serif;
          font-size: 16px;
  }

h1, h2, h3 {
        font-color: #999999 !important;
        font-weight: bold;
}

h1 {
        font-size: 3.6em;
}

h2 {
        font-size: 2.8em;
}

h3 {
        font-size: 2.0em;
}

h4 {
        font-size: 1.575em;
}

h5 {
        font-size: 1.325em;
}

h6 {
        font-size: 1.175em;
}


/* personal.css - overrides - */

a:link,a:visited {
/* color: #095197;        # old */
        color: #336699;
}

a:hover,a:active,a:focus {
/* background: #095197;   # old */
        background: #99CCFF;
        color: #336699;
}


/* other - overrides - */

/* footer - overrides - */
#footer a {
  text-decoration: none;
}
.custom {
  padding-top: 20px;
}