/* DATEI: spring.css *//*Rote Version vom 31.12.02*//* Allgemeine Seiteneinstellungen*/body         { 	background-color: #CC0000; 					font-size: 14pt; 					font-family: Times New Roman;                	color: #000000;                	font-weight: bold; 				}               /* Allgemeine Definition für Schriftart */ p, h1, h2, h3, h4, h5, ul, ol, li, div, td, th, tt, address, blockquote, nobr, b, i 				{ 	font-family: Times New Roman; 					font-style: italic 				}/* Überschriften und hervortretende Texte */h1           { 	font-size: 24pt; 					color: #FEFAD8; 					font-family: Times New Roman; 					font-weight: bold 				}/* Seitenüberschriften */h2           { 	font-size: 14pt; 					color: #00000; 					font-family: Times New Roman; 					font-weight: bold 				}h3           { 	font-size: 14pt; 					color: #FEFAD8; 					font-family: Times New Roman; 					font-weight: bold  				}h4 				{ 	font-size:14pt; 					font-weight:bold; 					color: #000000; font-family: 					Times New Roman; 					font-weight: bold 				}h6 { font-size:8pt; color: #000000; font-family: Times New Roman }/* Definiton der Link-Colors */a:link       	{ 	color: #FEFAD8				}a:hover      	{ 	color: #ff6666; 					text-decoration: underline 				}a:visited    	{ 	color: #ff6666}a:active 		{ 	color:#FFCC00; 					text-decoration:underline;				}				/* Definiton der Link-Colors auf der Formatierung .tabletext */a:link.extra		{ 	color: #CC0000}a:hover.extra		{ 	color: #ff6666; 					text-decoration: underline}a:visited.extra	{ 	color: #ff6666}a:active.extra	{ 	color:#FFCC00; 					text-decoration:underline;				}.tabletext   { background-color: #FEFAD8; position: relative; width: 100%; border-style:                double; border-color: #ffcc00; margin-left: 20; margin-right:                20; margin-top: 0; padding: 10 }