#navigationView {
	padding-left		: 12px;
	padding-right		: 12px;

	position			: absolute;
	left				: -194px;
	top					: 0px;
	bottom				: 0px;
	width				: 170px; /*Summe: 194px*/
	height				: 100%;
	overflow			: hidden;
}

#languageView {
	height					: 20px;
	padding					: 12px 0px 0px 0px;
}
.languageView_flag {
	width				: 29px;
	height				: 20px;
	float				: left;
	margin-right		: 5px;
	background-size		: 29px auto;
	-webkit-background-size	: 29px auto;
	background-repeat	: no-repeat;
	cursor				: pointer;
}
#languageView_highlight {
	width				: 27px;
	height				: 18px;
	cursor				: auto;
}

#buttonView {
	/*width				: 104%; /*damit 4 weitere Symbole nach dem Toogle-Button angezeigt werden können*/
	background-color	: transparent;
	padding-top			: 12px;
	padding-bottom		: 2px;
}
#buttonView_row_0 {
	height				: 34px;

}

#buttonView_row_1 {
	height				: 34px;
}

#buttonView_row_2 {
	display				: none;
}

#buttonView_row_3 {
	height				: 34px;
}
.actionButton {
	background-color	: transparent;
	width				: 29px;
	height				: 29px;
/*	padding-left		: 5px;*/
	margin-left			: 5px;
	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				: 36px;
	width				: 100%;

	padding-left		: 12px;
	padding-right		: 12px;
	box-sizing			: border-box;
	-webkit-box-sizing	: border-box;
	-moz-box-sizing		: border-box;
}
#backButtonView_image {
	width				: 29px;
	height				: 29px;
	margin				: 3px 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				: 36px;
	font-size			: 15px;
	line-height			: 36px;
}

#upButtonView {
	background-color	: transparent;
	height				: 25px;
	width				: 100%;
	visibility			: hidden;
}
#upButtonView div {
	position			: relative;
	left				: 50%;
	top					: 50%;
	width				: 12px;
	height				: 12px;
	margin-left			: -6px;
	margin-top			: -6px;
	background-size		: 12px auto;
	-webkit-background-size	: 12px auto;
	background-repeat	: no-repeat;
}
#downButtonView {
	position			: absolute;
	bottom				: 0px;
	left				: 0px;
	height				: 25px;
	width				: 100%;
	visibility			: hidden;
}
#downButtonView div {
	position			: absolute;
	left				: 50%;
	top					: 50%;
	width				: 12px;
	height				: 12px;
	margin-left			: -6px;
	margin-top			: -6px;
	background-size		: 12px auto;
	-webkit-background-size	: 12px auto;
	background-repeat	: no-repeat;
}

#captionView {
	background-color	: transparent;
	width				: 170px;

	padding				: 5px 12px 5px 12px;

	font-size			: 18px;
	line-height			: 20px;
}

#scrollView {
	background-color	: transparent;
	width				: 100%;
	overflow			: hidden;

	position			: absolute;
	bottom				: 0px;
	left				: 0px;
}
.scrollViewContentClass {
	width				: 170px; /*Summe: 194px*/
	height				: auto;
	position			: absolute;
	top					: 0px;

	padding-left		: 12px;
	padding-right		: 12px;
}
.cell {
	overflow			: hidden;
	padding-bottom		: 7px;
}
.cell_label {
	width				: 161px; /*Summe: 170px == innere Breite NavigationView*/
	padding-top			: 7px;
	font-size			: 12px;
	line-height			: 15px;
	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;
}