/* CSS Document */
#tabellentitel {
  color: black;
  background: silver;
  text-align: center;
  display: block;
  border: black solid 1px;
  padding: 1px;
  text-decoration: none;
  font: 14px arial, sans-serif;
}

#tabellentext {
  color: black;
  background: white;
  text-align: left;
  display: block;
  border: black solid 1px;
  padding: 5px;
  text-decoration: none;
  font: 12px arial, sans-serif;
}

#tabellentext_fett {
  color: black;
  background: white;
  text-align: left;
  display: block;
  border: black solid 1px;
  padding: 5px;
  text-decoration: none;
  font: 12px arial, sans-serif;
  font-weight: bold;
}

#tabellentext2 {
  color: black;
  background: white;
  text-align: left;
  display: block;
  padding: 5px;
  text-decoration: none;
  font: 12px arial, sans-serif;
}

a.hauptpunkt {
  color: black;
  background: silver;
  text-align: center;
  display: block;
  width: 140px;
  border: black solid 1px;
  padding: 1px;
  text-decoration: none;
  font: 14px arial, sans-serif;
}

a.hauptpunkt:hover {
  color: white;
  background-color:gray;
}

a.hauptpunkt_aktiv {
  color: black;
  background-color:FAFA14;
  text-align: center;
  display: block;
  width: 140px;
  border: black solid 1px;
  padding: 1px;
  text-decoration: none;
  font: 14px arial, sans-serif;
}

a.hauptpunkt_fest {
  color: black;
  background: silver;
  text-align: center;
  display: block;
  width: 140px;
  border: black solid 1px;
  padding: 1px;
  text-decoration: none;
  font: 14px arial, sans-serif;
}

a.hauptpunkt_sonder {
  color: black;
  background-color:#D0D0D0;
  text-align: center;
  display: block;
  width: 140px;
  border: black solid 1px;
  padding: 1px;
  text-decoration: none;
  font: 14px arial, sans-serif;
}

a.unterpunkt {
  color: black;
  background: white;
  text-align: center;
  display: block;
  width: 140px;
  border: black solid 1px;
  padding: 1px;
  text-decoration: none;
  font: 12px arial, sans-serif;
}

a.unterpunkt:hover {
  color: white;
  background-color:gray;
}

td.a_12_black {
  color: black;
  background-color:FAFA14;
  font: 12px arial, sans-serif;
}

font.a_16_bold_black {
  color: black;
  font: 16px arial, sans-serif;
}

laufschrift a {
  position: absolute;
  left: 100px;
  top: 20px;
}

/* Styles für Impressum */
.standard {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; font-variant: normal; color: #000000; text-decoration: none}
.titel 
  { font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: #0066FF;
	text-decoration: none; 
	font-variant: normal;
  }
.subtitel { 
  color: black;
  background: silver;
  text-align: center;
  display: block;
  border: black solid 1px;
  padding: 1px;
  text-decoration: none;
  font: 14px arial, sans-serif;  
}

/* Styles für Email-Formular */  
.e_titel { 
  color: black;
  background: silver;
  text-align: center;
  display: block;
  border: black solid 1px;
  padding: 1px;
  text-decoration: none;
  font: 14px arial, sans-serif;  
}
.e_err     { font-family:Arial; font-size: 10pt; color:red;  }
.e_f0      { font-family:Arial; font-size: 8pt;  font-style:italic; color:blue; }
.e_f1      { font-family:Arial; font-size: 10pt; font-style:italic; color:black; }
.e_f2      { font-family:Arial; font-size: 10pt; color:yellow; }
.e_f3      { font-family:Arial; font-size: 14pt; font-style:italic; color:white; }
.e_f4      { font-family:Arial; font-size: 10pt; color:black; }
.e_f6      { font-family:Arial; font-size: 10pt; font-weight:bold;  color:black; }
.e_f9      { font-family:Arial; font-size: 14pt; font-style:italic; color:#003C96; }
