/* Verweise */
a:link{text-decoration: none;color: #000000;}
a:visited{text-decoration: none;color: #000000;}
a:hover{COLOR:#FFFF00;}
a:active{text-decoration:none;color: #FFFF00;}
a:focus{COLOR:#FFFFFF;}
/*  HTML-Elementtypen   */
body{
         MARGIN-LEFT:20px;
         FONT-SIZE:16px;
         BACKGROUND-ATTACHMENT:scroll;
         FONT-FAMILY:Arial,Verdana,Helvetica,sans-serif;
         BACKGROUND-COLOR:#D3D3D3
}
*{       color:#000000;
}

h1{      font-size:30px;
         text-align:center;
         text-decoration:underline;
}
h2{
        font-size:25px;
        text-align:center;
        text-decoration:underline;
        font-weight:bold;
}
h3{
        font-size:18px;
        text-align:center;
        font-weight:bold;
}
h4{
        font-size:18px;
        text-align:left;
        font-weight:bold;
        text-decoration:underline
}
/* Schriften   */
.RotGrossFett{
         FONT-SIZE:60px;
         FONT-WEIGHT:bold;
         COLOR: #FF0000;
}
.RotMittel{
         FONT-SIZE:40px;
         FONT-WEIGHT:normal;
         COLOR: #FF0000;
         }
.SchwarzMittel{
         FONT-SIZE:40px;
         FONT-WEIGHT:normal;
         COLOR: #000000;
}
.SchwarzKlein{
          FONT-SIZE:15px;
          FONT-WEIGHT:normal;
          COLOR: #000000;
          }
.Fett{    font-weight:bold;
}
.Normal{  font-weight:normal;
}
/*  Absätze und Formate  */

.LogoRand{
    width:1100px;
    border-bottom-width:5px;
    border-bottom-style:solid;
    border-color:#0000A0;
    background-color:#C0C0C0;
    padding:5px;
}
.Logo{
    width:1100px;
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-color:#0000A0;
    FONT-SIZE:25px;
    FONT-WEIGHT:bold;
    color:#0000A0;
    background-color:#C0C0C0;
    text-align:center;
    padding:5px;
    }


.StrichWeiss {width:800px;
             color:#FFFFFF;
             height:2px;
}


.Text{
             color:black;
             font-weight:normal;
             font-size:16px;
             text-align:left;
             line-height:22px;
}
.TextBetont{
              color:black;
              font-weight:bold;
              font-size:16px;
              text-align:left
              line-height:22px;
}
.Aufforderung{
                color:red;
                font-weight:bold;
                font-size:20px;
                text-align:center
}
.TabText{
              Width:900px;
              color:#000000;
              font-weight:normal;
              font-size:16px;
              text-align:left;
              line-height:22px;
}
.TabTextFett{
              Width:900px;
              color:#000000;
              font-weight:bold;
              font-size:16px;
              text-align:left;
              line-height:22px;
}
.TabTextRotFett {
              Width:900px;
              color:#FF0000;
              font-weight:bold;
              font-size:16px;
              text-align:left;
              line-height:22px;
}
.TabTextRotGross {
              Width:900px;
              color:#FF0000;
              font-weight:bold;
              font-size:18px;
              text-align:left;
              line-height:24px;
}.WeiterVerweis{
          padding:20px;
          border:10px solid #FFFF00;
          font-size:20px;
          text-align:center;
          border-style:outset;
          width:400px
}
.ZurueckVerweis{
            margin-left:auto; /*das ist die zentriereung für nicht ms-browser*/
            margin-right:auto; /*das ist die zentrierung für nicht ms-browser*/
            text-align:center;
            padding:15px;
            border:10px outset #FFFF80;
            font-size:20px;
            text-align:center;
            height:80px;
            width:250px
}
.Zentrierung{
        margin-left:auto; /*das ist die zentriereung für nicht ms-browser*/
        margin-right:auto; /*das ist die zentrierung für nicht ms-browser*/
        text-align:center;  /*das ist die zentrierung für ms-browser - eigentlich nur für text*/
         }
.MenueBilder{
        text-align:center;
         border:5px outset #C0C0C0;
         }