body {
  font-family:sans-serif, Arial, Helvetica; 
  font-size: 12px;
  /* Anderer Scrollbarstil (deaktiveiert!) 	
  scrollbar-face-color: #FFCC00;
  scrollbar-shadow-color: white;
  scrollbar-highlight-color: white;
  scrollbar-3dlight-color: #CFCFCF;
  scrollbar-darkshadow-color: #CFCFCF;
  scrollbar-track-color: #EEEEEE;
  scrollbar-arrow-color: black
  END Anderer Scrollbarstil (deaktiveiert!) */
  }

td {
  vertical-align:top
  }


/* Textstile, werden verwendet für die Bereichsüberschriften und den Text für "Inhalt"*/  
/* Im HTML ansprechbar, z.B. innerhalb eines Tags <td ...> : class="Stil2" */	 
.Stil2 {
	color: #B71C37;
	font-weight: bold;
	}

.Stil3 {
	color: #666666;
	font-weight: bold;
	margin-top:0;
	margin-bottom:0;
	}	 

/*  Habe die Linie dann doch mit gif gemacht (deaktiveiert!)  
hr {
  color:#CCCCCC;
  height:2px;
  text-align:left;
  }
END Habe die Linie dann doch mit gif gemacht (deaktiveiert!) */


/* Links (deaktiviert!)
a:link {
  font-family: arial, helvetica;
  font-size: 12px;
  color: black;
  text-decoration:none;
  }

a:visited {
  font-family: arial, helvetica;
  font-size: 12px;
  color: black;
  text-decoration:none;
  }

a:active {
  font-family: arial, helvetica;
  font-size: 12px;
  color: black;
  text-decoration:none;
  }
END Links (deaktiviert!) */
