#headerback {
	position:absolute;	
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
#headerbackinner {
	position:relative;	
	height: 300px;
	margin: 0 auto;
	top:0;
	font-size:0.75em;
	width: 1276px;	
	background-image:url(../img/back.png);
}

#container {
	position:relative;	
	height: auto;
	margin: 0 auto;
	top:0;
	font-size:0.75em;
	width: 950px;	
}
#header {
	height:140px;	
	width:950px;
}
#logo{
	position:absolute;
	left:0px;
	width:260px;
	height:120px;
}
#language{	
	position:absolute;
	right:10px;
	top:10px;
	font-size:0.8em;
}
#mainmenu{	
	position:absolute;
	right:10px;
	top:75px;
	font-size:1.2em;
}
#submenu{	
	position:absolute;
	right:34px;
	top:175px;
	font-size:1.2em;
}


#content {
	position:relative;	
	width:auto;	
	padding:0px;
}
#contentleft {
	position:absolute;
	right:670px;
	left:0px;	
	background-color:#fff;
	padding:10px;
	margin:0 0 100px 0;
}
#contentright {
	position:relative;
	background-color:#fff;
	padding:10px;
	padding:10px 10px 10px 10px;
	margin:0 0 100px 300px;
}


#content2 { /* startseite */
	position:relative;	
	width:auto;	
	margin:0 ;
}

#contentright2 {
	position:relative;
	background-color:#fff;
	padding:10px;
	margin:0 0 100px 0;
}


#footer{
	position:fixed;
	clear:both;
	bottom:0px;
	width:100%;
	text-align:center;
}
#footerinner{
	position:relative;
	margin: 0 auto;
	height:74px;
	width:950px;
	background-image:url(../img/footerback.png);
}
#footerinner2{
	color: 627179;
	font-size:0.7em;
	line-height:1.8em;
	padding:40px 10px 10px 10px;
	text-align:left;
}
#map-canvas {
        height: 250px;
        margin: 0 0 20px 0;
        padding: 0;
      }


#covid-19{
	position: absolute;
	top: 190px;
	left: -40px;
	z-index: 100;
}
#covid-19 img{
	max-width: 300px;
}




@media (min-width: 1024px) {
	#covid-19{
		top: 160px;
		left: -50px;
	}
	#covid-19 img{
		max-width: 320px;
	}
}


@media (min-width: 1200px) {
	#covid-19{
		top: 150px;
		left: -120px;
	}
	#covid-19 img{
		max-width: 320px;
	}
}


