a{
outline: none;
}
/*navigation mit Seitenzahlen */ 
.numericNavigation{
    font-family:sans-serif;
    font-size: 12px;   
    margin: 0 auto 0 auto;  
    width: auto;
}
.numericNavigation a
{
    color: #000;
    text-decoration: none;
    outline: none;
}
.numericNavigation .proPageSelect a,
.numericNavigation .pageNumbers > a,
.numericNavigation .firstPage a,
.numericNavigation .lastPage a
{
    border: 1px solid #E2E2E2;
    background-color: #F4F2FF;
    padding: 3px;
    margin-right: 2px;
    display: block;
    min-width: 20px;
    width: auto;
    text-align: center;
    background-image: url(dataTableHeaderBg.png);  
}
.numericNavigation .pageNumbers .activePage
{
    font-weight: bold;
    font-size: larger;
}
.numericNavigation .proPageSelect
{
    width: 50px;
}
.numericNavigation .info
{
    text-align: left;
    width:auto;
    padding-right: 10px;
    padding-left: 5px;
} 
.numericNavigation a:hover
{
    text-decoration:underline;
}
/* end navigation mit Seitenzahlen */ 
