body {
  background-color	: #f2f2f2;
  font-family		: Verdana;
  font-size			: 14;
  color				: #000000;
  text-align		: justify;
}

div {
  font-family		: Verdana;
  font-size			: 14;
  color				: #0000;
  text-align		: justify;
}

#einsatz1 {
  font-family		: Verdana;
  font-size			: 14;
  color				: #ee0000;
  text-align		: justify;
  text-decoration	: none;
  font-weight		: bold;
}

#einsatz2 {
  font-family		: Verdana;
  font-size			: 14;
  color				: #000000;
  text-align		: justify;
  text-decoration	: none;
  font-weight		: bold;
}

table {
  font-family		: Verdana;
  font-size			: 14;
  color				: #000000;
  text-align		: justify;
}

h1 {
  width				: 100%;
  font-family		: Verdana;
  background		: #dedede;
  font-size			: 18;
  color				: #ee0000;
  text-align		: center;
  text-decoration	: none;
  font-weight		: bold;
}

h2 {
  font-family		: Verdana;
  font-size			: 16;
  color				: #000000;
  text-align		: center;
  text-decoration	: none;
  font-weight		: bold;
}

h3 {
  font-family		: Verdana;
  font-size			: 14;
  color				: #ee0000;
  text-align		: justify;
  text-decoration	: none;
  font-weight		: bold;
}

a:link, a:visited, a:active {
  font-family		: Verdana;
  font-size			: 14;
  text-decoration	: none;
  color				: ee0000;
}

a:hover {
  font-family		: Verdana;
  font-size			: 14;
  text-decoration	: underline;
  color				: ee0000;
}