*{
margin:0px;       /*   Anmerkung - Hellbeige ist deb99f */
padding:0px;
}

body{
   width:900px;
   color:#08145A;
   background:#161345;
   text-align:center;
   margin-left: auto;
   margin-right: auto;
   margin-top:15px;
   padding:0;
   font:14px arial, sans-serif;
   }



#menu {                                          /*CSS für Hauptmenü */
   /*float:right; */
   height:20px;
   margin:20px 5px 5px 5px;
   padding:0px 0px 0px 0px;
   background:#00000;      /* äußere Rahmen, des Hauptmenüs*/
   border-top:0px solid black;
   border-bottom:0px solid black;
   text-align:right;
   }


   #menu ul {                  /* innere Rahmen (Tabelle) des Hautmenüs*/
   width:100%;
   height:20px;
   margin-top:5px;
   margin-left:0px;
   padding:0px;
   list-style:none;
   white-space: nowrap;
   /*border:1px solid black; */
   }

   #menu li{
   display:inline;
   }

   #menu a{
   color:#7707b1;             /*Farbe der Schrift des Hauptmenüs --> violett*/
   background:#dea37b;       /*Hintergrundfarbe des Hauptmenüs --> dunkelbeige*/
   padding:2px 10px 2px 10px;
   border:0px solid #1A1E8A;
   font:bold 14px arial, sans-serif;
   text-decoration:none;
   text-align:center;
   }


   #menu a:hover{color:white;
   color:#7707b1;       /*Farbe der Schrift des Hauptmenüs wenn Maus drüber schwebt--> bleibt violett*/
   background:#c3bebb;  /*Hintergrundfarbe des Menüs wenn Maus drüber schwebt --> wird grau*/
   text-decoration:none;}

   #menu a:active{
   color:#dea37b;             /*Schrift des Menüs wenn angewählt -> wird hellbeige*/
   background:#7707b1;       /*Hintergrundfarbe des Menüs wenn angewählt -> wird violett*/
   text-decoration:none;
   }


#untermenu {                     /*CSS für Untermenü */
   height:20px;
   margin:2px 2px 2px 2px;
   padding:0% 0% 0% 0px;
   /*background:#000000;             /* äußere Rahmen, des Untermenüs--> weg genommen, da height auf 20 gesetzt 20052012 */
   border-top:0px solid black;
   border-bottom:0px solid black;
   text-align:right;
   }


   #untermenu ul {
   /*background:#E9CB68;      /* innere Rahmen (Tabelle) des Hautmenüs*/
   width:100%;
   height:20px;
   margin-top:2px;
   margin-left:0px;
   padding:0px;
   list-style:none;
   white-space: nowrap;
   }

   #untermenu li{
   display:inline;
   }

   #untermenu a{
   color:#7707b1;             /*Farbe der Schrift des Hauptmenüs --> violett*/
   background:#deb99f;       /*Hintergrundfarbe des Hauptmenüs --> dunkelbeige*/
   padding:0px 6px 0px 6px;
   border:0px solid #1A1E8A;
   font:bold 12px arial, sans-serif;
   text-decoration:none;
   text-align:center;
   }

   #untermenu a:hover{
   color:white;
   color:#7707b1;       /*Farbe der Schrift des Hauptmenüs wenn Maus drüber schwebt--> bleibt violett*/
   background:#c3bebb;  /*Hintergrundfarbe des Menüs wenn Maus drüber schwebt --> wird grau*/
   text-decoration:none;}

   #untermenu a:active{
   color:#dea37b;             /*Schrift des Menüs wenn angewählt -> wird hellbeige*/
   background:#7707b1;       /*Hintergrundfarbe des Menüs wenn angewählt -> wird violett*/
   text-decoration:none;
   }

#containervertretung{               /* Container für den Inhalt*/
   background:#deb99f;
   padding:10px 0px 20px 0px;
   /*margin:15px 0% 20px 0px;  */
   margin-left:auto;
   margin-right:auto;
   text-align:center;
   width:1024px;
   color:#08145A;
   }


