.blog_li {
display: inline;
background: url(/static/img/point.png) no-repeat left;
padding-left: 10px;
}

/*SYSTEM*/

.dick {
font-weight: bold;
font-size: 12px;
}

.kursiv {
font-style: italic;
test: nup;
}

.unterstrichen {
text-decoration: underline;
}

.durchgestrichen {
text-decoration: line-through;
}

.bild {
border: none;
float: left;
margin: 0px 5px;
}

.link {
color: #770D00;
text-decoration: underline;
}

.link:hover {
text-decoration: none;
}

.zentriert {
text-align: center;
}

.rechts {
text-align: right;
}

.zitat {
color: #494949;
padding: 0 30px;
margin-bottom: -15px;
}

.zitat_feder {
background: url(/static/img/feder.png) no-repeat left top;
padding-left: 30px;
color: #000;
min-height: 60px;
margin-bottom: -15px;
}

