
/*  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       : teaser_startseite.php
    Template    : teaser_startseite, teaser_text_1_col.htm, teaser_text_2_col.htm
    Author      : Gerold Hinzen, Open New Media GmbH
    Description : Auflistung von Teaser-Elementen fuer den Contentbereich
*/
.teaser-cols-holder {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.teaser-cols-holder h3 {
    color: #002B8E;
}

.teaser-cols-holder h3 a {
    float: left;
    margin:0;
    padding:1px 3px !important;
}

.teaser-cols-holder h3 span,
.teaser-cols-holder h3 div {
    float: left;
    padding: 0 1px;
}

.teaser-onecol,
.teaser-twocol,
.teaser-threecol,
.teaser-fourcol {
    min-height: 160px;
    position: relative;
    border: 1px solid #e3e3e3;
    background: #ececec url(../img/background/bg_teaserbox_light.png) 0 0 repeat-x;
    margin: 0 10px 0 0;
    float: left;
    z-index: 1;
}

.teaser-onecol h3,
.teaser-twocol h3,
.teaser-threecol h3,
.teaser-fourcol h3,
.teaser-onecol h3 a,
.teaser-twocol h3 a,
.teaser-threecol h3 a,
.teaser-fourcol h3 a {
    font-weight: bold;
    font-size: 14px;
    padding: 8px 0 0 5px;
    overflow: hidden;
    margin: 0;
    height: 22px;
    background: #f2f3f5 url(../img/background/bg_teaser_headline.png) 0 bottom repeat-x;
}

/* mehr link */

.mehr {
    position: absolute;
    z-index: 100;
    display: block;
    text-align: right;
    width: auto;
    height: auto;
    bottom: 0px;
    right: 0px;
    padding: 2px 5px;
    border-top: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
}

.mehr:hover {
    background: #CFCFCF;
    color: #424655 !important;
    text-decoration: none;
    cursor: pointer;
}

/* farben - anfang */

.teaser-onecol.gelb .mehr,
.teaser-twocol.gelb .mehr,
.teaser-threecol.gelb .mehr,
.teaser-fourcol.gelb .mehr,

.teaser-onecol.gelb h3 span,
.teaser-twocol.gelb h3 span,
.teaser-threecol.gelb h3 span,
.teaser-fourcol.gelb h3 span {
    color: #fdd400;
}

.teaser-onecol.rot .mehr,
.teaser-twocol.rot .mehr,
.teaser-threecol.rot .mehr,
.teaser-fourcol.rot .mehr,

.teaser-onecol.rot h3 span,
.teaser-twocol.rot h3 span,
.teaser-threecol.rot h3 span,
.teaser-fourcol.rot h3 span {
    color: #dd0301;
}

.teaser-onecol.gruen .mehr,
.teaser-twocol.gruen .mehr,
.teaser-threecol.gruen .mehr,
.teaser-fourcol.gruen .mehr,

.teaser-onecol.gruen h3 span,
.teaser-twocol.gruen h3 span,
.teaser-threecol.gruen h3 span,
.teaser-fourcol.gruen h3 span {
    color: #53AF00;
}

.teaser-onecol.cyan .mehr,
.teaser-twocol.cyan .mehr,
.teaser-threecol.cyan .mehr,
.teaser-fourcol.cyan .mehr,

.teaser-onecol.cyan h3 span,
.teaser-twocol.cyan h3 span,
.teaser-threecol.cyan h3 span,
.teaser-fourcol.cyan h3 span {
    color: #00c4de;
}

.teaser-onecol.orange .mehr,
.teaser-twocol.orange .mehr,
.teaser-threecol.orange .mehr,
.teaser-fourcol.orange .mehr,

.teaser-onecol.orange h3 span,
.teaser-twocol.orange h3 span,
.teaser-threecol.orange h3 span,
.teaser-fourcol.orange h3 span {
    color: #fd9500;
}

.teaser-onecol.grau .mehr,
.teaser-twocol.grau .mehr,
.teaser-threecol.grau .mehr,
.teaser-fourcol.grau .mehr,

.teaser-onecol.grau h3 span,
.teaser-twocol.grau h3 span,
.teaser-threecol.grau h3 span,
.teaser-fourcol.grau h3 span {
    color: #ababab;
}

.teaser-onecol.violett .mehr,
.teaser-twocol.violett .mehr,
.teaser-threecol.violett .mehr,
.teaser-fourcol.violett .mehr,

.teaser-onecol.violett h3 span,
.teaser-twocol.violett h3 span,
.teaser-threecol.violett h3 span,
.teaser-fourcol.violett h3 span {
    color: #9600c6;
}


/* farben - ende */

.teaser-onecol a.link,
.teaser-twocol a.link,
.teaser-threecol a.link,
.teaser-fourcol a.link {
    position: relative;
    padding: 5px 0 0 10px;
    height: 20px;
    display: block;
    text-align: left;
    background: url(../img/icons/arrow_blue.png) 0px 11px no-repeat;
}
.teaser-cols-holder p {
    width: 94%;
    font-size: 11px;
    line-height: 150%;
    margin: 0;
}
.teaser-onecol div.text p,
.teaser-twocol div.text p,
.teaser-threecol div.text p,
.teaser-fourcol div.text p {
    margin: 0 0 8px 0;
}
.teaser-onecol div.text h3,
.teaser-twocol div.text h3,
.teaser-threecol div.text h3,
.teaser-fourcol div.text h3 {
    margin: 8px 0;
    padding: 0;
    height: auto;
    background: none;
}

.teaser-onecol div.text table,
.teaser-twocol div.text table,
.teaser-threecol div.text table,
.teaser-fourcol div.text table {
    border: 0;
}
.teaser-onecol div.text table td,
.teaser-twocol div.text table td,
.teaser-threecol div.text table td,
.teaser-fourcol div.text table td {
    border: 0;
    background: none;
}

.teaser-cols-holder ul li {
    font-size: 11px;
}
.teaser-cols-holder a {
    font-size: 11px;
}

.teaser-news-list-ul {
    height: 100%;
    width: 100%;
}

.teaser-news-list-ul li.news-item.orange,
.teaser-news-list-ul li.news-item.blau {
    height: 48px;
    overflow: hidden;
}


.teaser-news-list-ul li.news-item.orange {
    background: url("../images/li_news_orange.gif") no-repeat scroll 7px top transparent !important;
    background-color: #F5F7FB !important;
    padding:3px 0 5px 23px !important;
}

.teaser-news-list-ul li.news-item.orange a {
    color: #EE6D1C;
}


.teaser-news-list-ul li.news-item.blau {
    background: url("../images/li_news_blue.gif") no-repeat scroll 7px top transparent !important;
    background-color: #F5F7FB !important;
    padding:3px 0 5px 23px !important;
}

.teaser-cols-holder div.text {
    margin: 10px 0 10px 0;
}

.teaser-cols-holder .teaser-twocol div.text {
    margin: 5px 0;
}

.teaser-onecol {
    width: 220px;
}
.teaser-twocol {
    width: 451px;
}
.teaser-threecol {
    width: 700px;
}
.teaser-fourcol {
    width: 910px;
}
.teaser-cols-holder table tr td {
    font-size: 11px;
}
.image-holder {
    height: 50px;
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 31px;
    left: 0;
    z-index: 1;
}
.content-holder {
    margin: 0 10px;
    z-index: 2;
}
.content-holder img {
    margin: 0 0 0 -10px;
}

/* Teaser News */

.teaser-news-list-holder {
    padding: 0 0px;
}

/* 
    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 th:hover {
    background: #fff;
    padding: 15px 0 5px 0;
}

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;
}

span.pflichtfeld_firmenanschrift,
span.pflichtfeld_privatanschrift,
span.pflichtfeld_checkbox_privatanschrift,
span.pflichtfeld_checkbox_firmenanschrift,
span.pflichtfeld_checkbox_dschutzkontakt {
    display: none;
}

select#kontakttyp {
    background: none repeat scroll 0 0 #E8EBF0;
    border: 1px solid #C2C2C2;
    width: 100%;
}
