/* -------------------------------------------------- */
/* StyleSheet fuer http://www.edv-kaschig.de          */
/*                                                    */
/*   Copyright (c) 1999 by Illumenia Web Publishing   */
/* -------------------------------------------------- */

.dummy {
  font-size        : 1em;
}

/*                                                    */
/* Eigenschaften fuer einzelne Tags                   */
/*                                                    */

BODY {
  color             : #148AAC;
  background        : #148AAC;
  margin-left       : 15px;
  font-family: Arial, sans-serif;
}


P, TD, TH, DIV, UL, LI { 
   font-family      : "Trebuchet MS", "Myriad Web", Georgia, sans-serif;
   font-size        : 1em;
   vertical-align   : top;
}

TD {
   vertical-align   : top;
} 

H1, H2 {
   font-family      : "Trebuchet MS", "Myriad Web", Geneva, 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;
   font-size        : 120%
}

H2 {
   font-weight      : normal;
}


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

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

/*                                                    */
/* Erscheinungsbild der Links                         */
/*                                                    */

/* 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,148,0);                       */
   background      : transparent;
   text-decoration : underline;
}

/* A:active {   */
/*   color           : #c00000;  */
/*   background      : #f0c000;      */
/*   text-decoration : none;             */
/* }                                          */


A IMG {
   /* betrifft nur IMG innerhalb von <a>-Tag */
   color           : white;
   background      : transparent;
   border-width    : 0;
   border-style    : none;
   border-color    : inherit;
}

/*                                                    */
/* Relevante Eigenschaften für die Navigationsleiste  */
/*                                                    */

.nav {
  text-align: left;
  /* für Class= */
}

#navbar {
  width            : 100%;
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color : #eeeeee;
  color            : black;
  padding          : 0px;
  font-size        : 12px;
  text-decoration  : none;
  margin           : 0;
  border           : none;
  padding          : 2px;
}

#navbar A:link, .navbar-item A:link {
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight      : bold;
  text-decoration  : none;
  /* für ID= */
}

#navbar A:visited, .navbar-item A:visited {
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight      : bold;
  text-decoration  : none;
}

/*                                                    */
/* Relevante Eigenschaften für die Fussleiste         */
/*                                                    */

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

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


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


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

.ListeZeileTrenner {
  background       : #c0c0c0;
  margin-left      : 2em;
  margin-right     : 2em;
  font-size        : 0.1em;
}

.ListeTextFuss {
  margin-left      : 2em;
  margin-right     : 2em;
  font-size        : 0.7em;
}

.heading {
  font-weight      : bold;
  color            : #FFFFFF;
  background       : #3C3E3C;
  margin-left      : 1em;
  margin-right     : 1em;
}

.headinglink {
  font-weight      : bold;
  color            : #FFFFFF;
  background       : transparent;
  margin-left      : 1em;
  margin-right     : 1em;
  text-decoration  : none;
}

.headingactual {
  font-weight      : bold;
  color            : #FFFFFF;
  background       : #2CDEEC;
  margin-left      : 1em;
  margin-right     : 1em;
}

.headingsub {
  /* font-weight      : bold; */
  color            : #FFFFFF;
  background       : #9C9E9C;
  margin-left      : 1em;
  margin-right     : 1em;
}

.headingsublink {
  /* font-weight      : bold; */
  font-size        : small;
  color            : #FFFFFF;
  /* background       : #9C9E9C; */
  background       : transparent;
  margin-left      : 1em;
  margin-right     : 1em;
  text-decoration  : none;
}

.headingsubactual {
  font-weight      : bold;
  color            : #FFFFFF;
  background       : #2CDEEC;
  margin-left      : 1em;
  margin-right     : 1em;
}

#gratis {
  color            : green;
}

#kosten {
  color            : red;
}

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

/* OL LI { font-weight: bold }  */
/* OL LI * { font-weight: normal } */

/* OL LI#1  { text-indent:0px }  */
/* OL LI#2  { text-indent:-30px }  */

