body {
  margin:0;
  margin-top:0px;
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.3em;
  font-size:0.8em;
  text-align:center;
  background:url('hg3.jpg');
}

img {
  padding:5px;
}

#alles {
  margin:0 auto;
  margin-top:20px;
  margin-bottom:20px;
  width:780px;
  padding:0;
  border:1px solid black;
  text-align:left;
  background:white;

}

#kopf {
  margin-bottom:0px;
  padding:0;
  margin:0;
  background:#001d3a;

}

h1 {
  font-family:Georgia,"Times New Roman",Times,serif;
  font-size:28px;
  font-weight:bold;
  letter-spacing:1px;

  font-weight:normal;
  color:#001d3a;
  text-align:center;
  font-style:italic;
  padding:20px;
  margin:0;
}

h2 {
  font-family:Georgia,"Times New Roman",Times,serif;
  font-size:20px;
  font-weight:normal;
  color:#9f0000;
  margin-bottom:5px;
  border-bottom:1px dotted #001d3a;
  padding-bottom:3px;

}

h3 {
  color:#9f0000;
}




#logo {
  padding-left:5px;
  padding-top:2px;
  float:left;
  width:210px;
}

#menue {
  clear:both;
  float:left;
  padding-left:0px;
  padding-top:0px;
  // background:#001d3a;
  background:white;
  color:black;
}

#menue a {
  display:block;
  background:#9F0000;
  text-decoration:none;
  border-bottom:1px dotted #CDCDCD;
  padding:3px;
  margin-bottom:0px;
  color:#DFDFDF;
}

#umenue a {
  background:#001d3a;
  padding:0;
  border:none;
  padding-left:10px;
  margin-bottom:0;
  color:#DFDFDF;

}

#menue a:hover {
  background:red;
  color:white;
}

#umenue {
  padding-bottom:10px;
  background:#001d3a;
  width:196px;
}

#umenue a:hover {
  text-decoration:underline;
  background:#001d3a;
}

#inhalt {
  float:left;
  // background:url('grafiken/verlauf.jpg');
  background:white;
  background-repeat:repeat-x;
  margin:0;
  padding:10px;
  width:564px;
}

textarea,input {
  border:1px dotted firebrick;
  background:#DFDFDF;
}

li {
 margin-bottom:10px;
}

#fuss {
  text-align:center;
  font-size:0.9em;
  padding:2px;
}

#fuss a {
  color:firebrick;
}


#ticketplan {
  text-align:center;
}

#ticketplan td {
  width:20px;
  height:50px;
  text-align:center;
  color:black;
}

#ticketplan table {
  background-color:#004d94;
  font-weight:bold;
  font-family:Arial,sans-serif;
  border:1px solid black;
}

#ticketplan a {
  color:#9F0000;
}

#kopf img {
  padding:0;
  margin:0;
}

#vorverkauf td {
  text-align:left;
  vertical-align:top;
  border:1px solid #afafaf;
  padding:5px;
}

#vorverkauf th {
  padding:5px;
  border:1px solid #afafaf;
  background:#dfdfdf;
}

#vorverkauf .tisch {
  background:url('vorverkauf/tisch.png');
  background-repeat:no-repeat;
  background-position:center top;
  border:none;
  width:42px;
  height:93px;

  
  text-align:center;
  font-size:18px;
  font-weight:bold;
}

#vorverkauf .leertisch {
  background:transparent;
  background-repeat:no-repeat;
  background-position:center top;
  border:none;
  width:42px;
  height:93px;

  
  text-align:center;
  font-size:18px;
  font-weight:bold;
}

#vorverkauf a {
  text-decoration:none;
}

#vorverkauf .frei {
  color:#00db00;
  font-weight:bold;
}

#vorverkauf .reserviert {
  color:red;
  font-weight:bold;
}

#vorverkauf .verkauft {
  color:white;
  font-weight:bold;
}

#vorverkauf .buehne {
  background:#dfdfdf;
}

#vorverkauf h3 {
  margin-top:0;
  text-align:center;
}

#vorverkauf .tischnummer {
  font-weight:normal;
  font-size:14px;
}