

/* schriftstil,abstände */

body
{margin-top: 0px; margin-left: 0px; margin-right: 0px;margin-bottom: 0px; color: #000000;  background-color:#C1D9E1;
font: normal 12px  Arial;
}

table, tr, td
{margin-top: 0px; margin-left: 0px; margin-right: 0px; color: #000000 ;font-family: arial; font-size: 10pt; vertical-align:top;}


/* scrolleiste internet explorer ab vers.5.5 */

body
{scrollbar-arrow-color: #AABECA; scrollbar-base-color: #ffffff;
scrollbar-highlight-color : #000000; scrollbar-shadow-color : #ffffff;
SCROLLBAR-TRACK-COLOR: #6aa4de;}


/* grundlayout*/

.ueberschrift{ color:#000000;
font: bold 16px Arial;
font-variant:small-caps;
text-decoration:underline;
}

.kommentar {font: italic 12px Times; padding-left: 10px;}

.wichtig {font: bold 14px Times; color:#de6a6a;}

.bezeichnung{ color:#4683dc;
font: bold 14px Arial;
font-variant:small-caps;
text-decoration:underline;
}

.rot{ color:#FF0000;
font: bold 12px Arial;
}

/* allgemeine links im text */

a:link, a:visited, a:active{ font: normal 12px Arial;text-decoration:underline;color:#000000}

a:hover{ font: normal 12px Arial;text-decoration:none;background-color:#6aa4de;color:#ffffff;}
