BODY
{
  background-color: #ffffff;
  margin: 10px;
}


A:link {
	font-weight : bolder;
	text-decoration: underline;
}

A:visited {
	text-decoration: underline;
	font-weight: bold;
}

A:active {
	background: none;
	text-decoration: underline;

	}

A:hover {
	text-decoration: underline;
	font-weight: bold;
}


.fuss
{
  font-size: 9pt;
}

.umrandung {
	width: 100%;
	border: 1px solid #483D8B;
}

H2 {
  border:1px groove black;
  background-color: #cccccc;
  color: #000000
}

.termin {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 5px groove black;
  background-color: #cccccc;
  color: #ff0000;
  width: 50%;
  text-align: center;
}

