* html .presse select
{
    font-size: 1.2em;
}
*:first-child + html .presse select
{
    height: 21px;
    font-size: 1.2em;
}
.presse select
{
    border: 1px solid #ADB1B3;
    height: 21px;
    display: inline;
    float: left;
    padding: 0;
    font-size: 1.3em;
}
select.thema
{
    width: 132px;
    margin: 0 11px 12px 10px;
}
select.von-day1
{
    width: 73px;
    margin: 0 2px 12px 0;
}
select.von-month1
{
    width: 94px;
    margin: 0 2px 12px 0;
}
select.bis-day1
{
    width: 73px;
    margin: 0 2px 12px 10px;
    padding: 0;
}
select.bis-month1
{
    width: 94px;
    padding: 0;
    margin: 0 2px 12px 0;
}

.archiv-paging
{
    width: 566px;
    text-align: center;
    position: relative;
    margin: 0 0 2px 0;
    font-size: 1.2em;
    color: #000;
    line-height: 21px;
}
a.archiv-prev
{
    width: 21px;
    height: 21px;
    overflow: hidden;
    display: block;
    background-image: url(/static/images/button_archiv_prev.gif);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -1000em;
}
a.archiv-prev:hover
{
    background-position: 0 -21px;
}
a.archiv-next
{
    width: 21px;
    height: 21px;
    overflow: hidden;
    display: block;
    background-image: url(/static/images/button_archiv_next.gif);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -1000em;
}
a.archiv-next:hover
{
    background-position: 0 -21px;
}
.middle-column a.archiv-more
{
    background-image: url(/static/images/icon_link_more.gif);
    background-repeat: no-repeat;
    width: 26px;
    padding: 0 1px 0 1px;
    background-position: 1px 1px;
    border: 1px solid #fff;
    text-decoration: none;
}
.middle-column a.archiv-more:hover
{
    background-position: 1px -86px;
}
.archiv-paging a.numm
{
    color: #3E7DB9;
    padding: 0 3px 0 3px;
}
.archiv-paging a.numm:hover
{
    color: #d81e05;
}
.archiv-paging a.on
{
    font-weight: bold;
    color: #000;
    text-decoration: none;
    cursor: default;
    padding: 0 3px 0 3px;
}
a.archiv-pdf-download
{
    font-size: 1.2em;
    color: #000;
    display: block;
    background-image: url(/static/images/arrow_archiv_press_download.gif);
    background-repeat: no-repeat;
    line-height: 16px;
    padding: 0 0 0 21px;
    margin: 0 0 20px 0;
}
a.archiv-pdf-download:hover
{
    color: #d81e05;
}
