html {
  padding: 0;
}
body {
  border-style: none;
  margin: 0;
  padding: 0;
  font-family: Verdana;
  color: #000000;
}
div {
  padding: 0px;
}
table {
  border-style: none;
  padding: 2px;
}
/*
td {
  border-style: none;
  padding: 20px;
}

#divNavigation {
  padding: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 220px;
}
*/
html > body #divNavigation {
/*  position: fixed; */
  border-style: none;
  padding: 0px 2px 2px;
  font-size: 14px;
  background-image: url(nav.png);
}
#fraNavigation {
  border-style: none;
  overflow: hidden;
  height: 1280px;
  width: 207px;
}
#divContent {
  border-style: none;
  padding: 4px;
  margin-left: 2px;
}
div.navi {
  border-style: none;
  padding: 0px 2px 2px;
  font-size: 14px;
  background-image: url(nav.png);
}
div.logo {
  padding-bottom: 10px;
  background-image: url(logo.gif);
  background-repeat: no-repeat;
  height: 111px;
  width: 185px;
}
div.navi img {
	max-width: 203px;
}
div.MutMacher img {
	max-width: 203px;
}
div.MutMacher td {
	padding: 20px;
}
a.navi {
  border-style: none none solid;
  border-color: #99ff99 #999999 #999999 #99ff99;
  border-width: 1px 1px 2px 5px;
  padding: 4px 4px 4px 18px;
  display: block;
  text-decoration: none;
}
a:link {
  color: #37649f;
}
a:visited {
  color: #349f35;
}
a:focus {
  color: #ff0000;
}
a:active {
  color: #ff0000;
}
a.navi:active {
  padding-left: 34px;
}
a.navi:hover {
  background-color: white;
  font-weight: bold;
  margin-left: 3px;
}
body.Aktuelles {
  background: white url(logo-bg.gif) repeat fixed center;
}
body.Kalender {
  background-color: #ffffff;
}
div.aktuell {
  padding-left: 20px;
  background-color: #f9fbfc;
}
div.veranstaltungen {
  background-color: white;
}
li.datum {
  font-size: 18px;
}
div.veran {
  padding-top: 10px;
  background-color: white;
}
div.veran td {
  border-right-color: #d0d0d0;
  border-bottom-color: #d0d0d0;
}
div.termin {
  background-color: #fee2ca;
  padding-top: 10px;
}
div.termin table {
  border-style: none;
  width: 90%;
}
div.termin td {
  border-bottom-color: #e5c9b1;
  border-right-color: #e5c9b1;
}
td.sonst {
  background-color: #dafeda;
}
div.sonst {
  background-color: #dafeda;
  padding-top: 10px;
}
div.sonst tr {
  background-color: #d0f4d0;
}
div.sonst td {
  border-bottom-color: #c1e5c1;
  border-right-color: #c1e5c1;
}
body.Links {
  background-color: #eceafc;
}
