.bereichfuss {
    text-align: center;
    background-image: linear-gradient(#444, #222);
}

div[data-role="page"] {
	background-color: #FFFFFF;
}

.bildiminhalt {
    width: 100%;
    height: auto;
}

#termine {
	background-image: url(file:///Macintosh%20HD/private/var/folders/9_/hk0tt0157j97jxc773x4hysw0000gn/T/wzQL.eUQCQi/musiker/bilder/gitarre.jpg);
	background-size:cover;
	background-position: bottom right;	
}

th {
    border-bottom: 2px solid #333;
    background-color: #7B7B7B;
    color: white;
	text-align: center;
}

.headertable{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

tr:nth-child(even) {
    background-color: hsla(0, 100%, 100%, 1.0);
    border: 1px solid #D9D9D9;
	color: black;
	
}

tr:nth-child(odd) {
    background-color: hsla(0, 0%, 0%, 0.0);
    border: 1px solid #D9D9D9;
	color: black;
}

a:link{
	color: black;
	font-family: "Arial", "sans-serif";
}
a:visited{
	color: black;
	font-family: "Arial", "sans-serif";
}
a:hover{
	color: darkred;
	font-family: "Arial", "sans-serif";
}
a:active{
	color: darkred;
	font-family: "Arial", "sans-serif";
}


audio {
    width: 100%;
}

#header {
 	background-color: #555555;
 	height: 200px;
 	width: 100%;
 	float: left;
}
#menu {
 	background-color: #555555;
 	float: left;
	width: 100%;
 	height: 30px;
}
#content {
 	background-color: #E4E4E4;
 	float: left;
 	height: 100vh;
	overflow: scroll;
 	width: 100%;
}
#footer {
 	background-color: #FFFFFF;
 	float: left;
 	height: 40px;
 	width: 100%;
}
#everything {
 	background-color: #FFFFFF;
 	width: 100%;
	height: 100vh;
	overflow: hidden;
}