/*************************************************/
/***                                                            ***/
/***    Name der Datei:   brms.css             ***/ 
/***    Autor:                    Hartwig Diekel    ***/
/***    Erstellt am:           17.03.2015          ***/
/***    Aktualisiert durch: Hartwig Diekel     ***/
/***    Aktualisiert am:     24.04.2015          ***/
/***                                                              ***/
/**************************************************/

/***********************************************/
/***    Einstellungen für Überschriften    ***/
/***********************************************/

#contentMain h3{
    margin-bottom: 1.5em;
}

.standardArtikel h3{
    width: 100%;
}

#contentMain h4{
    padding-bottom: 0.6em;
}
.standardText h4{
    margin-bottom: 0.5em;
}
/*************************************************/
/***    Einstellung für die Aufzählungen    ***/
/*************************************************/

.standardText ol {
    float: left;
    padding: 0.4em 0;
    margin: 0 0 2em 4em;
    width: 54em;
/*    color: #FF0000; */
}

.standardText ul li, .standardText ol li {
     font-weight: normal;
/*    color: #FF0000; */
}

.standardText ol li li{
    margin-left: -2.5em;
    width: 36em;
/*    color: #FF0000;  */
}

/*****************************************************/
/***    Einstellungen für die Ziehharmonika    ***/
/*****************************************************/

#contentMain h4{
    padding-top: 0em;
    padding-bottom: 0em;
}

.aufklappAbschnitt{
    padding: 0em;
/*    color: #FF0000; */
}

.aufklappAbschnitt + .standardText{
    margin-top: 6em;
/*    color: #FF0000; */
}

.aufklappAbschnitt + h2{
   margin-top: 1em;
/*    color: #00FF00; */
}
.ankerAbschnittPadding h4:first-child{
    margin-top: 0em;
/*    color: #FF0000; */
}

h4 .ankerTitel a{
    padding-bottom: 0.1em;
}

#contentMain h5.aufklapp{
   padding-top: 0.1em;
   margin-bottom: 0.8em;
/*    color: #FF0000; */
}

/***********************************/
/***    Einstellung für Bilder    ***/
/***********************************/

#contentWrap p, #contentWrap .standardArtikel p{
    margin-top: 0em;
}

.gtBoxSmall{
    padding-top: 0em;
}

/*************************************/
/***    Einstellung EU-Flagge    ***/
/*************************************/
.ankerEuropa {
    background: url(../images/europaflagge_40.png) no-repeat right;
}

/***************************************/
/***    wagerechte Linie  <hr />    ***/
/***************************************/
hr{
    border: none;
    border-top: 1px solid #000000;
    background-Color: #FFFFFF;
    height: 1px;
    margin: 0px;
 }


.linie{
    padding-bottom:10px;
    border-bottom: 0.1em solid #D0D0D1;
}

/***************************************/
/***    Text in rot    ***/
/***************************************/
.rot{
    color: #FF0000;
}