/*
 * Style sheet CSS2 specification
 */


BODY {margin: 3em; 
      background-image: url(../../MuM01.jpg);
      background-attachment: fixed;
      background-position: top center;
      background-repeat: repeat; 
      border: 5px solid #ffffff; 
}

h1 { font-family: "Times New Roman", Arial; font-size: 24pt; color: #000033;  
     font-style: normal; margin-bottom: 20; margin-top: 30pt; text-align: center;
}
h2 { font-family: "Times New Roman", Arial; font-size: 20pt; color: #003300; 
     font-style: normal; margin-top: 30pt; margin-bottom: 20pt; text-align: center;
}

h3 { font-family: "Times New Roman", Arial; font-size: 18pt; color: #000033;
     margin-bottom: 20pt; text-align: center; margin-top: 30pt; 
}

h4.foot { font-family: "Times New Roman", Arial; font-size: 14pt; color: #990000;
          margin-bottom: 20pt; text-align: left;
}

p.normal { font-size: 16pt; color: #000066;
           line-height: 20pt; text-align: justify;
           font-family: "Times New Roman", Arial; font-style: normal;
           text-indent: 10mm; margin-top: 1pt; margin-bottom: 10pt;
}

p.klein  { font-size: 12pt; color: #000033;
           line-height: 16pt; text-align: justify;
           font-family: "Times New Roman", Arial; font-style: normal;
           text-indent: 10mm; margin-top: 1pt; margin-bottom: 10pt;
}

p.kursiv { font-size: 16pt; color: #000066;
           line-height: 20pt; text-align: justify;
           font-family: "Times New Roman", Arial; font-style: italic;
           text-indent: 10mm; margin-top: 1pt; margin-bottom: 10pt;
}

p.center  { font-size: 16pt; color: #000099;
           line-height: 20pt; text-align: center;
           font-family: "Times New Roman", Arial; font-style: normal;
           margin-bottom: 20pt;
}

p.extra  { font-size: 18pt; color: #000099;
           line-height: 20pt; text-align: center;
           font-family: "Times New Roman", Arial; font-style: normal;
           margin-bottom: 20pt;
}

ul.foot { list-style-type: none; font-size: 12pt; color: #990000;
            font-family: "Times New Roman", Arial; font-style: normal;
            margin-bottom: 20pt;  line-height: 14pt;
}

ul.kreis { list-style-type: circle; font-size: 13pt; color: #990000;
            font-family: "Times New Roman", Arial; font-style: normal;
            margin-bottom: 20pt;  line-height: 18pt;
}

ul.rund  { list-style-type: disc; font-size: 13pt; color: #990000;
            font-family: "Times New Roman", Arial; font-style: normal;
            margin-bottom: 20pt;  line-height: 18pt;
}

ul.rundk { list-style-type: disc; font-size: 16pt; color: #000066;
            font-family: "Times New Roman", Arial; font-style: italic;
            margin-bottom: 20pt;  line-height: 20pt;
}

ul.eckig { list-style-type: square; font-size: 13pt; color: #990000;
            font-family: "Times New Roman", Arial; font-style: normal;
            margin-bottom: 20pt;  line-height: 18pt;
}

ol.foot { list-style-type: decimal; font-size: 12pt; color: #990000;
          font-family: "Times New Roman", Arial; font-style: normal;
          margin-bottom: 20pt;  line-height: 14pt;
}

ol.dezimal { list-style-type: decimal; font-size: 16pt; color: #000066;
             line-height: 20pt; font-family: "Times New Roman", Arial; 
             margin-top: 1pt; margin-bottom: 10pt;
}

ol.aklein { list-style-type: lower-alpha; font-size: 16pt; color: #000066;
             line-height: 20pt; font-family: "Times New Roman", Arial; 
             margin-top: 1pt; margin-bottom: 10pt;
}

hr.foot { color: #990000; width: 80%; size: 2; text-align: left;}
hr.mitte {color: snow; width: 50%; size: 2; text-align: center;}

sup { font-size: 12pt; }

table { border spacing: none }
th    { font-size: 16pt; color: #000066; }
A:link      { color: #0033CC; text-decoration: none }
A:visited   { color: #0033CC; text-decoration: none }
A:bb:hover  { color: #FFFF00; text-decoration: none }
A:active    { color: #FF0000; background: #CFDFEB; text-decoration: none }
