.cell_pagecontent, .cell_mainmenu, .cell_kontaktpersonen_in_footer {
	min-width: 880px; /* 750px? */
	max-width: 1200px;
}

.cell_mainmenu {

}



@media (min-width: 1px) and (max-width: 875px) { /* zw. 750px und 875px */
	
	/* Seitenbreite NAV / CONTENT */
	.cell_left_wrapper { /* 250 von 1000 */
		width: 30%;
	}
	.cell_right_wrapper { /* 750 von 1000 */
		width: 70%;
	}
	
	/* NAV2 */
	.nav2 {
		font-size: 22px;
	}
	
	/* TEMPLATES */
	.ecenter_kontakt_ablaufplan {
		right: 5px;
	}
	.ecenter_kontakt_ablaufplan a {
		font-size: 14px;
		font-weight: bold;
		padding: 3px;
	}
	.ecenter_cell_annahme_left {
		font-size: 15px;
	}
	.ecenter_cell_annahme_left .content_subtitle {
		font-size: 17px;
	}
	.ecenter_cell_annahme_right .content_subtitle {
		font-size: 17px;
	}
}


@media (min-width: 875px) and (max-width: 1000px) { /* zw. 875px und 1000px */
	
	/* Seitenbreite NAV / CONTENT */
	.cell_left_wrapper { /* 250 von 1000 */
		width: 30%;
	}
	.cell_right_wrapper { /* 750 von 1000 */
		width: 70%;
	}
	
	/* NAV2 */
	.nav2 {
		font-size: 23px;
	}
	
	/* TEMPLATES */
	.ecenter_kontakt_ablaufplan {
		right: 15px;
		
	}
}


@media (min-width: 1000px) and (max-width: 1400px) { /* zw. 1000px und 1400px */
	
	
}

@media (min-width: 1400px) and (max-width: 5000px) {
	
	
}


/* 2-3 row layout */
/* 3 rowcells: 996 - 1168 */
.cell_3row_img {
	height: 220px;
}


