<!--
/* -------------------------------------- */
/* Stylesheet für Impfungen */
/* -------------------------------------- */

A.AlternativLinkColor:link
	{
		font-family:							arial, helvetica, "sans-serif";
	  text-decoration:					underline;
	  color:										#008000;
	}
A.AlternativLinkColor:active
	{
		font-family:							arial, helvetica, "sans-serif";
	  text-decoration:					underline;
	  color:										#008000;
	}
A.AlternativLinkColor:visited
	{
		font-family:							arial, helvetica, "sans-serif";
	  text-decoration:					underline;
		color:										#008000;
	}
A.AlternativLinkColor:hover
	{
		font-family:							arial, helvetica, "sans-serif";
	  text-decoration:					underline;
		color:										#ffce9d;
	}
body
	{
		font-family:							arial, helvetica, "sans-serif";
    font-size:        				10pt;
    margin:										4px;
	}
.ImpfungTitel
  {
		font-family:							arial, helvetica, "sans-serif";
    font-size:        				14pt;
    font-weight:      				bold;
    color:            				#ff8800;
    padding-bottom:						5px;
  }
.ImpfungTitelZusatz
  {
		font-family:							arial, helvetica, "sans-serif";
    font-size:        				12pt;
    font-weight:      				bold;
    color:            				#ff8800;
    padding-bottom:						10px;
  }
.AbschnittName
  {
		font-family:							arial, helvetica, "sans-serif";
		font-weight:							bold;
		font-size:								10pt;
  }

.Absatz
  {
		font-family:							arial, helvetica, "sans-serif";
		font-size:								10pt;
  }

/* -------------------------------------- */
/* Aufzaehlung */
/* -------------------------------------- */

.TitelAufzaehlung
  {
		font-family:							arial, helvetica, "sans-serif";
		font-size:								10pt;
  }
.Aufzaehlungspunkt
  {
		font-family:							arial, helvetica, "sans-serif";
		font-size:								10pt;
  }

/* -------------------------------------- */
/* Infobox */
/* -------------------------------------- */

.Infobox
  {
		border:										#ff8800;
		border-style:							dashed;
		border-width:							2px;
		background:								#fff7de;
		padding:									10px;
  }
.TitelInfobox
  {
		font-family:							arial, helvetica, "sans-serif";
		font-size:								12pt;
		font-weight:							bold;
		color:										#ff8800;
		margin-bottom:						10px;
  }
.Infobox .Absatz
  {
		font-family:							arial, helvetica, "sans-serif";
		font-size:								10pt;
  }
.Infobox .ul
  {
		font-family:							arial, helvetica, "sans-serif";
		font-size:								10pt;
  }
.Infobox .ol
  {
		font-family:							arial, helvetica, "sans-serif";
		font-size:								10pt;
  }

/* -------------------------------------- */
/* (XML-)Tabelle */
/* -------------------------------------- */

.TabelleTitel
  {
		font-family:							arial, helvetica, "sans-serif";
		font-size:								8pt;
    font-weight:      				bold;
  }
.TabelleBeschreibung
  {
		font-family:							arial, helvetica, "sans-serif";
		font-size:								8pt;
  }
.TabellenKopf
  {
		font-family:							arial, helvetica, "sans-serif";
		font-size:								10pt;
    font-weight:      				bold;
  	background-color:					#fff301;
		vertical-align:						top;
  }
.TabelleInhalt
  {
		font-family:							arial, helvetica, "sans-serif";
		font-size:								10pt;
  	background-color:					#ffffaa;
		vertical-align:						top;
  }
.RahmenTabelle
  {
  	background-color:					#ff8800;
  }
/* -------------------------------------- */
/* HTML-Struktur */
/* -------------------------------------- */

.Titelspalte
  {
		width:										20%;
		vertical-align:						top;
		background:								#fff7de;
  }
.AbstandsHalter	/* trennt die Titelspalte vom Hauptbereich */
  {
  	width:										1px;
  }
.Hauptbereich	/* Inhaltsbereich */
  {
		font-size:								10pt;
  	background-color:					#ffffff;
  }
.Fuss
  {
		font-family:							arial, helvetica, "sans-serif";
		font-size:								8pt;
		padding-top:							20px;
		padding-bottom:						10px;
  }
.farbig_Zeichen
  {
  	color:										#ff8800;
  }
.ol
  {
  	list-style-type:					decimal;
  }
.ul
  {
  	list-style-image:					url(http://www.crm.de/img/liste.gif);
  }

//-->

