.MsgAttachment {
    display:block;
    border:0px;
    padding:0px;
    margin-left:5px;
    width:20px;
    height:25px;
    background-image: Url('../img/mailsystem_iconanhang.png');
    background-repeat:no-repeat;
    background-position:top;
    float:left;
}

.MsgGift {
    display:block;
    border:0px;
    padding:0px;
    margin:0px;
    width:20px;
    height:25px;
    background-image: Url('../images/icons/mailsystem_icongeschenk.png');
    background-repeat:no-repeat;
    background-position:top;
}

.MsgStatus {
    display:block;
    border:0px;
    padding:0px;
    margin-left:5px;
    width:20px;
    height:25px;
    float:left;
    background-image: url(../img/mailsystem_icon.png);
    background-repeat:no-repeat;
    background-position:0px 0px;
}

.MsgStatus.MsgRead{
    background-position:0px -25px;
}

.MsgStatus.MsgForwarded{
    background-position:0px -50px;
}

.MsgStatus.MsgReplied{
    background-position:0px -75px;
}

.MsgStatus.MsgReplied.MsgForwarded{
    background-position:0px -100px;
}

.MsgAttachmentList {width:636px;height:70px; padding-left:5px;overflow-y:auto;}

.MsgBetreff:hover,
.MsgBetreff {text-decoration:none;color: #000000;font-weight: normal;}
.MsgBetreff.MsgReplied,
.MsgBetreff.MsgForwarded,
.MsgBetreff.MsgReplied.MsgForwarded {
    background-image: url('../img/mail_antwort.png');
    background-repeat:no-repeat;
    background-position: left center;
    padding-left: 15px;
}

