
/*  Modul       : news.php
    Template    : news.htm, news_detail.htm
    Author      : Gerold Hinzen, Open New Media GmbH
    Description : News Auflistung, News Detail Seite
    Addons      : hAtom
*/
ul.hfeed {
    width: 100%;
    margin: 20px 0 0 0;
}
ul.hfeed li.hentry {
    margin: 7px 0;
    padding: 5px;
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
}

ul.hfeed li.hentry .published {
    font-weight: bold;
    border: 0;
    font-size: 10px !important;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}

ul.hfeed li.hentry .author {
    position: absolute;
    left: -9000px;
    top: -9000px;
}

ul.hfeed .hentry-image {
    float: left;
    margin: 0 10px 0 0;
}

ul.hfeed .entry-title {
    width: 80%;
}
ul.hfeed .entry-title a {
    font-weight: bold;
    font-size: 14px;
    
}
ul.hfeed .entry-title a:hover {
    text-decoration: none;
}

ul.hfeed p.entry-content {
    margin: 8px 0 5px 0;
}

ul.hfeed .entry-content .entry-keywords {
    color: #0f2873;
}

ul.hfeed .news-holder-text {
    position: relative;
    /*width: 430px;*/
    float: left;
}
ul.hfeed .news-holder-text-noimage {
    width: 100%;
}
ul.hfeed .news-holder-links {
    clear: both;
}
ul.hfeed .news-holder-links .news-holder-more-link {
    float: right;
}

ul.hfeed .news-holder-links .entry-categories {
    font-size: 10px;
}

ul.hfeed .clear {
    clear: both;
}

/* News-Detail-Seite */

.news-detail-container {}

.news-detail-container .news-detail-date {
    float: right;
    margin: 0 0 0 20px;
}
.news-detail-container h1 {
    float: left;
    margin: 0 0 15px 0;
}
.news-detail-container .news-teaser {
    font-weight: bold;
}
.news-detail-container .news-detail-description {
    padding: 3px 3px 3px 3px;
    background: #FFF;
    float: left;
    border: 1px solid #CCC;
    margin: 0px 10px 8px 0;
}
.news-detail-container .news-detail-description img {}
.news-detail-container .news-detail-description p {
    font-size: 9px;
    margin: 2px 0 0 2px;
}
.news-detail-container .news-detail-text {
    clear: both;
    width: 536px;
}

.news-detail-back {
    text-align: left;
}

.news-relatednews-container {
    margin: 24px 0 0 0;
}
.news-relatednews-container .news-relatednews-headline {
    font-size: 12px;
    font-weight: bold;
}
.news-relatednews-container .news-relatednews-headline a {
    font-weight: normal;
}
.news-relatednews-container ul {
    margin: 10px 0 0 0;
}
.news-relatednews-container ul li {
    height: 20px;
}


/*
    Document   : contentmodule.css
    Created on : 01.04.2009, 21:07:51
    Author     : Gerold Hinzen, Open New Media GmbH
    Description: Contentmodul styling
*/


/* Contentmodul: FAQ */
.faq-overview {
    background: #0f2873;
    padding: 10px 0;
}
.faq-overview ul li {
    padding: 0 0 0 10px;
}
.faq-answer {}

/* Contentmodul: Teaser */

.teaser-onecol {
    background: #C0C0C0;
    margin: 0 0 10px 0;
}
.teaser-twocol {
    float: left;
    width: 280px;
    background: #C0C0C0;
    margin: 0 10px 10px 0;
}
.teaser-twocol-nomargin {
    float: left;
    width: 280px;
    background: #C0C0C0;
    margin: 0 0 10px 0;
}
.teaser-twocols-holder {
    width: 570px;
    background: red;
}


/* 
    Modul       : index_suche.php
    Template    : index_suche.htm
    Author      : Tobias Knab, Open New Media GmbH
    Description : Index Suche
*/
.index-search-form {
    margin: 14px 0;
}
.index-search-form .submit {
    cursor: pointer;
}

.index-search-result div.entry {
    position: relative;
    margin: 8px 0;
    padding: 5px;
    background: #FFF;
    border: 1px solid #EEE;
    clear: both;
}
.index-search-result div.icon {
    float: left;
    width: 24px;
    height: 48px;
    margin: 2px 10px 0 2px;
    padding: 0;
}
.index-search-result div.data {
    float: left;
    width: 522px;
}
.index-search-result div.data strong a,
.index-search-result div.data strong a span {
    font-weight: bold;
    font-size: 13px;
    line-height: 154%;
}
.index-search-result div.data strong a:hover .highlight0,
.index-search-result div.data strong a:hover .highlight1,
.index-search-result div.data strong a:hover .highlight2,
.index-search-result div.data strong a:hover .highlight3,
.index-search-result div.data strong a:hover .highlight4,
.index-search-result div.data strong a:hover .highlight5 {
    text-decoration: underline;
}
.index-search-result div.data .highlight0 {
    color: #7F0000;
    background: #FFF;
}
.index-search-result div.data .highlight1 {
    color: #7F007C;
    background: #FFF;
}
.index-search-result div.data .highlight2 {
    color: #19007F;
    background: #FFF;
}
.index-search-result div.data .highlight3 {
    color: #005E7F;
    background: #FFF;
}
.index-search-result div.data .highlight4 {
    color: #007F35;
    background: #FFF;
}
.index-search-result div.data .highlight5 {
    color: #7F6800;
    background: #FFF;
}
.index-search-result div.data em a {
    color: #888;
}
.index-search-result div.data em a:hover .highlight0,
.index-search-result div.data em a:hover .highlight1,
.index-search-result div.data em a:hover .highlight2,
.index-search-result div.data em a:hover .highlight3,
.index-search-result div.data em a:hover .highlight4,
.index-search-result div.data em a:hover .highlight5 {
    text-decoration: underline;
}
.index-search-result div.data .category {
    font-size: 80%;
    color: #AAA;
}
.index-search-result div.entry:hover {
    background: #FFF;
}
.index-search-result div.entry:hover div.infos {
    display: block;
}
.index-search-result div.infos {
    position: absolute;
    top: 0;
    left: 570px;
    width: 160px;
    margin: 0;
    padding: 0 0 0 16px;
    display: none;
    background: url(../img/index_search_infos_bg.gif) no-repeat left center;
}
.index-search-result div.infos div.infobox {
    background: #FFF;
    border: 1px solid #EEE;
    padding: 5px;
}
.index-search-result div.infos div.infobox div {
    margin: 2px 0;
    padding: 0;
}
.index-search-result-browse {
    text-align: center;
    margin: 0 0 10px 0;
}
.index-search-result-browse a {
    padding: 0 5px;
    font-size: 13px;
}
.index-search-result-browse a.active {
    color: #333;
    text-decoration: underline;
}


/*
    Modul       : suche.php
    Template    : suche.htm
    Author      : Tobias Graeber, Open New Media GmbH
    Description : Standard Content-Suche
*/

/* Suchergebnisse */

table#search_results {
    width: 100%;
}

table#search_results th {
    text-align: left;
    padding: 15px 0 5px 0;
    color: #353535;
}

table#search_results tr td {}

table#search_results tr:hover {
    background: #C2E4EF;
    padding: 5px 0;
    cursor: pointer;
}

table#search_results td {
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    vertical-align: top;
}
table#search_results td span {
    color: red;
}

span.search_area {
    color: #727272;
    font-weight: bold;
}





