/*

    blog.css

*/
.author {
    padding: 10px 0 15px 30px;
    background: url(../grafik/author.png) 0px 0px no-repeat;
}
.author img {
    margin: 0 0 0 3px;
}
.author h4 {
    color: #660000;
    margin: 7px 0 0 0;
}
.zitat {
    font-size: 13px;
    line-height: 17px;
    padding: 0 20px 20px 30px;
    background: url(../grafik/zitat1.gif) 16px 2px no-repeat;
}
.zitat small {
    font-size: 11px;
    color: #a1abb6;
}
.zitat2 {
    margin: 0 0 0 3px;
}



.postdate{
    font-family: Arial, "Lucida Grande", Verdana, sans-serif;
    padding-top: 5px;
    width: 55px;
    height: 54px;
    background: url(../grafik/date.png) center top no-repeat;
    text-align: center;
    float: left;
    margin-right: 15px;
    color: #780505;
    font-size: 20px;
}
.postdate .month{
    display: block;
    margin-top: 7px;
    color: #3d3d3d;
    font-size: 9px;
}
.postdate .year{
    color: #3d3d3d;
    font-size: 15px;
    line-height: 12px;
}
.postlist{
    width: 590px;
    float: left;
}
.postlist p{
    padding-bottom: 25px;
    border-bottom: 1px dotted #91969c;
    margin-bottom: 20px;
}

.postnavigation{
    float: right;
    padding-right: 20px;
    background: url(../grafik/mehr.gif) center right no-repeat;
}

a.printmail{
    margin-right: 10px;
    font-size: 9px;
    padding-right: 15px;
    background: url(../grafik/mehr.gif) center right no-repeat;

}
