/*
   Dokumentenvorlage zur Bildschirmanzeige der Seiten von petca.gmxhome.de.

   Autor: Peter Hahn

   $Id: screen.css,v 1.6 2003/02/21 01:20:42 peter Exp $
 */


/* Gesamtes Dokument */

body
{
  margin:  3% 7% 3% 7%;
  padding: 0;

  font-family: Lucida Sans Unicode, sans-serif;
  text-align: justify;

  background-image: url(bg.body.png);
  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 Klassen */

.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;
  font-weight: bold;
}

.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;
}
