/* DATEI: frame.css */


/* allgemeine links im text */

a:link { text-decoration:none; color:#FFFFFF; }

a:visited { text-decoration:none; color:#FFFFFF; }

a:hover { text-decoration:none; color:#FF0000; }

a:active { text-decoration:none; color:#FF0000; }



/* hintergrund, abstände */

body { background-color:#000010; background-attachment:fixed; padding:0px; }

body { margin-left:0px; margin-top:0px; margin-bottom:0px; margin-right:0px; }



/* schriftstil, abstände */

#Text01 { font-size:7pt; font-family:Verdana; }

