/* CSS Document */


/* Formatierungen der Preise */

h1.h1preise
{
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0px;
  color: #666666;
}
p.kleiner
{
  margin-top: 0px;
  margin-bottom: 10px;
  color: #666666;
}

td.bildrunter
{
  padding-top: 33px;
}

a.kontaktlink
{
  font-size: 11px;
  color: #666666;
  text-decoration: none;
}

a.kontaktlink:hover
{
  color: #999999;
}

