﻿div.divBreadCrumb
{
    background-image:url('../../img/trekpleister/breadcrumbs.jpg');
    color:#000000;
    font-weight:bold;
    font-size:11px;
    position:absolute;
    width:800px;
    height:18px;
    top:141px;
    padding-left:20px;
    padding-top:4px;
/*    border:solid 1px black;*/
}

a.inactive, a.inactive:visited
{
    color:#000000;
    font-weight:bold;
    text-decoration:none;
}

a.inactive:hover
{
    color:#000000;
    font-weight:bold;
    text-decoration:underline;
}

a.active, a.active:visited
{
    color:#e5452f;
    font-weight:bold;
    text-decoration:none;
    
}

a.active:hover
{
    color:#e5452f;
    font-weight:bold;
    text-decoration:underline;
}