/* allgemein */
body {
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none; }
h1 {
	font-family: Arial;
	font-size: 20pt;
	font-weight: bold;
	text-align: left;
	color: #000099; }
h2 {
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	text-align: left;
	color: #000099; }
h3 {
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	color: #000099; }
h4 { 
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: #000099; }
h5 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #000099; }
h6 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	color: #000099;
	margin-bottom: 12px;
	margin-top: 12px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #0000FF; }

/* Table styles */
table { border: 0px; }
td { height: 22px; 
  font-size: 10pt;
  font-family: Arial;
  }
th { height: 22px;
   font-family: Arial;
   font-size: 11pt;
   font-weight: bold;
   background-color: #9999D6;
   color: #FFFFFF; }
#data { background-color: #E6E6F5; }
.data { background-color: #E6E6F5; }
/* change id data to class data */

img { border: 0px; }
p.caption { font-size: 8pt;
   text-align: center; }
p.small { font-size: 8pt; }
p.alarm { color: #FF0000; }
.gross { /* Für die Startseite Wo, Was, Wie */
  font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000099; }

/* menu.js: */
/*Alle Farben im Menü müssen in der Datei 'menu.js' geändert werden!*/
#main_color{ background-color: #000099; }
#sub_2_color{ background-color: #5959BD; }
#dummy_color{ background-color: #8080CC; }
#m_font{
  font-family: Arial;
	color: #FFFFFF;
	font-size: 12pt; }
#Hsmall { font-family: Arial;
          font-size: 8pt;
          font-weight: bold;
          color: #000000; }
          
.ssz { 
  text-align: left;
  color: #FFFF00; }
.ssz1 {
  text-align: left;
  color: #FFFF00; 
  font-size: 36pt; }
.ssz3 {
  text-align: left;
  color: #FFFF00; }

/* DELETE THE FOLLOWING */
#table_head{
  font-family: Arial;
  font-size: 11pt;
  background-color: #9999D6; // changed by BacR 10 May 07
  font-weight: bold;
  color: #FFFFFF; }
#table_head_0{
  background-color: #9999D6; // changed by BacR 10 May 07
  font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF; }
#table_head_1{
  background-color: #9999D6; // changed by BacR 10 May 07
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF; }
#c_table_head{ background-color: #9999D6; }  /* einfach th!! */
#back{ background-color: #E6E6F5; } /* replace this with "data" */

