body {
    font-family: verdana, arial, helvetica, sans-serif;
}
img {
    border: 0;
}
td {
    vertical-align: top;
}
a {
    color: #000;
    text-decoration: none;
}
fieldset {
    border: 0;
}
h1 {
    font-size:110%;
    text-align:center;
}
h2, h3 {
    font-size:100%;
    font-weight:normal;
    text-decoration:underline;
}
.hideprint {
    display: none;
}
.jahre span {
	text-decoration:underline;
}
#footer, #left, #menu, #navigation, .teaser, #icons, #logo, .small a {
    display:none;
}
#footerprint {
    color: #666;
    font-size: 80%;
    margin-top: 3em;
}
#footerprint td {
    padding-right: 2em;
}
#footerprint p {
    margin: 0;
}
#contentbox .subnav {
    display: none;
}

/**
   * (en) Emphasizing external Hyperlinks via CSS
   * (de) Hervorhebung externer Hyperlinks mit CSS
   *
   * @section             content-external-links
   * @app-yaml-default    disabled
   */

  
  #bodytext a[href^="http://www.my-domain.com"],
  #bodytext a[href^="https://www.my-domain.com"]
  {
    padding-left: 12px;
    background-image: url('your_image.gif');
    background-repeat: no-repeat;
    background-position: 0 0.45em;
  }
  

