html, body{
	text-align:center;
	height:100%;
	font-family:"Calibri";
	background-image:url(../img/himmel.jpg);
	
}
.inner
{
	width:1000px;
	height:auto;
	display:inline-block;
}
.header_1{
	width:1000px;
	height:150px;
	border:thin solid #666;
	margin-left:0px;
	margin-top:0px;
	position:absolute;
	background-image:url(../img/header.png);
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
	
}
.termine{
	
	min-height:900px;
	margin-left:0px;
	margin-top:152px;
	position:absolute;
	padding:15px 10px 10px 10px;
	width:279px;
	border-left:thin solid #666;
	border-right:thin solid #666;
	/*background-image:url(../img/grattler.png);*/
	background-size:100% auto;
	background-repeat:no-repeat;
	background-color:#CCC;
	height:auto;
}
.saal{
	border-right:solid thin #666;
	margin-left:301px;
	margin-top:152px;
	min-height:900px;
	position:absolute;
	background-color:#F90;
	/*background-image:url(../img/Saal.png);*/
	padding:15px 10px 10px 10px;
	width:680px;
}

