/*
Standard-Einstellungen für Detailansichten der Ausr&uuml;stung

Body, Links und Container

*/

body {
     background-color: #FFFFFF;
     font-family: Verdana;
     font-size: 10pt;
     color: #000000;
}

table {
     font-family: Verdana;
     font-size: 10pt;
     color: #000000;
}

a:link {
        font-weight:bold;
        text-decoration: none;
        color: #30528B;
}
a:visited {
        font-weight:bold;
        text-decoration: none;
        color: #30528B;
}
a:active {
        font-weight:bold;
        text-decoration: none;
        color: #30528B;
}
a:focus {
        font-weight:bold;
        text-decoration: none;
        color: #30528B;
}
a:hover {
        font-weight:bold;
        text-decoration: underline;
        color: #C2491A;
}

