.mod_newslist {
    padding:0 0 10px;
    border-bottom: none;
}
.mod_newslist .last {
    border-bottom: 1px solid transparent;
}
.mod_newslist p.info {
    font-size:.786em;
    /* 11px */
    	margin-bottom: 0;
}
.layout_short {
    margin-right:10px;
    margin-bottom:20px;
    margin-left:10px;
}
.layout_short h2 {
    margin-top:0;
}
.mod_newsarchive p.info {
    margin-bottom:0;
    font-size:.786em;
}
.mod_newsarchive h2 {
    margin-top:0;
}
.mod_newsarchive h1 {
    padding:0 10px;
}
.mod_newsarchive *[class*="layout_"]>*,
.mod_newsarchive *[class*="event_"]>* {
    margin-right:0;
    margin-left:0;
}
.mod_newsmenu {
    margin:20px 0 0;
    font-weight:bold;
    border-left: none;
}
.mod_newsmenu ul {
    margin:0;
    padding:0;
    list-style: none;
}
.mod_newsmenu ul > .year {
    margin-bottom:20px;
    padding-left:0;
    background-color:#f4f2f0;
    font-size:1.6em;
    color:#e37a25;
    /* text-indent: 1em;
    */
    	border: 1px solid #e1dad6;
}
.mod_newsmenu .year ul {
    margin-top:0;
}
.mod_newsmenu a,
.mod_newsmenu span.active {
    display:block;
    padding:10px;
    border-top:1px solid #fff;
    font-size:.7em;
    text-decoration:none;
    color:#7f7266;
    background: url('../img/icons/icon_arrow-right-grey.png') no-repeat 95% 50%;
    border-bottom: 1px solid #e1dad6;
}
.mod_newsmenu .year > a,
.mod_newsmenu .year > span.active {
    background-color:#EAE5E2;
    font-size:.9em;
}
.mod_newsmenu a:hover,
.mod_newsmenu span.active {
    background-image:url("../img/icons/icon_arrow-right-orange.png");
    color:#e37a25;
}
.mod_newsmenu span.active {
    background-color:#e37a25;
    background-image:url("../img/icons/icon_arrow-right-darkorange.png");
    color:#fff;
    border-top-color: #ff9b50;
}
.mod_newsmenu .year > span.active {
    background-color:#e37a25;
    font-size:.9em;
}
.mod_newsmenu .last a,
.mod_newsmenu .last span.active,
.mod_newsmenu span.trail {
    border-bottom: none;
}
.mod_article .mod_newsreader {
    margin-right:10px;
    margin-left:10px;
}
