/* ################################################################################################################################### */
/* in dieser Datei werden die Gestaltungselemente des Kopfes festgelegt*/

body {
  margin: 0px; /* Außenabstand des Bodytags */
  padding:0px; /* Innenabstand */
  font-family: Arial, Helvetica; Verdana;
}

table {

  border-collapse: collapse;
  width: 100%;
}



.zeile{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  background-color:#6699cc;	/* blau */
  font-size: 14px;
  font-style: italic;
  color: #ffffff;
  white-space:nowrap;
}


.navi {
  width: 150px;
}

.autor{
  width: 200px;
}

.stand {
  width: 330px;
}

.druck {
  width: 100px;
  text-align: right;
  padding-right: 10px;
}

.bild {
  width: 140px;
}

/* Links */
a {
  text-decoration: none;
  color: #ffffff;
}
a:link {}		/* noch nicht besucht*/
a:visited {}	/* besucht */
a:active {}	/* Eigenschaft in dem Moment, in dem gerade geklickt wird*/
a:hover{text-decoration: underline;}	/* Info bei on mouse over */