body
{ 
  background-image: url(../images/pathline.gif);
  background-repeat: repeat-x;
  background-color: #FFFFFF;
  margin-left: 18;
  margin-right: 18;
  margin-top: 7;
  margin-bottom: 18;
/*
  scrollbar-3dlight-color:#F7EEE2;
  scrollbar-highlight-color:#E0D2BF;

  scrollbar-face-color:#C2B4A2;
  scrollbar-arrow-color:#6A5E4F;

  scrollbar-shadow-color:#B09F88;
  scrollbar-darkshadow-color:#987E7C;

  scrollbar-track-color:#E6DCCF;
  scrollbar-base-color:#E5DAC5;
*/
}           

/******************************************************************/
/* scrollbar-base-color = Basisfarbe der Scroll-Leiste            */
/* scrollbar-3dlight-color = Farbe für 3D-Effekte                 */
/* scrollbar-arrow-color = Farbe für Verschiebepfeile             */
/* scrollbar-darkshadow-color = Farbe für Schatten                */
/* scrollbar-face-color = Farbe für Oberfläche                    */
/* scrollbar-highlight-color = Farbe für oberen und linken Rand   */
/* scrollbar-shadow-color = Farbe für unteren und rechten Rand    */
/* scrollbar-track-color = Farbe für freibleibenden Verschiebeweg */
/******************************************************************/

body,p,td,li,ul
{ 
  font-family: "Trebuchet MS",Tahoma,Geneva,Arial,Helvetica,sans-serif;
  color: #202020;
  font-weight: normal;
  font-size: 14px;
}

.path           
{ 
  font-family: "Trebuchet MS",Tahoma,Geneva,Arial,Helvetica,sans-serif; 
  color: #0D2240; 
  font-weight: normal; 
  font-size: 12px; 
  letter-spacing: 2px; 
  text-decoration: none;
}

.header
{
  font-family: "Trebuchet MS",Tahoma,Geneva,Arial,Helvetica,sans-serif;
  color: #0D2240;
  font-weight: bold;
  font-size: 17px;
}

.text
{
  font-family: "Trebuchet MS",Tahoma,Geneva,Arial,Helvetica,sans-serif;
  color: #202020;
  font-weight: normal;
  font-size: 14px;
}

.textlarge
{
  font-family: "Trebuchet MS",Tahoma,Geneva,Arial,Helvetica,sans-serif;
  color: #202020;
  font-weight: normal;
  font-size: 16px;
}

.textxlarge
{
  font-family: "Trebuchet MS",Tahoma,Geneva,Arial,Helvetica,sans-serif;
  color: #202020;
  font-weight: normal;
  font-size: 18px;
}

.textsmall
{
  font-family: "Trebuchet MS",Tahoma,Geneva,Arial,Helvetica,sans-serif;
  color: #202020;
  font-weight: normal;
  font-size: 12px;
}

.textxsmall
{
  font-family: Arial, Verdana, Helvetica, Geneva, Swiss, Sans-Serif;
  color: #202020;
  font-weight: normal;
  font-size: 10px;
}

.textwhite
{
  font-family: "Trebuchet MS",Tahoma,Geneva,Arial,Helvetica,sans-serif;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 14px;
}

.textmono
{
  font-family: Courier New, Courier, Monospaced;
  color: 000080#;
  font-weight: normal;
  font-size: 14px;
}

.textred
{
  font-family: "Trebuchet MS",Tahoma,Geneva,Arial,Helvetica,sans-serif;
  color: #D00000;
  font-weight: normal;
  font-size: 14px;
}

.texttableheader
{
  font-family: "Trebuchet MS",Tahoma,Geneva,Arial,Helvetica,sans-serif;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
}

.backtableheader
{
  background-color: #46A015;
}

.backviolet
{
  background-color: #800080;
}

.backgreen
{
  background-color: #29A96A;
}

.backblue
{
  background-color: #000080;
}

.backbrown
{
  background-color: #800000;
}

.backgray
{
  background-color: #DDDDDD;
}

.backred
{
  background-color: #BB0000;
}

/* Bei den nachfolgenden Pseudo-Klassen ist die Reihenfolge sehr wichtig   */
/* Je weiter unten eine Deklaration steht, desto höher ist ihre Priorität  */
/* "hover" ist erst ab CSS 2.0 definiert, Netscape 4.7X kann es noch nicht */

a:link { color:#0000D0; text-decoration:none; }
a:visited { color:#0000D0; text-decoration:none; }
a:active { color:#0000D0; text-decoration:none; }
a:hover { color:#0000D0; text-decoration:underline; }
