/*
   Dokumentenvorlage zum Drucken der Seiten von petca.gmxhome.de.

   Autor: Peter Hahn

   $Id: print.css,v 1.4 2002/11/27 16:39:05 peter Exp $
 */


/* Seitenränder */
@page :left { margin-left:1.5cm; margin-right:2cm;  }
@page :right { margin-left:2cm; margin-right:1.5cm;  }

/* Gesamtes Dokument */

body
{
  font-family: Lucida Sans Unicode, sans-serif;
  text-align: justify;
  background-image: url(bg.body.png);
  background-repeat: repeat-y;
  background-color: white; /* Korrespondiert zum rechten Rand von bg.body.png.*/
}


/* Allgemeine Tags */

h1, h2, h3, h4, h5, h6
{
  padding: 0.1ex 0.1em;
  color: white;
  background-image: url(bg.hx.png);
  background-repeat: repeat-y;
  background-color: #999999; /* Korrespondiert zum rechten Rand von bg.hx.png.*/
}

dt { font-weight: bold; }

kbd, code { font-family: Lucida Console, typewriter; }

ol { list-style-type:lower-roman; }

th
{
 background-color: silver;
}

/* Zum Debuggen.
tr, th, td
{
  vertical-align: top;
  border-style: solid;
  border-width: 1px;
  boder-collapse: collapse;
} */


/* Spezielle Tags */

.title
{
  text-align: center;
  padding: 1ex 1em;
}

.navigation
{
  padding: 1ex 1em;
  margin: 0.5ex 0.5em;
  text-align: left;
}

.navigationSelected
{
  padding: 1ex 1em;
  margin: 0.5ex 0.5em;
  text-align: left;
}

.navigationLeft
{
  text-align: left;
}

.navigationRight
{
  text-align: right;
}

.navigationBar
{
  vertical-align: top;
  padding: 0 1.2em 0 0;
}

.navigationTable
{
  margin-top: 1ex;
  width: 100%;
}

.terminal
{
  margin-left: 3em;
  margin-right: 3em;
  border-width: thin;
  border-style: solid;
  background-color: silver;
  padding: 1ex 1em;
}

.pendants
{
  vertical-align: top;
}

.profil
{
  text-align: left;
  vertical-align: top;
  padding-right: 1em;
}


/* Pseudo-Tags: Verweise */

a
{
  color: navy;
  text-decoration: none;
}

a:hover
{
  color: navy;
  text-decoration: underline;
}
