body {
	margin-left: 0px;
	margin-top: 0px;
}

.mainText {
	font-family: tahoma;
	font-size: 12px;
	color: #3F3F3F;
}

.news {
	font-family: tahoma;
	font-size: 8pt;
	color: #004080;
}

.basic {
	font-family: tahoma;
	font-size: 8pt;
	color: #004080;
	font-weight: normal;
}

.mainTextBold {
	font-family: tahoma;
	font-size: 12px;
	color: #3F3F3F;
	font-weight: bold;
}

.title {
	font-family: tahoma;
	font-size: 10pt;
	color: #EA5E00;
	font-weight: bold;
}

a:link {
	font-family: tahoma;
	font-size: 9pt;
	color: #004080;
	text-decoration: none;
}

.inbrief {
	font-family: tahoma;
	font-size: 8pt;
	color: #000000;
}
a:hover {
	font-family: tahoma;
	font-size: 9pt;
	color: #EA5E00;
	text-decoration: none;
}
a:visited {
	font-family: tahoma;
	font-size: 8pt;
	color: #004080;
	text-decoration: none;
}
a:visited:hover {
	font-family: tahoma;
	font-size: 9pt;
	color: #EA5E00;
	text-decoration: none;
}

a:active {
	font-family: tahoma;
	font-size: 9pt;
	color: #004080;
	text-decoration: none;
}

div.background
  {
  width:1000px;
  height:250px;
  border:0px solid black;
  float: left;
  }
div.transbox
  {
  float: left;
  width:1000px;
  margin:0px 0px;
  background-color:#efefef;
  border:0px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }
div.transbox p
  {
  float: left;
  margin:0px 0px;
  font-family: tahoma;
  font-size: 9pt;
  font-weight: normal;
  color:#000000;
  }
  
  div.background_neg
  {
  width:1000px;
  height:250px;
  border:0px solid black;
  float: left;
  }
div.transbox_neg
  {
  float: left;
  width:1000px;
  margin:0px 0px;
  background-color:#efefef;
  border:0px solid black;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  }
div.transbox_neg p
  {
  color:#FFFFFF;
  float: left;
  margin:0px 0px;
  font-family: tahoma;
  font-size: 9pt;
  font-weight: normal;
    color:#000000;

  }