/* Stylesheet für die Textbereiche der Abteilungen */

body {
	text-align: left;
	color: #004080; 							/* Schriftfarbe */
	background-color: white; 			   /* Hintergrundfarbe der Seite */
	font-family: Verdana, Arial;			/* Schriftart */
	font-size: xx-small;						/* Schriftgroesse */
	margin-left: 10px;
	margin-top: 20px;
	}
	
h1 { font-size: medium;
     margin-top: 20px;
	  margin-bottom: 2px;
	  }

a {
	text-decoration: none;
	padding: 1px;
	}
 
a:link { color: #0066cc; }
a:hover { color: white; background-color: #0066cc; }

table {
	font-size: xx-small;
	color: #004080;
	}