#reservierung h1, #reservierung h2, #reservierung h3, #reservierung h4, #reservierung h5
{
  text-align:left;
}

#reservierung table
{
  border-spacing:0px;
}

#reservierung td
{
  padding:1px 4px;
}

#reservierung table.uebersicht
{
  width:100%;
  border-top:2px solid black;
  border-bottom:2px solid black;
  border-collapse:collapse;
  border-spacing:0px;
}

#reservierung table.uebersicht th
{
  padding:5px;
  border-top:2px solid black;
  border-bottom:2px solid black;
}

#reservierung table.uebersicht td
{
  padding:5px;
  border-top:1px solid black;
  border-bottom:1px solid black;
  vertical-align:top;
}

#reservierung table.uebersicht ul
{
  padding-left:20px;
  margin:0px;
}

#reservierung p.fehler
{
  padding:5px;
  border:2px solid red;
  background-color:#FFEEEE;
}

#reservierung div.info
{
  font-size:10pt;
  padding:10px;
  margin-top:15px;
  border:2px solid black;
  background-color:#eee;
}

#reservierung div.kienzle-info
{
  padding:10px;
  margin-top:20px;
  margin-bottom:20px;
  border:2px solid black;
  background-color:#eee;
}

