/* -------------------------------------------------- */
/* StyleSheet fuer http://www.kaschig.org             */
/* -------------------------------------------------- */

BODY {
  color             : black;
  background        : white;
  margin-left       : 15px;
  font-family: Arial, sans-serif;
}


P, TD, TH, DIV, UL, LI {
   font-family      : "Trebuchet MS", Arial, sans-serif;
}

H1, H2 {
   font-family      : "Trebuchet MS", Arial, sans-serif;
}

PRE {
   font-family      : "Courier New", Courier, Mono, monospace;
   margin-left      : 5%;
   margin-right     : 0px;
   white-space      : pre;
}

H1 {
   font-size        : large;
   font-weight      : bold;
}

H2 {
   font-weight      : normal;
}


P {
   margin-left      : 1em;
   margin-right     : 1em;
}

CODE {
   font-family      : "Courier New", Courier, Mono, monospace;
   background       : transparent;
   color            : #000080;
}

A:link {
   color           : rgb(24,90,198);
   background      : transparent;
   text-decoration : none;
}

A:visited {
   color           : rgb(99,148,222);
   background      : transparent;
   text-decoration : none;
}

A:hover {
   color           : rgb(255,102,153);
   background      : transparent;
   text-decoration : underline;
}

A:active {
   color           : #000000;
   background      : #cc6699;
   text-decoration : none;
}


.title {
  font-weight      : bold;
  color            : black;
  background       : #eeeeee;
}


.heading {
  font-weight      : bold;
  color            : black;
  background       : #cc6699;
  margin-left      : 1em;
  margin-right     : 1em;
}

#gratis {
  color            : green;
}

#kosten {
  color            : red;
}

#wichtig {
  font-weight      : bold;
  color            : red;
}