/*
 * stylesheet for abc.de
 * global definitions
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created:      20080430 bms
 * lastmodified: 20080430 bms
 */
/* ############################################# */
/* ######     GLOBAL TAGDEFINITIONS       ###### */
/* ############################################# */
* {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 1em; }

body {
  font-size: 100.1%;
  font-family: Arial, sans-serif;
  color: #595959;
  text-align: center;
  background: #ededed; }

/* links */
a, a:visited {
  color: #595959;
  text-decoration: none; }

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

a.anchored,
a.anchored:visited,
a.anchored:hover,
a.anchored:focus,
a.anchored:active {
  color: inherit;
  text-decoration: none !important; }

h1 {
  font-size: 1.4em;
  line-height: 1.2em; }

h2 {
  font-weight: normal;
  font-size: 1.3em;
  margin-bottom: 25px;
  line-height: 1.2em; }

h3 {
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: normal;
  margin-bottom: 20px; }

h4 {
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #cccccc;
  margin: 20px 0; }

.clear {
  clear: both; }

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

.invisible {
  display: none; }

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

.nothasJs .ifJs {
display: none;
}
