/* Seite / Tabelle --------------------------------------------------------------- */
body {
}
body, td {
  font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
  font-size:14px;
  line-height:18px;
  color:#61543F;
}

/* Überschriften ----------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
  color:#257052;
}
h1 { font-size:24px; line-height:30px; }
h2 { font-size:22px; line-height:28px; }
h3 { font-size:20px; line-height:26px; }
h4 { font-size:18px; line-height:24px; }
h5 { font-size:16px; line-height:22px; }
h6 { font-size:14px; line-height:20px; }

/* "normale" Links --------------------------------------------------------------- */
a {
  color:#257052;
  text-decoration:underline;
}
a:hover {
  color:#257052;
  text-decoration:underline;
}

/* Inhalt ------------------------------------------------------------------------ */
.content {
  padding: 0px 0px 0px 10px;
  width: 715px;
}

/* Hauptmenü (oben) -------------------------------------------------------------- */
.menuTop {
  font-size:13px;
  padding:0px 0px 0px 10px;
  color:#257052;
}
a.menuTop {
  color:#257052;
  text-decoration:none;
  padding:0px;
}
a.menuTop:hover {
  color:#A05AA1;
  text-decoration:underline;
}

/* Copyright --------------------------------------------------------------------- */
.copyright {
  font-size:12px;
  line-height:14px;
  font-weight:bold;
  padding:0px 0px 40px 10px;
}
a.copyrightLink {
  padding:0px;
  color:#61543F;
  text-decoration:none;
}
a.copyrightLink:hover {
  color:#61543F;
  text-decoration:underline;
}
.copyrightPhone {
  font-size:13px;
  line-height:15px;
  font-weight:bold;
}

.trenner {
  width:25px;
}


