/* ############################################# */
/* ######     GLOBAL TAGDEFINITIONS       ###### */
/* ############################################# */
*{
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 1em;
}

body {
  font-size: 100.1%;
  font-family: Arial, sans-serif;
  color: #000;
  text-align: center;
  background: #ccc url(/static/img/dgfm10/bg.jpg);
}

/* links */
a, a:visited {
  color: #1278a0;
  font-weight: bold;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
}

/* headlines */
h1 {
  font-size: 1.8em;
  font-family: Georgia, serif;
  font-weight: normal;
}

#page_body_cols_container h2 {
  font-size: 1.8em;
  font-family: Georgia, serif;
  font-weight: normal;
  color: #6f6f6f;
  margin-bottom: 15px;
}

#page_body_cols_container h2:before {
  content: ":: ";
}

h3{
  margin-top: 13px;
  margin-bottom: 13px;
}

.clear{
  clear: both;
}

.noheight{
  height: 0px;
  line-height: 0px;
  font-size: 0;
  display: block;
}

.invisible{
  display: none;
}

.offscreen{
  position: absolute;
  left: -5000px;
}