/* Detailvorschau */

.s347 .Nachricht_detail  {
    width: 66%;
    height: 450px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.s347 .Nachricht_detail img {
    height: 450px;
    width: auto;
    display: block;
    margin: 0px auto;
}

.s347 .info small {
    font-size: 1em;
}

.s347 .Nachricht_detail .desc{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
}

.s347 .Nachricht_detail .info {
    width: 96%;
    background: #111;
    padding: 2%;
}

.s347 .Nachricht_detail a.collapse {
    background: url(/gfx/btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}

.Nachricht_detail a.show {background-position: left bottom;}

/* Vorschaubilder */

.s347 .Nachrichten  {
    float: left;
    width: 29%;
    background: #f0f0f0;
    border-right: 1px solid #fff;
    border-top: 1px solid #ccc;
    position: relative;
    height: 450px;
    overflow-y: auto;
}

.s347 .Nachrichten .bild {
    width: 33%;
    float: left;
}

.s347 .Nachrichten img {
    border: 1px solid #ccc;
    padding: 5%;
    background: #fff;
    width: 85%;
    height: auto;
}

.s347 .Nachrichten ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.s347 .Nachricht {
    margin: 0;
    padding: 10px 5%;
    width: 90%;
    float: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
}

.s347 .Nachricht.hover {
    background: #ddd;
    cursor: pointer;
}

.s347 .Nachricht.active {
    background: #fff;
    cursor: default;
}

.s347 .Nachricht .info {
    float: left;
    margin-left: 5%;
    padding: 0;
    width: 60%;
    position: relative;
}

.Nachricht p {display: none;}

/*--Hide the description on the list items--*/

.s347 .Nachricht .text,
.s347 .Nachricht .button {
    display: none;
}

