/*----Normaler Bildschirm----*/
#rescontentintro{
	width:1070px;
	margin: 0px auto;
}
#rescontent{
	width:1013px;
	margin: 0px auto;
}

#mobilenavi{
	display:none;
}

#kastenlinksintro{
	width:300px;
	float:left;
	text-align:left;
}
#kastenlinkscontent{
	width:220px;
	float:left;
	text-align:left;
}

#kastenmitte{
	width:470px;
	float:left;
}
#kastencontent{
	width:793px;
	float:left;
}

#kastenrechts{
	width:300px;
	float:left;
	text-align:left;
}

/*----Tablet Quer u kleine Laptops----*/
@media only screen and (max-width: 1024px) {
       #kastenlinksintro{
		display:none;
	}
	#kastenlinkscontent{
		display:none;
		}
       #kastenrechts{
		display:none;
	}
	#rescontentintro{
		width:470;
	}
	#rescontent{
		width:793px;
		margin: 0px auto;
	}
	#mobilenavi{
		display:block;
	}
}


/*----Tablet Hochformat----*/
@media only screen and (max-width: 768px) {
	a:hover{
		text-decoration:none;
	}
}

/*----irgendwo dazwischen----*/
@media only screen and (max-width: 600px) {
	#rescontentintro{
		width:100%;
	}
       #kastenmitte{
		width:100%;
		float:left;
	}
}

/*----Smartphones----*/
@media only screen and (max-width: 480px) {
	#rescontentintro{
		width:100%;
	}
       #kastenmitte{
		width:100%;
		float:left;
	}

}