

/*######################  Sitemap - Elemente  ##########################*/


#IFR_Sitemap #SiteMapInhalte{
    margin-bottom: 25px;
}

/*Alle generierten Links*/
#IFR_Sitemap #SiteMapInhalte a
{
    width: 100%;
    display: block;
    color: #000;
    clear: both;
}

/*hover*/
#IFR_Sitemap #SiteMapInhalte a:hover
{
    color: #bc9705;
}

#IFR_Sitemap #IFR_breadcrums{
    visibility: hidden;
    display: none;
}


/*Überschriften der generierten Links*/
#IFR_Sitemap .Ueberschrift
{
    margin-top: 25px;

    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 10px;
}


#IFR_Sitemap #IFR_MetaTitle
{
        padding: 0px;
        font-size: 20px;
        font-weight: 700;
        color: #8b8b8b;
}

#IFR_Sitemap #IFR_MetaHints
{
   display: none; 
   visibility: hidden;
}



/*######################################################################*/

