/* Formatangaben für Homepage der SG Monheim Handball */


/* BODY */
body
   { margin-top:5px;
     margin-bottom:5px;
   }


/* Normaler Text */
p, ul, ol, li, div, td, th, address, blockquote, nobr, b, i
   { font-size:10pt;
     color:#000080;
     font-family: Tahoma, Arial, Verdana, sans-serif; }


/* Seitentitel */
h1
   {
     font-size:18pt;
     font-weight:bold;
     color:#000080;
     font-family: Verdana,Arial,sans-serif;
     filter:Shadow(color=#808080, direction=135);
   }


/* Seitenueberschriften */
h2 
   { font-size:16pt;
     font-weight:bold;
     color:#000080;
     font-family: Verdana, Arial, sans-serif; }


/* Zwischenueberschriften */
h3 
   { font-size:12pt;
     font-weight:bold;
     color:#000080;
     font-family: Verdana, Arial, sans-serif; }


/* normaler Text in Fusszeile */
h5
   { font-size:8pt;
     color:#000080;
     font-family: Tahoma, Arial, Verdana, sans-serif; }


/* Fusszeile (grau)*/
p.grau
  { font-size:8pt;
    color:#808080;
    font-family: Tahoma, Arial, Verdana, sans-serif;  }


/* Titel bei Teams */
.titel 
   { font-size:10pt;
     font-weight:bold;
     color:#000080;
     font-family: Verdana, Arial, sans-serif; }


/* kleiner Text */
.klein
   { font-size:8pt;
     color:#000080;
     font-family: Tahoma, Arial, Verdana, sans-serif; }


/* Zeitungsberichte */
.bertitel 
   {
     font-family:Arial,sans-serif;
     font-size:12pt;
     font-weight:bold;
     color:#000080;
   }
.berfett
   { font-family:"Times New Roman",Arial,sans-serif;
     font-weight:bold;
     font-size:10pt;
     text-align:justfy;
     text-ident:1cm;
     color:#000000;
   }
.ber
   { font-family:"Times New Roman",Arial,sans-serif;
     font-size:10pt;
     text-align:justfy;
     text-ident:1cm;
     color:#000000;
   }
.berkleinsw
   { font-family:"Times New Roman",Arial,sans-serif;
     font-size:8pt;
     color:#000000;
   }
.berklein
   {
     font-family:Arial,sans-serif;
     font-size:8pt;
     color:#000080;
   }


/* Links */
a:link
   {
     color:blue;
     text-decoration:underline;
   }
a:visited
   {
     color:gray;
     text-decoration:underline;
   }
a:active
   {
     color:green;
     text-decoration:underline;
   }
a:hover
   {
     color:red;
     text-decoration:none;
   }
.sehrklein { font-size: 8pt; font-family: Tahoma, Arial, Verdana, sans-serif; color: #808080; }
