@media screen and (max-width: 1280px) {
	#header tbody tr td#login_header {
		display:none;
	}
	/*li#menu_button_InvoicingOverview,*/
	li#menu_button_Planning,
	li#menu_button_MediaPersons,
	li#menu_button_UsersManual,
	li#menu_button_Offers,
	li#menu_button_MyTimeSheet {
		display: none;
	}
	#menu a {
		padding: 3px 10px;	}
	#sidebar {
		display: none;
	}
	#content_narrow #content-margin {
		margin: 0;
	}
	.save_width {
		display:none;
	}
}
@media screen and (max-width: 1024px) {
	li#menu_button_MyTimeSheet {
		display: block;
	}
	li#menu_button_Logout {
		display: none;
	}
	#header tbody tr td#logo {
		display: none;
	}
	.save_more_width {
		display:none;
	}
	div.textbutton img,
	a.textbutton img {
		display: none;
	}
	#tabcontrol #tabs a {
		margin-right: 2px;
		padding: 2px 5px;
	}
	#tabcontrol #tabs a.activetab {
		margin-bottom: -1px;
		padding-bottom: 3px;
	}
}
@media screen and (max-width: 500px) {
	.save_even_more_width {
		display:none;
	}
}

