/* -------------------------------------------------- */
/* StyleSheet fuer http://www.bjoernsworld.de         */
/*                                                    */
/*   Copyright (c) 1999 by Illumenia Web Publishing   */
/* -------------------------------------------------- */

.dummy {
   font-size        : 100%;
}

/*                                                    */
/* Eigenschaften fuer einzelne Tags                   */
/*                                                    */

BODY {
  color             : black;
  background        : white; /* url(http://www.bjoerns-world.de/images/bg-lila.gif); */
  margin-left       : 15px;
}

P, TD, TH, DIV, UL, LI { /* A:link, A:visited */
   font-family      : "Trebuchet MS", "Myriad Web", Georgia, sans-serif; 
}

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;
}

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);
   color           : #aaa;
   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 {
   color           : white;
   background      : transparent;
   border-width    : 0; 
   border-style    : none; 
   border-color    : inherit; 
}

/*                                                    */
/* Relevante Eigenschaften für die Navigationsleiste  */
/*                                                    */

.bjoernsworld {
  text-align: left;
}

#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;
}

#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-title {
  font-weight      : bold;
  color            : black;
  background       : #eeeeee;
}


/* OL LI { font-weight: bold }
OL LI * { font-weight: normal } */
