body {
  text-align:   center;
  background:   #8080FF;
  white-space:  nowrap;
  font-family:  Verdana;
  overflow-y:   scroll;
  overflow:     -moz-scrollbars-vertical;
}

img {
  border: 0px;
}

#main {
  width:          999px;
  padding-bottom: 5px;
}

#menu {
  text-align:     center;
  padding-top:    5px;
  padding-bottom: 5px;
}

#menu a {
  margin-left:  20px;
  margin-right: 20px;
}

#inhalt {
  text-align:   center;
  white-space:  pre-wrap;
  white-space:  normal;
  padding:      0 50 25 50px;
}

#inhalt_index h2 {
  text-align:   center;
}

#inhalt_index {
  text-align:   justify;
  white-space:  pre-wrap;
  white-space:  normal;
  padding:      0 50 25 50px;
}

#impressum {
  padding-top:    5px;
  padding-bottom: 1px;
}

table.center {
  margin-left:  auto; 
  margin-right: auto;
}

table.center td {
  text-align: center;
}

table.cocktails th {
  padding-top:    20px;
  padding-bottom: 5px;
  white-space:    nowrap;
}

table td#zutaten {
  font-size:      90%;
  font-style:     italic;
  padding-bottom: 8px;
}

table td#zutaten_mehrzeilig {
  font-size:  90%;
  font-style: italic;
}

table.getraenke th {
  padding-top:    20px;
  padding-bottom: 5px;
  white-space:    nowrap;
}

table td#beschreibung {
  font-size:  90%;
  font-style: italic;
}

table td#hinweis {
  font-size:  75%;
  font-style: italic;
}

table.neues td {
  text-align: center;
}