 /*
 * stylesheet for # DGB20 - Ich bin mehr Wert! #
 * global definitions
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created: 20080221 bms
 * lastmodified: 20080221 bms
 */

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


*{
  padding: 0;
  margin: 0;
  border: 0;
}


body {
  margin: 0;
  font-size: 100.1%;
  font-family: Tahoma, sans-serif;
  color: #333333;
  padding: 20px 0 20px 0;
}

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

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


/* headlines */
h1 {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 1.2em;
  font-weight: normal;
}


h2 {
  margin: 5px 0 10px 0;
  padding: 0;
  font-size: 1em;
}

h3{
  margin: 4px 0 6px 0;
  padding: 0;
  font-size: 1em;
}

h4,h5,h6{
  margin: 5px 0 10px 0;
  padding: 0;
  font-size: 1em;
}

ul{
  list-style-type: none;
}

.content_object_hr {
  display: none;
}

.right{
  text-align: right;
}

.left{
  text-align: left;
}

.clear{
  clear: both;
}

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

.bold{
  font-weight: bold
}

.normal{
  font-weight: normal;
}

.invisible{
  display: none;
}

.nobottom {
  font-size: 0;
}


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

