/*only for Startpage*/

#content div.contentblue {
  background-color: #dfe3e7;
  padding: 2px;
  font-size : 12px;
  text-align: left;
  color: #000000;
  margin: 0px;
  margin-bottom: 4px;
}
#content div.contentblue p {
  margin: 0px;
  padding: 2px 0px 10px 0px;
}
#content div.contentblue a.extext {
  color: #000000;
  text-decoration: none;
}
#content div.contentblue a.extext:hover {
  color: #004880;
  text-decoration: underline;
}
#content div.contentblue a.intext {
  color: #000000;
  text-decoration: underline;
}
#content div.contentblue a.intext:hover {
  color: #004880;
  text-decoration: underline;
}
