#inhalt a {
text-decoration: underline;
}

.beschreibung {
padding: 5px;
font-size: 13px;
color: #003300;
border: 3px dashed green;
}


.angebote {
border: 2px solid green;
padding: 5px;
margin: 0 0 15px 0;
font-size: 13px;
color: #003300;
height: 200px;
width: 750px;
overflow: auto;
text-align: left;
}


p {
font-size: 13px;
color: #003300;
}



