html{
	font-family: "Comic Sans MS";
	color: #FF9900;
}	
body{	
	background-color: #C0C0C0;
	background-image:url(./../images/exptextb.jpg);
	background-repeat:repeat;
	margin:0;
	height:100%
	}
header, footer
{
	background-image: url('./../images/arttilea.jpg');
	text-align:center;
	border: 6px solid grey;
}
header{
	height: auto;
	padding-left: 40px;
	padding-right: 40px;
	margin:15px;
}
footer{
	margin:30px;
	float: right; 
	width: 500px; 
	color:#FF0000; 
	font-size:small;    
	margin-bottom: 120px; 
	margin-top: 0px;
	display:flex;
}
a {
	text-decoration: none;
}
.angebote li{
	margin:15px;
}
.solocontent{
	display:flex; 
	background-image: url('./../images/arttilea.jpg'); 
	border: 6px solid grey;
	margin:30px;
	padding:10px;
}
img{
	
}
.impressum{
	background-color: white; 
	width:max(60%,300px);
	overflow: auto;
	padding:20px;
	margin-top: 30px;
	margin-left:20%;
	margin-right:20%; 
	margin-bottom:100px; 
	overflow:auto; 
}
.impressum h4{
	margin-bottom:0;
}