@media all and (max-width: 1300px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1300px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1300px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1300px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1300px), only screen and (min-resolution: 192dpi) and (max-width: 1300px), only screen and (min-resolution: 2dppx) and (max-width: 1300px) {
	#content{
		left:1%;
		width: 98%;	
	}
	#unten_1{
		width: 40%;	
	}
	#unten_3{
		display:none;
	}	
	#unten_4{
		display:none;
	}
	#botton {
    	float: right;
	}
	#right {
		width: 55%;
	}
	#menuposition {
		left: 20px;
	}
}

@media all and (max-width: 1200px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1200px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1200px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1200px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1200px), only screen and (min-resolution: 192dpi) and (max-width: 1200px), only screen and (min-resolution: 2dppx) and (max-width: 1200px) {
	#left {
		width: 100%;
		float: left;
	}
	#right {
		width: 100%;
		float: left;
	}
	#botton {
		float: left;
	}	
}