/* CSS-Regeln für alle Ausgabegeräte */

@media print {/* zusätzliche oder abweichende CSS-Regeln für Drucker */}


html 			{overflow-y:scroll}
body			{color:black; background-color:#FFFFFF}

#wrapper		{width:760px; margin:15px auto}

#header			{margin-bottom:5px; padding:0; text-align:center}

#text			{}

#footer			{width:800px; margin:0; padding-left:80px; position:fixed; bottom:20px}
				
#footer li		{display:inline; list-style-type:none; padding:0; margin:0}
#footer a		{text-decoration:none; color:#000000; padding:10px; font-family:"Lucida Console"; font-size:0.9em; font-weight:600; font-size:130%} 
#footer a:hover	{color:#000000}

#footer li a:hover,	
#footer li a:active,
#footer li#current a:link,
#footer li#current a:visited	{color:#FF0000; text-decoration:none}