/* Stylesheet für die Navigationsbereiche der Abteilungen */

body {
	text-align: center;
	color: #0066cc; 							/* Schriftfarbe */
	background-color: white; 			   /* Hintergrundfarbe der Seite */
	font-family: Verdana, Arial;			/* Schriftart */
	font-size: x-small;						/* Schriftgroesse */
	margin-top: 20px;
	}

a {
	text-decoration: none;
	padding: 1px;
	}
 
a:link { color: #0066cc; }
a:visited { color: #0066cc; }
a:hover { color: white; background-color: #0066cc; }