div{
 padding: 0 0 0 0;
 margin: 0 0 0 0;
}

div#main{
 width: 1022px;
 height: 770px;
 font-family: Verdana;
 font-size: 12;
}

#header{
 height: 132px;
 background-color: white;
 z-index: 99;
}

#header_logo{
 position: relative;
 left: 90px;
 top: 0px;
}

#header_leiste{
 position: relative;
 left: 0px;
 top: 0px;
}

#header a{
  text-decoration: none;
  color: black;
}

#header a:hover{
 font-weight: bold;
}

#header_kontakt{
 position: absolute;
 left: 845px;
 top: 82px;
}

#header_impressum{
 position: absolute;
 left: 915px;
 top: 82px;
}

div#left{
 float: left;
 width: 277px;
 height: 630px;
 margin-right: 0px;
 padding-left:0px;

}

.menu{
 position: absolute;
 margin-bottom:0px;
 top: 150px;
 z-index: 99;
}

.menu a{
  text-decoration: none;
  color: white;
}

.menu a:hover, .menu ul li:hover{
 font-weight: bold;
}


.menu ul {
 position: relative;
 text-align: left;
 list-style-type: none;
 margin-top: 10px;
 margin-left: 10px;
 display: none;
}

.menu ul li {
 float:none;
 text-align: left;
 display: block;
 margin-top: 10px;
 font-weight: normal;
}

.menu a:hover + ul, .menu ul:hover{
 font-weight: normal;
 display: none;
}

#mWerkschau{
 left: 340px;
}

#umWerkschau{
 left: -10px;
}

#mLeistungen{
 left: 460px;

}

#umLeistungen{
 left: -10px;
}

#mAusstellung{
 left: 460px;
}

#mAktuell{
 left: 570px;
}
#mVita{
 left: 660px;
}

#mGaestebuch{
 left: 730px
}

#menupadding{
 width: 100%;
 height: 20px;
}

* html .menu ul li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
*:first-child+html .menu ul li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
}
* html .menu ul a, * html .menu ul span {  /* nur fuer IE erforderlich */
    width: 100%;
    w\idth: 6.4em;
}

*:first-child+html .menu ul ul {
    background-color:silver; padding-bottom:0.4em;
}