*:focus { 
  outline: none;
}

a {
	color: #535353;
	text-decoration: none;
}

@font-face {
  font-family: NettoWebPro;
  src: url("../font/NettoWebPro.eot");
}

@font-face {
  font-family: NettoWebPro;
  src: url("../font/NettoWebPro.woff") format("woff");
}

@font-face {
  font-family: NettoWebPro-Bold;
  src: url("../font/NettoWebPro-Bold.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: NettoWebPro-Bold;
  src: url("../font/NettoWebPro-Bold.woff") format("woff");
}


.alteration-up {
  color: #0c0;
}

.alteration-equal {
  color: #aaa;
}

.alteration-down {
  color: #c00;
}

#wrapper {
  width: 100%; 
  font: 12px/15px Arial;
  color: #535353;
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
  /*width: 162px;*/
}

#top{
  display: none;
}


#chartheader ul {
    border-bottom: 1px solid #DCDCDC;
    height: 33px;
    margin: 0 0 10px;
}
#chartheader ul li {
    display: inline-block;
    float: left;
    margin: 0;
    white-space: nowrap;
    width: 25%;
}
#chartheader ul li:first-child {
    margin-left: 0;
}
#chartheader ul li:last-child {
    margin-right: 0;
}
#chartheader ul li a {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DCDCDC;
    color: #002D64;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    margin: 0 1px 0 0;
    padding: 3px 0;
    text-align: center;
    font-family: NettoWebPro, sans-serif;
    text-rendering: optimizeLegibility;
    transition: all 0.4s ease 0s;
}
#chartheader ul li a:hover {
    background: none repeat scroll 0 0 #002D64;
    border: 1px solid #002D64;
    color: #FFFFFF;
}
#chartheader ul li a.active {
    background: none repeat scroll 0 0 #002D64;
    border: 1px solid #002D64;
    color: #FFFFFF;
}









#chart{
  background: url(images/bertelsmann-logo-teaser.jpg) center 45% no-repeat;
}


.top-company-info {
  color: #003781;
  display: block;
  font-size: 11px;
  font-weight: normal;
  margin: 0 0 6px 6px;
}

.top-share-info {
  margin: 0 0 6px 6px;
  color: #4D4D4D;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 10px;
}