#footer {
  background: transparent url(images/static/bg-bottom.png) repeat-x scroll center bottom;
}
#content_container h1 {
  color: #75a0b9;
}
#content_container h2 {
  color: #75a0b9;
}
#content_container h3 {
  color: #75a0b9;
}
#main_nav_list {
  border-left: 20px solid #35322d;
}
.sub_nav_list {
  border-bottom: 2px solid #35322d;
}
#header {
  background: transparent url(images/static/bg-top.png) repeat-x scroll right top;
}
#content_container ul {
  list-style-image: url(images/static/liststyle.gif);
}
#content_container table {
  border-style: solid;
  border-color: #35322d;
  border-width: 3px 2px;
}
#content_container table th {
  border-top: 3px solid #35322d;
  border-bottom: 3px solid #35322d;
  background-color: #cfc9bc;
}
#main_nav_container {
  background: transparent url(images/static/menue_bg.png) no-repeat scroll right -20px;
}
a.main_nav_active_item {
  border-left: 10px solid #35322d;
  border-bottom: 2px solid #35322d;
  background-color: #35322d;
}
a.main_nav_item:hover {
  background: #ffffff url(../../images/dynamic/buttonset1/menuepunktbg.png) repeat-x scroll left bottom;
}
a.sub_nav_item {
  background: #e4e1db url(../../images/dynamic/buttonset1/menuepunktbg_man.png) no-repeat scroll right bottom;
}
a.sub_nav_item:hover {
  background: #ffffff url(../../images/dynamic/buttonset1/menuepunktbg.png) repeat-x scroll left bottom;
}
