/* ############################################# */
/* ######     GLOBAL TAGDEFINITIONS       ###### */
/* ############################################# */


*{
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 1em;
  color: #555;
  font-family: Arial, sans-serif;
}

body {
  font-size: 100.1%;
  font-family: Arial, sans-serif;
  color: #555;
  background: #d9e1e3 url(/static/img/ver33/background.jpg) center top no-repeat;
  text-align: center;
}

.richtext p {
  margin-bottom: 10px;
}

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

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

/* headlines */
h1 {
  display: none
}

h2 {
  font-size: 1.5em;
  font-family: Arial Black, Arial, sans-serif;
  font-weight: 800; /* IE */
  margin-bottom: 20px;
  color: #d1031c;
}

h3{
  margin: 20px;
  font-size: 1.4em;
  font-family: Arial Bold, Arial, sans-serif;
  color: #d1031c;
}

.info_layer h3 {
  background: url(/static/img/ver33/info.gif) left center no-repeat;
  padding: 0 0 0 22px;
  margin: 0 0 15px -3px;
  font-size: 1.1em;
  font-family: Arial, sans-serif;
  line-height: 16px;
  color: #555;
}

.clear{
  clear: both;
}

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

.offscreen,
.hidden {
  position: absolute;
  left: -9000px;
}