#navigation {
    display:block;
    height: 20px;
    width: 1000px;
    background-color: #000000;
    margin-top: 15px;
    text-align: center;   
    
}

#navigation a:link,#navigation a:visited { 
    color: #FFF;
    font-size: 12px;
    font-family:"Comic Sans MS";
    text-decoration: none;
    margin-left: 20px;
}

#blogbody {
    display: block;
    width: 940px;
    margin-left: 20px;
    color: #000000;
    font-family:"Comic Sans MS";
}



#blogbody a:link,#blogbody a:visited { 
    color: #B12222;
    font-family:"Comic Sans MS";
      }
#blogbody .more:link,#blogbody  .more:visited{
    color: #B12222;
    text-decoration: none;
}

.singlepost {
    font-size : 14px;
}

.singlepost .datum {
    font-size : 14px;
}

.trennlinie_post{
    height: 5px;
    width: 940px;
    display: block;      
    background-color: #000000;
    margin-top: 25px;
}

.datum {
    display: inline; /* behandelt div wie ein wort, wird in gleicher Zeile eingeblendet*/
    font-size : 10px;
}

.datum b{
    font-weight: normal;
}

#zitatbody h2 {
    text-decoration: none;
    display: block;
    width: 940px;
    margin-left: 20px;
    color: #E1613D;
    font-family:"Comic Sans MS";
    font-size : 16px;
    font-weight: normal;
}

#zitatbody a:link,#zitatbody a:visited { 
    color: #E1613D;
    font-family:"Comic Sans MS";
    text-decoration: none;
    font-size : 16px;
    font-weight: normal;
      }
#zitatbody .more:link,#zitatbody  .more:visited{
    color: #E1613D;
    font-size : 16px;
    font-weight: normal;
    text-decoration: none;
}
