body
{
    font-family: sans-serif;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}
a
{
    color: #336699;
    text-decoration: none;
    outline: none; 
}
a:hover
{
    text-decoration:underline;
}
/* Globales Tabellen Layout */ 
.tableHeader,
.tableFooter
{
    background-color: #E2E2E2;
    font-weight: bold;
    color: #000;
    vertical-align:top;
}
.tableRow_1 
{
    background-color: #EEE;
}
.tableRow_2 
{
    background-color: #F5F5F5;
}
.tableRow_1:hover ,
.tableRow_2:hover
{
    background-color:#DFEAF4;
    cursor:default;
    color:#000000;
}
