/*
 * General settings
 */
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  background-color: #f7f7f7;
  color: #000000;
}

/*
 * No underline for links
 */
a:link, a:visited {
  text-decoration: none;
  cursor: pointer;
}
a:link:hover, a:visited:hover {
  color: #ff0000;
}

/*
 * General layout
 */
.font {
  font-size: 13px;
}
.smallfont {
  font-size: 11px;
}
.padding {
  padding-left: 3px;
  padding-right: 3px;
}
.none {
  display: none;
}
h3.bar {
  padding-left: 5px;
  padding-bottom: 1px;
  font-size: 14px;
  background: #cfcfcf;
}
tr.head {
  background: #98c5e5;
}
tr.t0 {
  background: #ffffff;
}
tr.t1 {
  background: #d9e2ea;
}
tr.t2 {
  background: #ffff00;
}

div.sidemenu {
  font-size: 12px;
  color: #008dfd;
  width: 90px;
  float: left;
  margin-left: 0.5em;
  margin-top: 0.5em;
}
div.content {
  margin-left: 120px;
}
table.obituary {
  font-size: 13px;
  background: #ffffff;
  border: 8px solid #000000;
  padding: 10px;
}
table.obituary_small {
  font-size: 13px;
  background: #ffffff;
  border: 5px solid #000000;
  padding: 5px;
}
table.blueborder {
  font-size: 13px;
  line-height: 15px;
  border: 1px solid #008dfd;
  margin-bottom: 10px;
}
table.blackborder {
  font-size: 13px;
  line-height: 15px;
  border: 1px solid #000000;
  margin-bottom: 10px;
}
hr.simple {
  height: 1px;
  border: 1px solid #000000;
  color: #000000;
  background: #000000;
}

/*
 * LinuxDoc-SGML
 */
div.sgmlnavigation {
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  font-size: 12px;
  font-weight: bold;
  background: #e5e5e5;
  color: #000000;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  display: inline;
}
div.sgmlnavigation a {
  color: #000000;
}
div.sgmlnavigation a:link:hover, div.sgmlnavigation a:visited:hover {
  color: #ff000000;
}
h1.sgmlhead {
  font-size: 21px;
  line-height: 2em;
}

/*
 * Fortunes
 */
div.fortune {
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 10%;
  padding-right: 10%;
}
h3.fortune-title {
  margin: 0;
  position: relative;
  top: -0.7em;
  left: 15px;
  border: 1px solid black;
  background: white;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 2px;
  display: inline;
  font-size: 15px;
}
div.fortune-body {
  border: 1px solid #000000;
  background-color: #ffffff;
}
div.fortune-content {
  padding-left: 1%;
  padding-right: 1%;
  margin-top: -0.5em;
  font-size: normal;
}
div.fortune-attribution {
  text-align: right;
  font-size: 10px;
  color: darkblue;
  margin-bottom: 0px;
}
div.fortunes {
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  margin-bottom: 5px;
}
div.fortune_0 {
  background: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}
div.fortune_1 {
  background: #d7d7d7;
  padding-left: 10px;
  padding-right: 10px;
}
div.fortunes p, div.fortune_0 p, div.fortune_1 p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.pagerbutton {
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  background-color: #e0e0e0;
  color: #000000;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: -5px;
  font-weight: bold;
  width: 50px;
}
.pagerbutton:link:hover, .pagerbutton:visited:hover {
  color: #000000;
  background-color: #ffffff;
  border-top: 1px solid black;
  border-left: 1px solid black;
}

/*
 * Only for the front ad
 */
.wraptocenter {
    display: table-cell;
    vertical-align: middle;
    width: 180px;
    height: 70px;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
</style>
<!--[if IE]><style>
.wraptocenter span {
    display: inline-block;
    height: 100%;
}
.wraptocenter img {
  border: 0px;
}

/*
 * Footer
 */
div.footer {
  clear: both;
  border-top: 1px solid #707070;
}
div.footerleft {
  float: left;
  font-size: xx-small;
}
div.footerright {
  float: right;
  font-size: xx-small;
}

ul.zeitungen_neu {
  padding: 0 0;
  margin-bottom: 0px;
}
ul.zeitungen_neu li {
  list-style: none;
  margin: 0;
  margin-left: 3px;
}
ul.zeitungen_neu li a:hover {
  background-color: #dbdbdb;
}

.fortune pre, .fortunes pre {
  border: 0px;
  background: inherit;
}

pre {
  border: 1pt solid #cfcfcf;
  background-color: #F3F5F7;
  padding: 2px;
  padding-left: 2px;
  font-family: courier, monospace;
  white-space: pre;
  /* begin css 3 or browser specific rules - do not remove!
   * see: http://forums.techguy.org/archive/index.php/t-249849.html
   */
  white-space: pre-wrap;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  /* end css 3 or browser specific rules */
}

/*
 * Local variables:
 * mode: indented-text
 * mode: auto-fill
 * End:
*/
