/* Seitenhintergrund - Farbe */
body {
  background-color: #F5F5F5; }

/* Formularfelder */
button, input, border, select, file     { color: black; font-size: 9px; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: none }

/* Hintergrundfarben */
.b1    { color: black; font-weight: bold; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #dcdcdc; float: none; clear: none; padding: 2px; border: solid 1px #c0c0c0; width: 100% }
.b2 { background-color: #FFFFFF; }
.b3 { background-color: #999999; }
.b4 { background-color: #999999; }
.b5 { background-color: #FFFFFF; }
.b6 { background-color: #EEEEEE; }

/* Navigation - Text */
.MainNavigation  { color: silver; font-weight: bold; font-size: 10px; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: none }
.SubNavigation   { color: #ffffff; font-size: 10px; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: none }

/* Sonstiges - Text */
.t1       { color: black; font-weight: bold; font-size: 13px; font-family: Arial, Verdana, Helvetica, sans-serif }
.t2      { color: #800000; font-weight: bold; font-size: 13px; font-family: Arial, Verdana, Helvetica, sans-serif }
.t3        { color: #000000; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif; text-align: justify; list-style-type: square; list-style-position: inside }
.t4    { color: #000000; font-weight: bold; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif; text-align: justify; list-style-type: square; list-style-position: inside }
.t5    { color: olive; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif; list-style-type: square; list-style-position: inside }
a    { color: maroon; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: none }
td     { color: black; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
/* Link - Text */
a:hover    { color: gray; text-decoration: none }
h2      { display: inline; color: black; font-weight: bold; font-size: 13px; font-family: Arial, Verdana, Helvetica, sans-serif }
h3      { display: inline; color: black; font-weight: bold; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif }


/* Horizontale Linie - <hr> */
hr        { color: silver; background-color: silver; border: 1px silver; width: 100%; height: 1px }