#seitenbereich {
    width: 1000px;
    margin: 0 auto;
}

.inhalt {
    padding: 1em;
    background-color: #FBE4B8;
}

/* Style der Navigation*/
#navi-ul {
   list-style-type: none;
   margin: 0 auto;
   overflow: hidden;
   padding: 0em;
   background-color: #6D6563;
}

#navi-li {
   float: left;
}

#navi-li a {
   display: block;
   color: #F2F2F2;
   text-align: center;
   padding: 1.5em 3.0em;
   text-decoration: none;
}

#navi-li a:hover {
   background-color: #111;
}

/* Ende Style der Navigation*/

footer {
    background-color: #6D6563;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 1em;
    clear: right;
    color: #FFF;
}

body {
   font-family: arial;
   font-size: 12pt;
   background-color: #E9E4E0;
}

h1 {
   color: #000000;
   font-family: Arial;
   font-size: 22pt;
   font-weight: bold;
}

h2 {
   color: #000000;
   font-family: arial;
   font-size: 16pt;
   font-weight: bold;
}

h3 {
   color: #000000;
   font-family: arial;
   font-size: 14pt;
   font-weight: bold;
}

h4 {
   color: #000000;
   font-family: arial;
   font-size: 12pt;
   font-weight: bold;
}

h5 {
   color: #000000;
   font-family: arial;
   font-size: 8pt;
   font-weight: bold;
}
/*Textgestaltung*/
.tab1 {
      tab-size: 2;
}

.tab2 {
      tab-size: 4;
}

.tab3 {
      tab-size: 6;
}

.tab4 {
      tab-size: 8;
}

/*Linkgestaltung*/
a {
  text-decoration: none;
  color: #1c3b53;
}
/*Tabellengestaltung*/
caption {
   color: black;
   text-align: left;
   font-size: 1.2em;
   font-weight: bold;
}