#navigationView {
	padding-left		: 8px;
	padding-right		: 8px;

	position			: absolute;
	left				: -181px;
	top					: 0px;
	bottom				: 0px;
	width				: 165px; /*Summe: 181px*/
	height				: 100%;
	overflow			: hidden;
}

#languageView {
	display				: none;
}

#buttonView {
	width				: 104%; /*damit 4 weitere Symbole nach dem Toogle-Button angezeigt werden können*/
	background-color	: transparent;
	padding-top			: 8px;
	padding-bottom		: 2px;
}
#buttonView_row_0 {
	height				: 31px;
	margin-right		: 10px;
	float				: left;
}

#buttonView_row_1 {
	height				: 31px;
	/*float				: left;*/
}

#buttonView_row_2 {
	display				: none;
}

#buttonView_row_3 {
	height				: 31px;
}
.actionButton {
	background-color	: transparent;
	width				: 29px;
	height				: 29px;
/*	padding-left		: 2px;*/
	margin-left			: 2px;
	float				: left;
	background-size		: 29px auto;
	-webkit-background-size	: 29px auto;
	background-repeat	: no-repeat;
}

#messageView {
	background-color	: transparent;
	height				: 22px;
	width				: 100%;
	font-size			: 12px;
	line-height			: 22px;
}

#selectionView {
	background-color	: transparent;
	width				: 100%;
	position			: absolute;
	left				: 0px;
	bottom				: 0px;
}

#backButtonView {
	background-color	: transparent;
	height				: 34px;
	width				: 100%;

	padding-left		: 8px;
	padding-right		: 8px;
	box-sizing			: border-box;
	-webkit-box-sizing	: border-box;
	-moz-box-sizing		: border-box;
}
#backButtonView_image {
	width				: 29px;
	height				: 29px;
	margin				: 2px 5px 0px 0px;
	float				: left;

	background-size		: 29px auto;
	-webkit-background-size	: 29px auto;
	background-repeat	: no-repeat;
}
#backButtonView_label {
	width				: 131px; /*IE7 akzeptiert ohne Breite den float des 'backButtonView_image' nicht; nicht mehr als 131px, sonst geht der IE8 nicht...*/
	height				: 34px;
	font-size			: 15px;
	line-height			: 34px;
}

#upButtonView {
	display				: none;
}
#downButtonView {
	display				: none;
}

#captionView {
	background-color	: transparent;
	width				: 165px;

	padding				: 3px 8px 3px 8px;

	font-size			: 17px;
	line-height			: 20px;
}

#scrollView {
	background-color	: transparent;
	width				: 100%;
	overflow			: hidden;

	position			: absolute;
	bottom				: 0px;
	left				: 0px;
}
.scrollViewContentClass {
	width				: 165px; /*Summe: 181px*/
	height				: auto;
	position			: absolute;
	top					: 0px;

	padding-left		: 8px;
	padding-right		: 8px;
}
.cell {
	overflow			: hidden;
	padding-bottom		: 6px;
}
.cell_label {
	width				: 157px; /*Summe: 165px == innere Breite NavigationView*/
	padding-top			: 6px;
	font-size			: 12px;
	line-height			: 12px;
	float				: left;
}
.cell_arrow {
	float				: right;
	width				: 7px;
	height				: 12px;
	background-size		: 12px auto;
	-webkit-background-size	: 12px auto;
	background-repeat	: no-repeat;
}

.hideMe {
	display				: none;
}

.hideMe_level1 {
	display				: none;
}