#container1{               /* Container für den Inhalt*/
   background:#deb99f;
   padding:10px 0px 20px 0px;
   margin:15px 0% 20px 0px;
   text-align:center;
   width:900px;
   height:400px;
   color:#08145A;
   }

.inhalt {
  border-style:solid;
  border-color:#E9CB68;
  border-width:0px 0px 0px 0px;
  /*padding:1% 10px 400px 20px;
  color:#08145A;
  background:white;               */
  color:#08145A;
  background:#deb99f;
  margin:0px 0px 0px 0px;
  padding:10px 60px 10px 60px;
  }


   .inhalt h1{
   color:#08145A;
   margin:0 0 10px 0;
   padding:0px 0 2px 5px;
   font:bold 18px tahoma, sans-serif;
   border-left:0px solid #08145A;
   border-bottom:0px solid #08145A;}
   .inhalt h2{
   color:#08145A;
   margin:25px 0 10px 0;
   padding:2px 0 2px 5px;
   font:bold 14px tahoma, sans-serif;
   /*border-left:8px solid #08145A;*/
   border-bottom:1px solid #08145A;}
   .inhalt h3{
   color:#08145A;
   margin:25px 0 10px 0;
   padding:2px 0 2px 5px;
   font:bold 16px tahoma, sans-serif;
   border-bottom:1px solid #08145A;}
   .inhalt h4{
   color:#08145A;
   margin:25px 0 10px 0;
   padding:2px 0 2px 5px;
   font:bold 12px tahoma, sans-serif;
   border-bottom:1px solid #08145A;}

.inhalt p{padding:0px;}
.inhalt p.img {text-align:center;}
.inhalt p.rahmen {
   border-width:1px;
   border-style:dotted;
   padding:5px;}

.inhalt li {margin-bottom:0.3em;}
.inhalt table {
   background: #deb99f;
   font:14px tahoma, sans-serif;}
.inhalt td {
   padding:5px;
   background: #deb99f;}
.inhalt td.erledigt {
   padding:5px;
   /*text-decoration:line-through;*/}
.inhalt th {
   padding:5px;
   background: white;}
.inhalt table.white {
   /*border:1px solid #08145A;*/
   background: white;
   font:13px tahoma, sans-serif;}
.inhalt a:link {
   text-decoration:underline;
   color:#08145A;}
.inhalt a:visited {
   text-decoration:underline;
   color:#08145A;/*#08145A;*/}
.inhalt a:hover {
   text-decoration: underline;
   color:#FF4100;
         }
.inhalt a:active {text-decoration: underline;
   color:red;}







#container3 {              /* Container für den Footer (Impressum und Copyright*/
   background:#161345;
   padding:0px 0px 0px 0px;
   margin:0% 0% 1% 0%;
   text-align:center;
   width:900px;
      }

 #footer{              /*Unter dem Inhaltsrahmen der Teil mit dem Copyright und Impressum*/
  clear:both;
  width:900px
  height:100px;
  background:#161345;
  margin:10px 0% 0% 0%;
  padding:0px 0px 0px 0px;

  }

#footer p{
         clear:both;
         margin:0px 0px 0px 0%;
         padding:0px 0px 0px 0px;
         text-align:center;
         background:#161345;
         color:#dea37b;
         }


.absatz{
clear:both;
height:20px;
}

.img {padding:0px 0px 0px 0px}

.rahmen {
   border-width:1px;
   border-style:dotted;
   padding:5px;}
.aktive{color:#3399FF;}
.news {text-align:center;
       color:red;}
.red {color:red;}
.green {color:green;}
.center {text-align:center;}
.right {text-align:right;}
.links    {clear:both; float:left;}
.leftumfluss {float:left; margin: 0px 10px 10px 10px;}
.rightumfluss {float:right; margin: 0px 10px 10px 10px;}
.ohnefloat {align:left;}

#abstand {height:10px;}