// CSS-Datei für das Schillerprojekt//body {   background-image:url(lg_hg_kl.jpg);    background-color: rgb(204,255,255);    background-position: -50px 300px;   background-repeat:repeat-x;   background-attachment:fixed; padding:0px;   font-family:sans-serif; }#box1 { position:absolute; 	top:10px; 	right:20px; 	padding:5px; 	z-index:90; 	text-align:right; 	vertical-align:middle;	border: 1px solid black; 	vertical-align: middle;	background-image: url(tabellen_hg_hblau.gif); 	}#box2 { position:absolute;	top:50px;	left:320px;	width:640px;	height:50px;	z-index:0;	text-align:left;	border:0px;	font-family: sans-serif;	font-style: italic;	font-size: 48pt;	}a:link { text-decoration:none; }a:visited { text-decoration:none;	color: rgb(128,0,128); }a:hover { text-decoration:underline; 	color:white; 	background:blue;	}a:active { text-decoration:underline;	color: yellow; }td { font-family: sans-serif; }@media print{  /* ... Formatdefinitionen zum Drucken ... */  .nichtdruck {display:none}  .druck {display:inline}}@media screen, handheld{  /* ... Formatdefinitionen zur Bildschirmausgabe ... */}
