#inhalt a {
text-decoration: underline; 
}



.felder {
font-size: 12px;
float: left;
border-bottom: 1px solid green;
width: 300px;
height: 200px;
padding: 5px;
margin: 5px;
}

.berge {
font-size: 13px;
padding: 5px;
}


.beschreibung {
font-size: 13px;
color: #003300;
margin-bottom: 18px;
padding: 5px;
border: 1px dotted green;
width: 98%;
}


.titel {
font-weight: bold;
font-size: 13px;

}


.untertitel {
font-weight: bold;
font-size: 14px;
clear: left;
}






