/* CSS Datei für RoSsoft
Erstellt von Ronny Schlinger */


body, textarea         { font-family: "Arial", "Helvetica", "HelmetCondensed", "Verdana", "Swiss", "Geneva", "Sans Serif", "sans-serif";
                  font-size: 10pt;
                  background-color: #000000;
                  color: #CC66FF;
                  scrollbar-Face-Color:#595959; scrollbar-Shadow-Color:#0000FF;
                  scrollbar-Highlight-Color:#0000FF; scrollbar-3dLight-Color:#808080;
                  scrollbar-Arrow-Color:#000000; scrollbar-Track-Color:#363636;
                }

/*-----------------------Tabellen----------------------*/
table            { font-size: 10pt;
                }

/*------------------------Links------------------------*/
a                { color: #cc66ff; text-decoration: none;
                }
a:link          { color: #cc66ff; text-decoration: none;
                }
a:active        { color: #cc66ff; text-decoration: underline;
                }
a:visited       { color: #cc66ff; text-decoration: none;
                }
a:hover         { color: #dddddd; text-decoration: underline;
                }

/*-------------Überschriften Größe 1 bis 5-------------*/

h1                { font-size: 12pt; text-decoration: underline;
                  margin: 5px; font-weight: normal; text-align: left;
                }
h2                     { font-size: 14pt; font-weight: normal;
                  margin: 5px; text-align: center;
                       }
h3                     { font-size: 12pt; font-weight: normal;
                  margin: 5px; text-decoration: underline;
                       }
