	#fontSwitcher {
		position: absolute; top: 0; left: 15px; 
		font-size: 10px; line-height: 18px; /*basis für schriftgröße fixieren, damit nicht nach umschalten auch der fontswitcher größer erscheint*/
		background-color: rgba(255, 255, 255, 0.45);  /*teiltransparent*/
		}

		.wrapCenter1 #fontSwitcher {
			position: relative;
		}
		
		#fontSwitcher span.label {
			font-size: 12px; line-height: 18px; 
		}

		#fontSwitcher a {
			padding: 0 4px; 
			color: #fff; 
			font-weight: bold;
		}
		#fontSwitcher a:link, #fontSwitcher a:visited {
			color: #fff;
		}
		#fontSwitcher a:hover, #fontSwitcher a:active {
			color: #000;
		}

		#fontSwitcher #fontNormal {
			font-size: 1.0em;
		}
	
		#fontSwitcher #fontBig {
			font-size: 1.2em;	
		}
	
		#fontSwitcher #fontBiggest {
			font-size: 1.4em;	
		}