/*================================================================================================================================================*/
/*Hintergrund der gesamten Seite */
/*================================================================================================================================================*/

body       {font-family: Arial; Tahoma, taipei; font-size: 14px; background-color : #f0f0ff;  }

/* Format der der gesamten Seite zugrundeliegenden Hintergrundtabelle */
.TabelleHintergrund  { width: 100%; border-style: solid; border:0pt;margin: 0; padding: 0;  border-color: white; font-size: 12px; color: #000000; font-color : black; background-color: #f0f0ff}

/* rechter Bereich mit dem eigentlichen Seiteninhalt */
.Seiteninhalt        {background-color: #E0E0FF; font-family: Arial; Tahoma, taipei; font-size: 12px;color : darkblue; }

/*================================================================================================================================================*/
/*Grundformat für Tabellen */
/*================================================================================================================================================*/

table   { width: 100%; border-style: solid; border:0pt;margin: 2; padding: 2;  border-color: white; font-size: 12px; color: #000000; font-color : black; background-color: #F0F0FF}
td      { font-size: 12px; font-color : black;}

/*================================================================================================================================================*/
/* Sonstige Elemente */
/*================================================================================================================================================*/

hr      {color:darkblue;}         /* Querlinie */
ul      {list-style-type:square;} /* Aufzaehlung)

/*================================================================================================================================================*/
/* Verknüpfungen */
/*================================================================================================================================================*/

a:link     {color:darkblue;font-style:normal;TEXT-DECORATION:none}
a:visited  {color:darkblue;font-style:normal;TEXT-DECORATION:none}
a:hover    {color:red;font-style:normal;TEXT-DECORATION:underline}
a:active   {background:#a0a0FF;color:red;font-style:normal;TEXT-DECORATION:underline}

a.navi:link     { text-decoration: underline}                   /* normal */
a.navi:visited  { text-decoration: underline; color: #00008;}   /* besucht */

a.Bildlink:link     {border:1px solid #c0c0ff;}
a.Bildlink:visited  {border:1px solid #c0c0ff;}
a.Bildlink:hover    {border:1px solid #ff0000;}
a.Bildlink:active   {border:1px solid #ff0000;}

a.job:link     { color: #ffffff; }  /* normal */
a.job:visited  { color: #ffffff; }  /* besucht */
a.job:hover    { color: #cf0000; }

/*================================================================================================================================================*/
/* Format für Menuboxen links */
/*================================================================================================================================================*/

.Menuezelle 		{ width:150px;background-color: #E0E0FF; font-family: Arial; Tahoma, taipei; font-size: 12px;color : darkblue; }
.Menueueberschrift  { width:150px;background-color: #c0c0FF;font-family: Arial; Tahoma, taipei; font-weight: bold;font-size: 13px;color : darkblue; }
.Menuepunkt         { width:150px;background-color: #f0F0FF; font-family: Arial; Tahoma, taipei; font-size: 11px;color : darkblue; }

/*================================================================================================================================================*/
/* Format für Hauptinhalt bzw. Inhalte der alten Webseiten */
/*================================================================================================================================================*/

.TabelleSeiteninhalt { width: 100%; border:0; margin: 0; padding: 0; spacing: 0; background-color: #f0f0ff; font-family: Arial, Tahoma, taipei; font-size: 11px; color : green; }
.Ueberschrift        { background-color: #c0c0FF; height: 20; font-family: Arial; Tahoma, taipei; font-size: 15px; font-weight:bold; color : darkblue; vertical-align:middle; }
.Ueberschrift2       { font-family: Arial; Tahoma, taipei; font-size: 13px; font-weight:bold; color : darkblue; vertical-align:middle; }
.Bild                { border:1px solid #c0c0ff; }      
.Balkenueberschrift  { background-color: #E0E0FF; height: 15; font-family: Arial; Tahoma, taipei; font-size: 11px; font-weight:bold; color : darkblue; vertical-align:middle; }
.Standardtext        { background-color: #f0f0ff; font-family: Arial, Tahoma, taipei; font-size: 11px; color : darkblue; }
.Leerzeile           { margin-top: 0; margin-bottom: 0; }
.technDaten          { font-weight:bold; }              /* Spezifikation techn. Daten */
.Fusszeile           { background-color: #f0f0ff; font-family: Arial, Tahoma, taipei; font-size: 9px; color : darkblue; }
.Kleinschrift        { font-size: 10px; }
.Wechseltext         { font-family: Arial; Tahoma, taipei; font-size: 13px; font-weight:bold; color : darkblue; }

/* Sonderformat für Tabelle LEDAN-Erfassungsgeraete */
.Ledantabelle        { background-color: #e6e6ff; font-family: Arial, Tahoma, taipei; font-size: 11px; color : darkblue; }