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

/* Formularfelder */
button, input, textarea, select, file {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
}

/* Hintergrundfarben */
.b1 { background-color: #003366; }
.b2 { background-color: #FFFFFF; }
.b3 { background-color: #ef5330; }
.b4 { background-color: #181d90; }
.b5 { background-color: #FFFFFFF; }
.b6 { background-color: #EEEEEE; }
.b7 { background-color: #c6cce1; }

.b14 {
	background-image: url(../../../trp/navi_dw/Entwurf_WWW_03.gif);
}

.b14r {
	background-image: url(../../../trp/navi_dw/Entwurf_WWW_03rechts.gif);
}

.b1blau {
	background-image: url(../images/header/KHW_headerblau2.gif);
}

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

/* Sonstiges - Text */
.t1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; font-weight: bold; }
.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: 18px; color: #000000; }
.t5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #003399; font-weight: bold; }
a, td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }

/* Link - Text */
a:hover { text-decoration: underline; color: #dddddd; }
.t3 a:hover { text-decoration: underline; color: #003399; }
.t3 a:activ { text-decoration: underline; color: #003399; }

.t5 a:hover { text-decoration: underline; color: #003399; }
.t5 a:activ { text-decoration: underline; color: #FFA54F; }


/* Horizontale Linie - <hr> */
hr {
  height: 1px;
  color: rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
  border: 1px none;
}
