
/*  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 {
    padding: 0 0 10px 0 !important;
    margin-bottom: 10px;
    list-style: none !important;
    background: none !important;
    border-bottom: 1px solid #c8c8c8 !important;
}

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;
    padding: 2px;
    border: 1px solid #989898;
    margin: 0 10px 0 0;
}

ul.hfeed .entry-title {
    width: 80%
}
ul.hfeed .entry-title a {
    font-weight: bold;
    font-size: 14px;
    color:#961f26;
    font-family:Prociono-Regular,Verdana,Arial,Helvetica,sans-serif;
}

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

div#news-startpage ul.hfeed .news-holder-text {
    position: relative;
    width: 300px;
    float: left;
}
div#news-startpage ul.hfeed .news-holder-text-noimage {
    width: 400px;
}

ul.hfeed .news-holder-text {
    position: relative;
    width: 460px;
    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 {
    font-weight: bold;
    float: right;
}

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

ul.hfeed .clear {
    clear: both;
}

/* News-Detail-Seite */

.news-detail-container {
    width: 100%
}

.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: 100%
}

.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;
}
#content .news-relatednews-container ul li {
    background: none;
    margin-left: 15px;
    color: #666450;
    padding: 6px 0 6px 0;
    list-style: square;
    border-bottom: 1px solid #C3C3C3;
    width: 80%;
}


/*
    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       : index.php // News
    Description : News fuer Startseite
*/

div#news-startpage .news_date {
    position: relative;
    z-index: 6;
    float: left;
    width: 40px;
    margin-right: 10px;
    background: url(../img/news_trennlinie.jpg) right 27px no-repeat;
}

div#news-startpage ul.hfeed .entry-title {
    width: 100%;
}

div#news-startpage .entry-categories, div#news-startpage ul.hfeed .news-holder-more-link {
    padding-top: 10px;
}

div#news-startpage h3 {
    margin-bottom: 5px;
}

div#news-startpage .news_date div.news_date_days {
    color: #443d2e;
    text-align: left;
    font-family: Georgia,Verdana,Arial,Helvetica,sans-serif;
    letter-spacing: 1.5px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: -3px;
}

div#news-startpage .news_date div.news_date_month {
    color: #443d2e;
    text-align: left;
    font-family: Georgia,Verdana,Arial,Helvetica,sans-serif;
    letter-spacing: 1.5px;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    top: -3px;
}

div#news-startpage .news_date div.news_date_year {
    font-family: Georgia,Verdana,Arial,Helvetica,sans-serif;
    text-align: left;
    font-size: 11px;
    color: #8a8887;
    font-weight: bold;
    position: relative;
    top: 4px;
}

/*
    Modul       : kontaktformular.php
    Template    : kontaktformular.htm
    Description : Kontaktformular
*/

#kontaktformular .firstcell {
    float: left;
    width: 100px;
    padding: 5px 0;
}

#kontaktformular input.checkbox {
    float: right;
    margin-bottom: 3px;
}

#kontaktformular .checkbox-container {
    width: 255px;
    padding-left: 118px;
}

#kontaktformular .secondcell .text {
    width: 250px;
}

#kontaktformular .secondcell #anrede {
    background:none repeat scroll 0 0 #FFFFFF;
    border:2px solid #CCCCCC;
    margin:2px;
    padding:3px;
    width:262px;
}

#kontaktformular .secondcell .textarea {
    background:none repeat scroll 0 0 #FFFFFF;
    border:2px solid #CCCCCC;
    height:120px;
    margin:2px;
    padding:4px;
    width:250px;
}

#kontaktformular .secondcell .submit {
    width: 150px;
    margin: 10px 0 0 1px;
    border: 1px solid #C2C2C2;
}

#kontaktformular,
#kontaktformular tr,
#kontaktformular td {
    border: none;
    background: none;
}

/* Recaptcha Styling */

#recaptcha_image {
    margin: 5px 0 5px 0;
}

#recaptcha_response_field {
    float: left;
}

#recaptcha_reload {
    border: none;
}

#recaptcha_image img {
    border:2px solid #CCCCCC;
    margin:2px;
    width:250px;
}

.captcha_help {
    float: left;
    padding: 2px 0 0 10px;
}

.recaptcha_only_if_image {
    padding-top: 5px;
}

/*  Modul       : benutzer_login.php
    Template    : benutzer_login.htm,benutzer_login.links.htm, benutzer_login.loginform.htm, benutzer_login.registerform.htm
    Author      : Gerold Hinzen, Open New Media GmbH
    Description : Frontend-Benutzerverwaltung
*/

div.send_password, div.register {
    padding: 5px;
    margin: 10px 0 10px 0;
    border: 1px solid #999;
    background: #C1C4C1;
}

div.loginform {
    margin: 0;
}

#loginmsg p {
    padding: 3px;
    background: #C1C4C1;
}

.module_rx_exhibitor {
    width: 263px;
    float: right;
    margin: 0;
}
.module_fe_user {
	width: 100%;
    float: left;
    margin: 0 10px 0 0;
}

.blaetterkatalog img {
    padding: 2px;
    border: 1px solid #999999;
}

/** CAFE HAHN BANNER MERCHANDISE SHOP */
a#banner_merchandise_shop {
    position: absolute;
    right: 0;
    top: -20px;
    width: 225px;
    height: 39px;
    background: url('../medien/shop_elements/banner_merchandise_shop-2.png') 0 0 no-repeat;
}
