/* Stylesheet (Notenbg.css) sollte im RLM-home-Verzeichnis sein */

body.Noten { 
background: #000033 url(bgrnd10b.jpg) repeat scroll; color: rgb(102, 204, 255); 
font-family: Arial,Helvetica,sans-serif; /* font-stretch: expanded; */
-moz-background-clip: initial; -moz-background-origin: initial; 
-moz-background-inline-policy: initial; dir: ltr; } 

/* in class="Noten"-table sollte fuer Rahmen innerhalb Iexplore etc. cellpadding="2" border="5" bordercolor="green" zusaetzlich eingetragen sein, in Musiktable-Container-Style-Definition width: 50%; height: 100%; durch width: 60%;  height: 50%; ersetzt sein, fuer Iexplore sollte fuer Rahmen zusaetzlich border="2" eingetragen sein */

table.Noten { border: none; margin: auto; padding: 2px; 
background: transparent url(Notbgr_4.gif) repeat scroll; 
-moz-background-clip: initial; -moz-background-origin: initial; 
-moz-background-inline-policy: initial; } 

A   { border-style: none; text-decoration: none; border-color: black; } 
A.1 { border-style: none; text-decoration: none; border-color: black; } 
A:hover { border-style: none; text-decoration: underline; color: white; } 
A.nobg:hover { border-style: none; text-decoration: underline; color: yellow; } 

