
/*#########################   404 - Elemente  ##########################*/


#IFR__404 #breadcrums{
    visibility: hidden; 
    display: none;
}

/*Holder-Div für das Fieldset (zur Zentrierung)*/
#IFR__404 #fsHolder
{
    display: block;
    width: 100%;
   
    
}

/*Das Fieldset an sich*/
#IFR__404 #fsHinweise
{
    border: solid 1px gray;
    width: 60%;
    clear: both;
    display: block;
    text-align:left;
    background-color: #f0f1f2;
     margin: 20px auto 20px auto;
     box-shadow: silver 5px 5px 10px; 
     border-radius: 10px;
}

/*Feld für Hinweise*/
#IFR__404 #IFR_lblHinweis
{
    display: block;
    color: #000;
    font-weight: bold;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 15px;
    }

/*Feld für Nächste Schritte / Unter Hinweis im Fieldset*/
#IFR__404 #IFR_lblHinweisText
{
    padding-top: 15px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 15px; 
    text-align: left;
    
}

/*Link zur Sitemap*/
#IFR__404 #IFR_lnk1Sitemap
{
    text-decoration: underline;
    font-weight: bold;
    padding-bottom: 15px;
    text-align: center;
    display: block;
    padding-left: 18px;
    padding-right: 18px;
    color: #1058a9;
    margin-bottom: 15px;
}

/*######################################################################*/