body {
  text-align: center;
  background-color: #810008;
  color: white;	
  font-family:  Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0 0 80px 0;
}
h2 {
  margin: 2em auto 1em auto;
}

div#kopf {
  width: 849px;
  text-align: left;
  margin: 8px auto 8px auto;
  background-image:url(images/piazza_head.gif);
  background-repeat:no-repeat;
  padding-top: 34px;
  padding-bottom: 60px;
  border: 0px solid white;
}

a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
span#lnk_home {
   position: relative;
   left: 300px;
}
span#lnk_spk {
   position: relative;
   left: 356px;

}
span#lnk_gtrk {
   position: relative;
   left: 414px;

}
span#lnk_tgk {
   position: relative;
   left: 474px;

}
span#lnk_kontakt {
   position: relative;
   top: 13px;
   left: 763px;
   }
span#K {
   font-size: 180%;
   color: black; 
}

div#karte {
  width: 800px;
  margin: 24px auto 0px auto;
}
table.ktbl {
  width: 800px;
  border: 0px solid white;
  border-bottom: 80px solid white;
  background-color: white;
  color: black;
}
table.ktbl th {
 /* background-color: #840008; 
  color: white;  */
  font-size: 200%;
  font-style:italic;
  font-weight: normal;
  text-align: center;
  padding: 2.5em 1em 1.5em;
}
table.ktbl td.tit {
  text-align: left;
  color: black;
  padding: 2px 8px 6px 60px;
}
table.ktbl td.pr {
  text-align: right;
  color: black;
  white-space: nowrap;
  padding: 2px 60px 6px 8px;
}
table.ktbl td.rub {
  padding: 50px 8px 6px 60px;
  text-align: left;
  color: black;
  font-size: 140%;
  font-weight: bold;
}

