#sidebarContainer {	float: right;}
#contentContainer {	float: left;}
#sidebarContainer {	
	background: url(../../images/elements/png/line_vert.png) repeat-y left top;
	position: relative;
}
#sidebarContainer:before {
content:url(../../images/elements/png/line_vert_end.png);
	width: 2px;
	height: 50px;
	position: absolute;
	display: block;
	bottom: 0;
	margin-bottom: -50px;
	left: 0;
}
#contentContainer #content {padding-right: 0;}
#sidebarContainer #sidebar {padding-right: 0;}
/* @group behavior navigation resp./non resp. ON/Off  */
@media only screen and (max-width: 800px) {
/* was 719px */
#container {
	padding-right: 0;
	padding-left: 0;
}
#contentContainer {
	padding: 0;
	margin: 0;
}
#contentContainer #content {
	margin: 0;
}
#sidebarContainer {
	padding: 0;
	margin: 0;
	border-right-style: none;
	border-right-width: 0;
	border-left-style: none;
	border-left-width: 0;
}
}
/* @end */