/*navigation*/
			/* versteckt die input-checkbox */
			#menue	{ display: none; }
	
			label { position: absolute; top: 5px; right: 10px; color: lightgray; font-size: 20px; color: white;
				    text-transform: uppercase; cursor: pointer; padding: 30px; background-color: lightgray; }
			nav {position: relative; top: -9999px;}
			ul { line-height: 200%; }
	
			/* holt das menue auf den bildschirm */
	
			input#menue[type=checkbox]:checked ~ nav { position: absolute; top: 1px; right: 10px; font-size: 16px; text-transform: uppercase; cursor: pointer; }
			input#menue[type=checkbox]:checked ~ label { display: none; }
			#navigation { font-size: 14px; position: absolute; z-index: 1; top: 1px; right: 20px; padding: 30px;
						 background-color: lightgray; list-style-type: none; }
			a { color: white; }
			li {list-style-type: none; }
			a:hover, a:focus, a.auswahl { color: black;	background-color: lightgray; }