body {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #000; 
  background-color: white; 
  margin: 10px; 
  border: 0px; 
  padding: 0px;
}

h1 {
  font-size: 1.5em;
}

h2 {
	font-size: 1em;
	background-image: url(rotkaro.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	background-position: left;
}

h3 {
  font-size: 1em;
}


/* Formate für den Kastenstil 1 */
.kasten1 {
  width: 149px;
  border-style: solid;
  border-width: 1px;
  border-color: #1f0141;
}

.kasten1 h4 {
  font-size: 0.9em;
  text-align: center;
  width: 149px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff06f;
  background-color: #1f0141;
  margin-top: 0px;
  margin-bottom: 0px;
 }

.kasten1 div {
  font-size: 0.9em;
  padding: 5px;
}

/* Formate für den Kastenstil 2 */
.kasten2 {
  width: 155px;
  border-style: solid;
  border-width: 1px;
  border-color: red;
}

.kasten2 h4 {
  font-size: 0.9em;
  text-align: left;
  text-indent: 5px;
  width: 151px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: black;
  background-color: silver;
  margin-top: 0px;
  margin-bottom: 0px;
 }

.kasten2 div {
  font-size: 0.9em;
  padding: 5px;
}

/* Formate für den Kastenstil 3 */
.kasten3 {
  width: 151px;
  border-style: solid;
  border-width: 1px;
  border-color: blue;
}

.kasten3 h4 {
  font-size: 0.9em;
  text-align: left;
  text-indent: 5px;
  width: 175px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: black;
  background-color: #B7B7FF;
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: blue;
 }

.kasten3 div {
  font-size: 0.9em;
  padding: 5px;
}

/* Formate für den Kastenstil 4 */
.kasten4 {
  width: 175x;
}

.kasten4 h4 {
  font-size: 0.9em;
  text-align: center;
  width: 175px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  background-color: #0000A0;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url(oben.gif);
  background-repeat: no-repeat;
}

.kasten4 div {
  font-size: 0.9em;
  padding: 5px;
}

/* Formate für den Kastenstil 5 */
.kasten5 {
  width: 175px;
}

.kasten5 h4 {
  font-size: 0.9em;
  text-align: center;
  width: 175px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url(verlauf.jpg);
  margin-top: 0px;
  margin-bottom: 0px;
}

.kasten5 div {
  font-size: 0.9em;
  padding: 5px;
}