/*
 * 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: #000;
  text-align: center;
}

/* links */
a, a:visited {
  color: #FEA049;
  font-weight: bold;
  text-decoration: none;
}
.font_nl a {
    font-weight: normal;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}

.font_nl,
#subnavigation {
	font-family: 'Arial';
	line-height: 1.3em;
}	

.font_nl .cufon {
    padding-bottom: 5px;
}

.safari .font_nl {
	padding-bottom: 8px;
}


/* headlines */
h1 {

}

/*  */

h2 {
    font-size: 2.0em;
    font-weight: normal;
	margin-bottom: 0.3em;
}

#page_body_right h2 {
    font-size: 1.6em;
    font-weight: normal;
	margin-bottom: 0.3em;
}

h2 a{
    font-weight: normal !important;
}

h3{

}

h4,h5,h6{

}
.color2 {
    color: #FCB369 !important;
}

.clear{
  clear: both;
}

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

.invisible{
  display: none;
}

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


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


.msie6 img.pngfix,
.msie6 .pngfix img {
    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
    );
}