/*#sidebarContainer, #navcontainer2 {
	float: left;
	display: none;
}*/

#sidebarContainer, #navcontainer2 {
	float: left;
	display: none;
}
#contentContainer {
	margin-right: 0;
	margin-left: 0;
	border-right: none;
	border-left: none;
	border-left-style: none;
	border-right-style: none;
	float: none;
	width: 100%;
}
#navcontainer2 { display: none; } /* sidebarmenu OFF */

/* @group behavior navigation resp./non resp. ON/Off  */

/* On ---> controls where the navigation should appear */

#navigation_position { top: 1px !important; }

/* On ---> controls where the navigation should appear */

@media only screen and (max-width: 719px) {
#container {
	padding-right: 0;
	padding-left: 0;
}
#contentContainer {
	padding: 0;
	margin: 0;
}
#contentContainer #content {
	margin: 0;
}
#sidebarContainer {
	padding: 0;
	margin: 0;
}
}
/* @end */