@media screen and (max-width:1040px) {
@-ms-viewport{ width: extend-to-zoom; zoom: 1.0;}

html, body {
	background-color:#fff;
	}

/****************** Kopf *****************/
#Kopf_breit {
	height: 120px;
	}
#Logobereich {
	position: absolute;
	width: 30%;
	height: 120;
	background-image: none;
	background-size: 100% 100%;
	background-color: #485151;
	}
#Logo {
	width: 100%;
	height: auto;
	}
#Adressbereich {
	position: absolute;
	top: 0px;
	left: 30%;
	width: 70%;
	height: 98px;
	background-position: 30% 0px;
	}
#Adresstextbereich {
	position: relative;
	right:0px;
	border-top: 2px solid #485151;
	height: auto;
	padding: 0px 30px 10px 10px;
	text-align: right;
	background-image:url(../pic/SolGeo_verlauf.gif);
	background-repeat:repeat-y;
	}
.Adresse {
	text-align: left;
	}
#Menue {
	width: 30%;
	}
/******************** Fuss ******************/
#Fuss {
	float:left;
	width: 100%;
	}

/***************** Inhalt **************/
#bodywrapper {
	width: 100%;
	}
#bodycontent {
	border-top: 0px;
	background-size: 30% 100%;
	}
#content_breit {
	width: 70%;
	}
/********* Ende 1040px *********/
}

@media screen and (max-width:800px) {
@-ms-viewport{ width: extend-to-zoom; zoom: 1.0;}

/***************** Inhalt **************/
.Textblock {
	width: 100%;
	}
.legendenDiv {
	padding: 0em 1.5em;
	}
.Bildkasten {
	margin-top: 1em;
	}
/********* Ende @media screen *********/
}

@media screen and (max-width:700px) {
@-ms-viewport{ width: extend-to-zoom; zoom: 1.0;}

/***************** Adresse **************/
#Adresstextbereich {
	padding: 0px 10px 10px 0px;
	}
.Adresse {
	margin: 13px 0px 0px 5px; 
	color: #485151;
	}
/********* Ende @media screen *********/
}

