
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common browsers */
:link,:visited { text-decoration:none; color: inherit; }
ul,ol { list-style:none; }
li { display: block;}
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd
{ margin:0; padding:0; }
a img,:link img,:visited img { border:none; }
address { font-style:normal; }


body
  {
    margin: 1em;
    font: 8pt Arial, Helvetica, sans-serif;
    color: #000000;
  }

h2, p
  {
    margin-top: 1em;
  }

p.url
  {
    float: right;
    margin: 0;
  }

h2
  {
    margin-top: 1.5em;
    font-size: 12pt;
  }

img.logo
  {
    width: 50%;
  }

#gastgeberlist
  {
    margin-top: 2em;
  }

tr
  {
    page-break-inside: avoid;
  }

td
  {
    vertical-align: top;
    padding: 0.3em 1.5em 0.3em 0;
    font-size: 8pt;
    white-space: nowrap;
  }

thead td
  {
    border-bottom: 2px solid #000000;
  }

tr.host td
  {
    border-top: 1px dotted #000000;
  }

tr.foot td
  {
    border-top: 2px solid #000000;
  }

td.name
  {
    white-space: normal;
  }

td.betten,
td.anzahl,
td.preis
  {
    text-align: right;
  }

td.preis
  {
    padding-right: 0;
  }

td p
  {
    margin-top: 0;
  }

td.name h4
  {
    font-weight: bold;
    margin-bottom: 0.4em;
  }

td.name p
  {
    margin-top: 0.2em;
    font-size: 8pt;
  }

td.name span.sterne
  {
    margin-left: 0.5em;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }

