#postit {
    position: absolute; top:0px; left:730px; width:209px; height:212px;
    z-index:3;
    text-align: left;
    font-size:11px;
    line-height:16px;
    background:url(/images/postit.gif) no-repeat;
   }

#postit .posts {
    max-width:180px;
    max-height: 160px;
    width:180px;         /*für IE*/
    height: 160px;       /*für IE*/
    overflow: hidden;
    margin: 20px 5px 0;
   }

#postit .posts h2 {
    margin: 0 10px 0 8px;
    text-align: center;
    color: #8B0000;
    font: italic bold 2.5em Georgia,Palatino,'Times New Roman', Times, serif;
   }

#postit .posts p {
    margin: 10px 0 0 20px;
    color: #0000BF;
    font: italic 1.5em Palatino,'Times New Roman',Times,Serif;
   }
