/*
 * stylesheet for evz12
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created:      20080430 bms
 * lastmodified: 20090305 mdt
 */

*{
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 1em;
}

body {
  font-size: 100.1%;
  font-family: Arial, sans-serif;
  color: #4C5A5B;
  text-align: center;
  background: #E8E8E8 url(/static/img/evz12/bg_page_body.gif) repeat-x top;
  
}

/* links */
a, a:visited {
  color: #4C5A5B;
  font-weight: normal;
  text-decoration: none;
}

.richtext a {
  text-decoration: underline;
}

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

/* headlines */

h1,
h2 {
    font-size:1.8em;
    text-transform: uppercase;
    margin-bottom: 0.4em;
}

.clear{
  clear: both;
}

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

.img_container .noheight{
display:none;
}

.img_container .clear{
display:none;
}

.invisible{
  display: none;
}

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


.glossary_entry{
  cursor: help;
  border-bottom: 1px dotted #000;
  text-decoration: none;
}

/* PNG-FIX */
.msie6 .pngfix {
    azimuth: expression(
    this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
    this.src = "/static/img/transpix.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
    this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
    );
}
