#menu1 {
  margin-top: 11px;
  margin-left: 311px;
  height: 21px;
}


/* IE CSS-Bug */
* html #menu1 {
  margin-top: 8px;
  margin-left: 314px;
}


#menu1-level1 {float: left;}


#menu1-level2 span {
  float: right;
  padding-right: 19px;
}


/* ****************************************************** */
#title {clear: both;}


#title_left {
  width: 311px;
  height: 68px;
  float: left;
}


#title_middle {
  height: 68px;
  color: #000000;
  background-color: #009933;

}


#title_right {float: right;}

/* ****************************************************** */
.menu2 {
  margin-top: 24px;
  margin-left: 18px;
  height: 16px;
}


/* IE CSS-Bug */
* html .menu2 {margin-top: 27px;}


ul.menu2 li {
  list-style: none;
  font-weight: bold;
  display: inline;
  color: #000000;
  background-color: #FFFFFF;
}


ul.menu2 a {
  padding-left: 10px;
  padding-right: 9px;
}


li.menu2-level1 {
  margin-right: 5px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}


li.menu2-active a:link, li.menu2-active a:visited, li.menu2-active a:hover, li.menu2-active a:active {
  color: #000000;
  background-color: #FDE07B;
}


/* ****************************************************** */
#body {
  width: 962px;
  margin-top: 79px;
  margin-left: 18px;
}


#content_left {
  margin-top: 1px;
  float: left;
}


/* ****************************************************** */
ul.menu3 li {
  list-style-type: none;
  font-weight: bold;
  color: #000000;
  background-color: #FFFFFF;
}


ul.menu3 a {
  padding-left: 5px;
  padding-right: 4px;
}


li.menu3-level1 {
  margin-bottom: 7px;
  border-left: 1px solid #000000;
}


li.menu3-level2 {
  margin-left: 10px;
  margin-bottom: 7px;
  border-left: 1px solid #000000;
}


li.menu3-level3 {
  margin-left: 20px;
  margin-bottom: 7px;
  border-left: 1px solid #000000;
}


li.menu3-active a:link, li.menu3-active a:visited, li.menu3-active a:hover, li.menu3-active a:active {
  color: #000000;
  background-color: #FDE07B;
}


/* ****************************************************** */
#content_middle {
  margin-left: 209px;
  width: 438px;
}


/* IE CSS-Bug */
* html #content_middle {position: absolute; left: 0px;}


#content_right {
  margin-top: 1px;
  float: right;
  width: 295px;
}

#footer {display: none;}