* html {overflow: hidden;}

body {
  text-align: center;
  overflow: hidden; 
}

#top {
  margin-top: 223px;
  margin-left: 507px;
  width: 100%;
  height: 68px;
  color: #000000;
  background-image: url(../images/a5start.png);
  background-repeat: no-repeat;
  background-color: #009933;
}

#widepic {
  margin-top: 24px;
  width: 100%;
  height: 68px;
  background-image: url(../images/title.jpg);
}

#language {
  margin: 24px auto;
  height: 16px;
}

.menu1 {height: 16px;}

ul.menu1 li {
  list-style: none;
  font-weight: bold;
  display: inline;
  color: #000000;
}

ul.menu1 a {
  padding-left: 10px;
  padding-right: 9px;
}

/* IE CSS-Bug */
* html ul.menu1 a {padding-right: 6px;}

li.menu1-level1 {
  margin-right: 2px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

/* IE CSS-Bug */
* html li.menu1-level1 {margin-right: 5px;}

li.menu1-level1 a:link, li.menu1-level1 a:visited, li.menu1-level1 a:active {
  color: #000000;
  background-color: #FFFFFF;
}

li.menu1-level1 a:hover {
  color: #000000;
  background-color: #FDE07B;
}