
/* -------- Roter Balken als Tabelle (Unterseite) --------- */

hr.rot {
  margin: 12px 0 0;
  border: 0;
	width: 95%;
	height: 15px;
	background-color: #f47352;
	color: #f47352;
  text-align: left;
}

/* -------- neues Div für gesonderte Formatierung (Unterseite) --------- */
.txt{
	width: 545px;
	padding: 10px 10px 0px 0px;
}

#inhalt p img{
	float: right;
	padding: 0px 10px 5px 10px;
	margin: 0 5px 5px 0;
}


/* -------- Textstile --------- */

.Stil1 {
	text-align: right;
}

.datum {
  font-style: italic;
}

.Stil3 {
    font-size: 1.2em;
	font-weight: bold;
}

.Stil4 {
    text-decoration: underline;
}

p.rot {
  font-weight: bold;
	color: #C00000;
}