/*
  Stylesheet für die Darstellung der Website Loksoft.ch
*/

/* Allgemeine Definitionen */
body {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  background-image: url(../image/Loksoftbk.gif);
}

.left_corner
{
  position:relative;
  left:0;
  top:0;
}

h1
{
  font-style:italic;
  border-top-style:groove;
  border-top-width:thick;
  border-top-color:Gray;
  border-bottom-style:groove;
  border-bottom-width:thin;
  border-bottom-color:Gray;
}

.title {background-color:#f0f0f0;}

/* Menü */
.rightCol { /**/ }

.leftCol {
  background-color:#f0f0f0;
  border-style:none;
  width:8em;
  padding-right:5px;
}

/* Bildüberschrift */
.inscription{
  font-size:1.2em;
  font-weight: normal;
  font-style:italic;
}

/* Pascal Script */
.pas1-reservedword { background-color: #FFFFFF; color: #000080; font-weight: bold; }
.pas1-space { background-color: #FFFFFF; color: #000000; }
.pas1-symbol { background-color: #FFFFFF; color: #0000FF; }
.pas1-identifier { background-color: #FFFFFF; color: #800000; }
.pas1-string { background-color: #FFFFFF; color: #000000; }
