/* ###########################################################################################
   Standard-Formmailer

	 Version v0.2
	 Copyright (c) Thomas Eickwinkel, 2005-2008.
   ########################################################################################### */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: Black;
  background-color: White;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../Grafik/antenne-bg.gif);
  background-attachment: fixed;
  /* der Scrollbar, leider nur vom IE unterstuetzt */
  scrollbar-face-color: #000066;
  scrollbar-shadow-color: #0000A0;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #000066;
  scrollbar-track-color: #0000A0;
  scrollbar-arrow-color: #FFFFFF;
}

table {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  background-color: transparent;	
  color: Black;
}

th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  background-color: transparent;	
  color: Black;
  text-align: left;
}

/* ###########################################################################################
   Spezielle Textformatierungen.
   ########################################################################################### */

.Ueberschrift {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18pt;
  font-style: normal;
  font-weight: bold;
  background-color: transparent;	
  color: Black;
  text-align: left;
}

.Hinweistext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-style: normal;
  font-weight: normal;
  background-color: transparent;	
  color: Black;
}

.NichtNotwendig {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-style: normal;
  font-weight: bold;
  background-color: transparent;	
  color: Black;
}

.SendMessage {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-style: normal;
  font-weight: bold;
  background-color: transparent;	
  color: Red;
}
/* ###########################################################################################
   ########################################################################################### */
