#Berichte  ul {
 float: left;
 width: 250px;
 border-top: solid 1px #008bdb;
 padding: 0px 0px 0px 5px;
 margin: 0px 20px 0px 0px;
}
#Berichte li{
 position: relative;
 list-style: none;
}
#Berichte div {
 margin: 6px 0px 10px 35px;
}
.datum {
 font-size: 0.75em;
 line-height: 1.2em;
 letter-spacing: 4px;
 margin: 2px 0px 0px 10px;
 font-weight: bold;
}
.titel {
 font-size: 1em;
 font-weight: bold;
}

#Berichte  img{
 position: absolute;
 top: 0px;
 border: none;
}
