.bereichfuss {
    text-align: center;
    background-image: linear-gradient(#800000, #A05F5F);
}

.head {
    text-align: center;
	background-image: linear-gradient(#A05F5F, #800000);
}

.ui-content {
    text-align: center;
}

.ui-content-left {
    text-align: left;
	margin-left:30px;
	margin-right:30px;
}

div[data-role="page"] {
	background-color: #333;
}

th {
    border-bottom: 2px solid #333;
    background-color: #333;
    color: silver;
}

tr:nth-child(even) {
    background-color: hsla(0, 90%, 0%, .8);
    border-bottom: 1px solid #333;
}

tr:nth-child(odd) {
    background-color: hsla(0, 50%, 0%, .4);
    border-bottom: 1px solid #333;
}

audio {
    width: 100%;
}

#startseite,
#ueberuns,
#termine,
#links,
#musik,
#kontakt,
#login {
    background-image: linear-gradient(#4F4F4F, #A05F5F);
    background-size:auto;
	background-repeat: no-repeat;
	background-position: center;
}

#einlogformular input {
	border: #999 solid 1px;
}

.img80 {
    width: 80;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img50 {
  max-width: 50%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img90 {
  max-width: 90%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}