/*
 * stylesheet for #### Genug Gespart Kampagne ####
 * global
 * use for best viewing performance wwEdit CMS (www.wwedit.de)
 * (c) www.wegewerk.com
 * created: 20070705 bms/asz
 * lastmodified: 20070705 bms/asz
 */




.content_object_hr {
  display: none;
}



/* Klassen die oft benoeigt werden und einfach zusaetzlich
   eingebunden werden koennen */


.noheight{
  height: 0px !important;
  line-height: 0px !important;
  font-size: 0px !important;
  max-height: 0px !important;
  display:block;
}

.safari .noheight {
  visibility: hidden;
}

.safari .noheight+.noheight {
  display: none;
}

a.white,
h2.white,
h2 .white{
  color: #fff !important;
}

a.gray,
h2.gray{
  color: #46463e !important;
}

a.black,
h2.black,
h2 .black{
  color: #221e1f !important;
}


a.white:hover,
a.gray:hover,
a.black:hover{
  color: #D42121 !important;
}


/*
 * positioniert das Element ausserhalb des Bildschirms
 * wird fÃ¼r Links verwendet, die nicht sichtbar sein sollen,
 * die aber das Navigieren mit einem Screenreader erleichtern
 * sollen (Direktzugriff auf Hauptnavigation und Content)
 */

.offscreen{
  position: absolute;
  left: -2000px;

}

a.offscreen:focus,
a.offscreen:hover,
a.offscreen:active{
  left: 1.4em;
  top: 3.4em;
  z-index: 20;
  background-color: #fff;
  padding: 0.5em;
  font-size: .83em;
  text-align: center;
  display:block;
}

div.anchor{
  position: relative;
  top: -20px;
}