/* screen-archiv.css */

body {
 margin: 0px;
 padding-bottom: 50px;
 overflow: auto;
}

body , td, th {
 font-family: Verdana, Helvetica, Sans-Serif;
 font-size: 13px;
}

tt {
 font-family: Arial, Sans-Serif;
 font-size: 10px;
}

.titel-archiv {
  font-family: Verdana, Helvetica, Sans-Serif;
  font-weight: bold;
  font-size: 18px;
  text-align: Center;
  letter-spacing: 2px;
  white-space: Nowrap;
  height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 25px;
  background-color: #ACC3EA;
  border-bottom: solid 2px #FDA500;
}

a {
  font-family: Verdana, Helvetica, Sans-Serif;
  font-size: 13px;
  text-decoration: None;
  color: #005984;
  font-weight: normal;
}

a:visited {
  color: #005984;
}

a:hover {
  text-decoration: none;
  color: #005984;
}

td, th, caption {
  color: #000000;
  font-size: 13px;
}

hr {
  border-top: solid 1px #c4c4c4;
}

pre {
  font-family: Verdana, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #000000;
  background-color: #F5F9FC;
  border: dotted 1px #FFB62D;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 8px;
  line-height: 18px;
  display: list-item;
}

.titel-archiv tt {
 color: #FFFFFF;
}

.titel-archiv a {
 color: #FFD700;
}
