<!--

/*  formatierung body und bildlaufleiste */
body {
font-family:verdana,arial,helvetica;
color: #003340;
font-size:11px;
background-color:#FFFFFF;

scrollbar-face-color:#111111;
scrollbar-highlight-color:#FFFFFF;
scrollbar-darkshadow-color:#EFEFEF;
scrollbar-track-color:#DFDFDF;
scrollbar-arrow-color:#FFFFFF;
}



/*  hauptklasse p */
p {
font-family:verdana,arial,helvetica;
font-size:12px;
color: #003340;
}


/*  hauptklasse td (tabellenzellen) */
td {
font-family:verdana,arial,helvetica;
font-size:12px;
color: #003340;
}


/*  hauptklasse a (Verweise) */
a {
font-family:verdana,arial,helvetica;
font-size:12px;
text-decoration:none;
color: #330099;

}

/*  pseudoformat a (Verweise) */
a:hover {
color:#FF0000; cursor: hand
}

/*  pseudoformat a (Verweise) */
a:visited {
color:#330099;
}


-->