/* Datei: frame.css */
/* Definition der Stile für Schamott-WebSite */
/* Standardformate für HauptFrames (Links, Oben, Unten) */

body { font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 10pt;
       font-style: normal;
       font-weight: normal;
       color: #000066;
       background-color: #CCCCCC; }

h1 { font-size: 18pt; font-weight: bold; }
h2 { font-size: 16pt; font-weight: bold; }
h3 { font-size: 14pt; font-weight: bold; }
h4 { font-size: 12pt; font-weight: bold; }
h5 { font-size: 10pt; font-weight: bold; }
h6 { font-size: 8pt; font-weight: normal; }

a:link { font-weight: normal; color: #000000; text-decoration: none }
a:hover { font-weight: normal; color: #666666; text-decoration: none }
a:active { font-weight: normal; color: #000000; text-decoration: none }
a:visited { font-weight: normal; color: #990000; text-decoration: none }