.angebot_text h1 {
 color: #CC0014;
 background-color:#EDEDED;
 border:0px none;
 padding:5px 10px;
 margin:0px;
 margin-bottom:5px;
}

.angebot_text p {
 padding:0px 10px;
 line-height:1.5;
}
/*
.angebot_text ul {
 list-style-image: url(/template/default/bilder/auszdaehlung_angebot.gif);
 margin-left:25px;
}

.angebot_text li {
 line-height:1;
}
*/
/*Textfluss rechts vorbei*/
.angebot_text .textfluss_rechts {
 clear:both;
 float:left;
 margin: 0px 10px 5px 0px;
 /*Tabelleneigenschaften*/
 border:0px;
 border-collapse:collapse;
 /*Schriften*/
 font-style:italic;
}

/*Textfluss links vorbei*/
.angebot_text .textfluss_links {
 clear:both;
 float:right;
 margin: 0px 0px 5px 10px;
 /*Tabelleneigenschaften*/
 border:0px;
 border-collapse:collapse;
 /*Schriften*/
 font-style:italic;
}