body {
  text-align: center; /* Zentrierung IE */
  font-family: Verdana, arial, Helvetia, sans-serif;
}

#seitenbereich {
  text-align:left;  /* Inhalt wieder links */
  margin: 0 auto;   /* Zentrierung mitte */
  width: 980px;
  background-color:beige;
}

#kopfzeile {
  border-bottom:1px solid black;
}

#navi {
  float:left;
  width:13em;
}

#inhalte {
  margin-left: 14em;

}
  a{display: block;
     font-size: 14px;
     text-decoration: none;
     border: solid 1px #FFFF99;
     margin: 0.4em;
     padding: 0.2em;
     }

.bildvorschau {float:left; }

  a:hover {background-color: white;
           border: solid 1px navy;
           color: navy;
                          }
  a:visited {color: green;}

  h2 { color:#008000;
    border-style: solid;
    border-width: 1px;
    border-color: blue;
    margin: 0.4em;
    padding: 0.2em;
    width:95%;
      }
        h3 { color:#008000;
    border-style: solid;
    border-width: 1px;
    border-color: blue;
    margin: 0.4em;
    padding: 0.2em;
                width: 82%;
        }

table { border-collapse: collapse;
      padding:0; margin-left: 0.5em; font-size:9pt;
 }

caption {
        border: solid navy 1px;
        font-size: 1.5em;
}
th{font-size:1.2em;
        color: navy;
        background-color: #90EE90;
        font-style: normal;

        }



#p7 {
        color: #0000CC;
        font-variant: small-caps;
		font-size: 10pt;
        text-decoration: underline;
        text-indent: 2em;
}

#p8 {
        color: #000000;
        font-size: 9pt;
        text-indent: 2em;
}

#p10 {color: #000000;
      font-size: 10pt;
                }


#p11 {
        color: #000000;
        font-size: 11pt;
        font-weight: bold;
}

#p9 {
        color: #000000;
        font-size: 9pt;
        text-align: justify;
        text-indent: 2em;
}

#p53{color:black; font-size: 9pt; background-color:#C9CDF1;
}
