/* Seitenhintergrund - Farbe */
body {
  background-color: #FFFFFF;
}
body.schmal { margin-top:12px; margin-bottom:10px; margin-left: 10%; margin-right: 10%; background-color: #FFFFFF;}


/* Formularfelder */
h1,h2,h3,h4,p,td,button, input, textarea, select, file {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}

/* Hintergrundfarben */
.b1 { background-color: #003366; }  // im Moment alles, was nicht b3 ist
.b2 { background-color: #FFFFFF; }
.b3 { background-color: #006699; }  // Menü links + schmaler Streifen oben + Aktuelle News
.b4 { background-color: #006699; }  // nicht verwendet
.b5 { background-color: #FFFFFF; } //  nicht verwendet
.b6 { background-color: #EEEEEE; }
.b7 { background-color: #FF9933; }

/* Navigation - Text */
.MainNavigation { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: none; font-weight: bold; }
.SubNavigation  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: none; }

/* Sonstiges - Text */
.t1  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; }
.t1c { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #FFFFFF; }
.t2  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }
.t3  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
.t4  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; }
.t5  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #003399; }

a, td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
td.a { background-color:#EEEEFF; }

h1 { font-size: 16pt; color: #FF9933; }
h2 { font-size: 14pt; color: #003366; }
h3 { font-size: 12pt; color: #003366; }

/* Link - Text */
a:link    { text-decoration: none; font-weight: 700;}
a:hover   { text-decoration:none; background-color:#FF9933; }
a:visited { text-decoration:none; font-weight: 700;}
a:active  { text-decoration:none; font-weight: 700;}

a.content:link    { text-decoration: none; font-weight: 700; color: #003366;}
a.content:hover   { text-decoration:none; background-color:#FF9933; color: #003366;}
a.content:visited { text-decoration:none; font-weight: 700; color: #003366;}
a.content:active  { text-decoration:none; font-weight: 700; color: #003366;}

/* Horizontale Linie - <hr> */
hr {
  height: 1px;
  color: rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
  border: 1px none;
}
