/* 900_redefine_typo3_styles.css */



.content .bmi_rechner label {
        display:inline;
        float:left;
        width: 150px;
        margin: 0px;
        padding: 0px;}
.content .bmi_rechner div {
        margin-bottom: 4px}
.content .bmi_rechner input {}

.content .tx-indexedsearch-searchbox-sword {
        font-size: 1.1em;
        margin-bottom: 4px}

/**************************************************************************
*
*  header - make second header smaller than the first
*
***************************************************************************/



/* Definiere alle h1 header */
/* US 31.12.2007 NICHT Identisch für contentelemente text und textpic */

.content div.csc-header h1,
.content div.csc-textpicHeader h1   {



        font-weight:normal;
        line-height: 30px;
        color: #6a8caf;



        font-size:24px;



        /* background-color: ORANGE; */

}



/* Definiere alle ERSTEN h1 header */
/* OW 7.12.2006: Aber nur im Content bereich */
/* US 31.12.2007 Erster Header ist identisch für contentelemente text und textpic */
.content div.csc-header  h1.csc-firstHeader {

   /* Keine Border mehr, auf Wunsch von Nina */
        border-top:    0px none;

        /* border-top:    1px solid #898785; */
        /* border-bottom: 1px solid #898785; */

        /* Abstand zur Copy */
        margin-top:     0px;
        margin-left:    0px; /* us, gesamt padding defined in div.content */
        margin-bottom: 20px;


        padding-left:   0px;
        padding-top:    6px;
        padding-bottom: 6px;



        /* Initially defined in 301_htmltags.css */
        font-size:24px;
        font-weight: normal;
        color:#6a8caf

}



