#sidebarContainer {
	float: right;
}
#contentContainer {
	float: left;
	border-right: none;
	border-left: none;
	border-left-style: none;
	border-right-style: none;
}
#sidebarContainer {
	background: url(../../images/elements/png/line.png) repeat-y left top;
}
#navcontainer .parent, #navcontainer .parent:hover  { background-image: none; }
/* @group NAVCONTAINER TOOLBAR HIDE */

/* I */

#navcontainer ul ul {
	display: none;
}

#navcontainer ul ul li {
	display: none;
}

#navcontainer ul ul a {
	display: none;
}

#navcontainer ul ul a:hover{
	display: none;
}

#navcontainer ul ul #current{
	display: none;
}

/* II  --> over */

#navcontainer ul ul ul {
	display: none;
}

#navcontainer ul ul ul li
 {
	display: none;
}

#navcontainer ul ul ul li a
 {
	display: none;
}

#navcontainer ul ul ul li a:hover
 {
	display: none;
}

#navcontainer ul ul ul #current {
	display: none;
}

#navcontainer ul ul ul ul
 {
	display: none;
}

/* @end */

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

/* @group for browser test  */

#navcontainer2{
    display: block !important;
    /*force vertical toolbar for browser test */
}
.parent, .parent:hover {
	background-image: none;
	background-color: transparent;
}

/* @end */

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

#navigation_position { top: 0px !important; }

/* OFF ---> 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 */