@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_shinybuttons.css);
@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_draft.css);

/* kelsaka.de specific extensions */
.news-latest-item a img, .news-list-item a img {
    float:left;
    margin-right: 20px;
    margin-bottom: 10px;
}
.clearer {
    clear:left;
}

/* powermail: */
span.powermail_mandatory {
    color: red;
}
input.validation-failed, textarea.validation-failed {
    background-image: url("/typo3conf/ext/powermail/img/icon_exclamation.gif");
    background-position: 98% 1px;
    background-repeat: no-repeat;
}
div.powermail_mandatory_js {
    color: red;
    margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
    background-color: #CCCCCC;
    border: 1px solid #AAAAAA;
    padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
    color: black;
    font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset label {
    clear: both;
    display: block;
    float: left;
    font-weight: bold;
    width: 200px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text, fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea, fieldset.tx-powermail-pi1_fieldset select.powermail_select {
    width: 260px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
    margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
    margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
    font-weight: bold;
    margin: 20px 0 10px 200px;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title, p.tx_powermail_pi1_fieldwrap_html_radio_title {
    font-weight: bold;
    margin: 0;
    padding: 0;
}
div.countryzone {
    margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a, div.tx_powermail_pi1_fieldwrap_html p a {
    cursor: help;
    text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn, div.tx_powermail_pi1_fieldwrap_html p a dfn {
    display: none;
    text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn, div.tx_powermail_pi1_fieldwrap_html p a:hover dfn {
    background-color: #DDDDDD;
    border: 1px solid red;
    color: black;
    display: block;
    font-size: 0.8em;
    padding: 5px;
    position: absolute;
    text-decoration: none;
    width: 250px;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
    padding: 2px 2px 0;
}
fieldset.tx-powermail-pi1_fieldset div.even {
    /* background-color: #EEEEEE; */
}
td.powermail_all_td {
    padding: 3px 10px 3px 0;
}
td.powermail_all p.bodytext {
    margin: 0;
}
