
.body-text {
/*
Hintergrund-Eigenschaften
*/
  background-color : #FFFDE5;
  background-image : url(../pic/hgrd/text.gif);
  background-attachment : fixed;
/*
Text-Eigenschaften
*/
  font-family:ARIAL, HELVETICA, SWISS, SUNSANS-REGULAR;
  font-size:12pt;
  color:#00317E;
/*
Laufleisten-Eigenschaften
*/
  scrollbar-face-color: #0065B2;
  scrollbar-shadow-color: #B7B8C8;
  scrollbar-highlight-color: #80E5FF;
  scrollbar-3dlight-color: #B7B8C8;
  scrollbar-darkshadow-color: #9899B5;
  scrollbar-track-color: #E6F0F8;
  scrollbar-arrow-color: #00317E;
}

p {
  font-family : ARIAL, HELVETICA, SWISS, SUNSANS-REGULAR;
  font-size : 12pt;
  text-align : justify;
  color : #00317E;
  text-decoration : none;
}


td {
  font-family : ARIAL, HELVETICA, SWISS, SUNSANS-REGULAR;
  font-size : 12pt;
  text-align : justify;
  color : #00317E;
  text-decoration : none;
}


a {
  text-decoration : none;
  font-style: italic;
  font-weight : bold;
}


h1 {
  font-family : ARIAL, HELVETICA, SWISS, SUNSANS-REGULAR;
  font-size : 18pt;
  font-weight : bold;
  text-align : left;
  color : #00317E;
  line-height : 1;
}


h2 {
  font-family : ARIAL, HELVETICA, SWISS, SUNSANS-REGULAR;
  font-size : 14pt;
  font-weight : bold;
  text-align : left;
  color : #00317E;
}


h3 {
  font-family : ARIAL, HELVETICA, SWISS, SUNSANS-REGULAR;
  font-size : 14pt;
  font-weight : bold;
  text-align : left;
  color : #00317E;
}


a:link {
   color: #00317E;
   text-decoration : none;
};

a:visited {
   color: #00317E;
};

a:hover {
   color: #9F0000;
};

a:active {
   color: #00317E;
};

.wichtig {
  font-weight : 600;
  font-variant : small-caps;
  font-size : 150%;
  font-stretch  : expanded;
}