/*_______________________ HISTORY - N A V _______________________*/


#historynav {
    color:          #333333;

    padding-top:    2px;
    padding-left:   5px;
    padding-right:  6px;
    padding-bottom: 4px;
/*  background:     url(../images/all/strichliert_horizontal.gif) repeat-x bottom; */
	border-bottom:	1px dotted #CCC;
    margin:         0px;
    margin-left:	5px;
    width:          auto;


}

#historynav a, .aktPage {
    text-decoration: none;

	padding:		0 2px 0 5px;
    margin: 		0 2px 0 0;

    background: url(../images/all/eckerl_halb_global.gif) no-repeat left; 
}

#historynav a {
    color:  #8E8E79;
}

#historynav .aktPage {
    color:  #000000;
}

#historynav a:hover {
    text-decoration: underline;
}

@media print {
    #historynav {
        visibility:     hidden;
        height:         0px;
    }
}
