body { color: black; background-color: white; }

h1        { color: #666; font-size: 16px; font-family: Arial, Helvetica, sans-serif; line-height: 18px; }
p,select,input,textarea,li         { color: #333; font-size: 13px; font-family: Arial, Helvetica, sans-serif; line-height: 18px; }
a:link    { color: #0055a7; font-weight: bold; font-size: 13px; font-family: Arial, Helvetica, sans-serif; line-height: 18px; text-decoration: none;}
a:visited { color: #0055a7; font-weight: bold; font-size: 13px; font-family: Arial, Helvetica, sans-serif; line-height: 18px; text-decoration: none;}
a:hover   { color: #0055a7; font-weight: bold; font-size: 13px; font-family: Arial, Helvetica, sans-serif; line-height: 18px; text-decoration: underline; }
a:active  { color: #0055a7; font-weight: bold; font-size: 13px; font-family: Arial, Helvetica, sans-serif; line-height: 18px; text-decoration: none; }
.fett { font-weight: bold; }
.blau { color: #0055a7; }
.blaubg { background-color: #0055a7; }
.blau_hell { background-color: #e0eaf4; }
.blau_heller { background-color: #ecf2f8; }

td.logo { background-image: url(../images/logo_transe_beschnitten.gif); background-repeat: no-repeat; background-attachment: fixed; background-position: right bottom; }
.ohneRand { margin: 0; border-width: 0; }
.weiss { color: #fff; }
.maus { cursor: pointer; }
.unterstreichen { text-decoration: underline; }
