/* 
 * stylesheet for BLAU-Kommunikation
 * global definitions
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created: 20080107 bms
 * lastmodified: 20080107 bms
 */

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


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


body {
  margin: 0;
  padding: 20px 0 20px 0;
  font-size: 100.1%;
  font-family: Arial, sans-serif;
  /* center for ie 5.5 */
  text-align: center;
  background: #E2E0DF;
  color: #000;
}
    
/* links */
a, a:visited, a:active {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

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


/* headlines */
h1, h2, h3, h4, h5, h6 {
  padding: 18px 0 8px 0;
  margin: 0;
  font-size: 1em;
}


.content_object_hr {
  display: none;
}


.right{
  text-align: right;
}

.left{
  text-align: left;
}

.clear{
  clear: both;
}

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

.bold{
  font-weight: bold
}
    
.normal{
  font-weight: normal;
}
    
.invisible{
  display: none;
}

.nobottom {
  font-size: 0;
}


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

a.offscreen:focus,
a.offscreen:hover,
a.offscreen:active{
  position:absolute;
  left: 20px;
  top: 20px;
  background-color: #E2E0DF;
  color: #000;
}

