@charset "UTF-8";
@media all
{
  /**
   * Fonts
   * (en) font-family and font-size selection for headings and standard text elements
   * (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
   *
   * @section content-fonts
   */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * {font-size:100.01%}

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:83%;
    color:#444; 
  }

p {
	line-height: 16px;
	margin: 0 0 5px 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a {
	color: #333;
}

a:hover {
	color: #000;
}






#contentAdditional h6 {
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 5px;
}

#contentAdditional h6 img {
}


#contentMain .tx-indexedsearch-res {
    margin-bottom: 15px;
}

#contentMain #tipAFriend .header {
    height: 15px;
    padding: 4px 0;
}

#contentMain #tipAFriend .spacer {
    height: 15px;
}

.tx-dropdownsitemap-pi1 a,
.tx-dropdownsitemap-pi1 a:link,
.tx-dropdownsitemap-pi1 a:visited,
.tx-dropdownsitemap-pi1 a:active {
	color: #333;
}

.tx-dropdownsitemap-pi1 a:hover {
	color: #000;
}
}
