@media speech, tty, braille {
}

@media print, embossed {
	fieldset[id="externalNavigation"] {
		display:					none;
	}
}

@media screen, handheld, projection, tv{

	fieldset[id="externalNavigation"] {
		/* -- Basis -- */
		position: 					fixed;
		z-index: 					11;
		/* -- Textblockrichtung: nachUnten -- */
		top: 						1.4em;
		/* height:					3em; */
		left:						0;
		right:						0;
		/* width:						100%; */
		
		border: 1px solid green;
		background: green;
	}

	/* -- Zeilenrichtungen -- */
	/* --- Zeilenrichtung: nach Rechts ---*/
	html[dir="ltr"] fieldset[id="externalNavigation"] {
	}

	/* --- Zeilenrichtung: nach Links ---*/
	html[dir="rtl"] fieldset[id="externalNavigation"] {
	}
}
