
  body   {
         margin:0%;
         font: normal  Helvetica, Arial, sans-serif;
         color: black;
         background-color:#F3ECDC;
         }

  #wrapper{
         width: 950px;
         margin: auto;
         border: 1px solid #e9dfca;
         background-color:#e9dfca ;
         }

  #logo {
         float: left;
         margin-top:1%;
         margin-left:1%;
         width: 20em;
         border: px solid black;
         }

  #leipzig{
         margin-top:1.1%;
         margin-left:65.5%;
         width: 20em;
         }

  ul#Navigation {
         position: relative;
         margin: 0em; padding: 0.8em;
         text-align: center;
         border: px solid black;
         background-color:;
         }

  ul#Navigation li {
         list-style: none;
         display: inline;
         margin: 0.4em; padding:;
         }

  ul#Navigation a {
         padding:0.2em 0.5em;
         text-decoration: none;
         font-weight: bold;
         border: 1px solid black;
         border-left-color: white;
         border-top-color: white;
         color: maroon;
         background-color: ;
         }

         * html ul#Navigation a, * html ul#Navigation span {
         width: em;    /* nur fuer IE 5.0x erforderlich */
         w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
         }

  ul#Navigation a:hover,{
         border-color: white;
         border-left-color: black;
         border-top-color: black;
         color: black;
         background-color: ;
         }


  #container {
         float: left;
         width: auto;
         margin: auto;
         padding-left:%;
         padding-right: %;
         border: px solid black;
         background-color:#D7C7A6;
         }

    h1 {
         font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif;
         text-align:center;
         }

   .box {
        width: 950px;
        margin: ;
        border: px solid black;
        background-color: ;
        }

   .box1 {
        position: relative;
        height: auto;
        width: 250px;
        left: 25px;
        float: left;
        border: px solid black;
        background-color: ;
        }

   .box2 {
        position: relative;
        height: auto;
        width: 250px;
        float: left;
        left: 11%;
        border: px solid black;
        background-color: ;
        }

   .box3 {
        position: relative;
        height: auto;
        width: 250px;
        float:right;
        margin-right:10px;
        border: px solid black;
        background-color: ;
        }






  address {

        background-color:#e9dfca;
        text-align: center; /* zentral */
        font-size: 80%; /* etwas kleiner als der Rest */
        font-style: normal; /* normale Schrift, nicht kursiv */
        line-height: 1.5; /* Zeilenabstand, ohne Einheit */
        border-top: 1px solid black;
        border: px solid black;
        }