body, html, table, td, tr, th, div, span, p, img, br, form
  {
  margin: 0px; 
  padding: 0px; 
  overflow: hidden;
  border: none;
  }

#content
  {
  background: #fff;
  padding: 5px 25px 25px 25px;
  font: 12px Arial;
  line-height: 1.5em;
  color: #38576b;
  }

#content_home
  {
  padding: 5px 25px 25px 25px;
  font: 12px Arial;
  line-height: 1.5em;
  color: #38576b;
  }

#content_box_home
  {
  background: URL("../siteimages/home.jpg") no-repeat center bottom #fff;
  margin: 0px;
  position: absolute; 
  top: 145px; 
  width: 680px;
  bottom: 20px; 
  left: 280px; 
  overflow: hidden;
  }

#content_box
  {
  margin: 0px;
  position: absolute; 
  top: 145px; 
  width: 680px;
  bottom: 20px; 
  left: 280px; 
  overflow: auto;
  }

/*Workaround IE*/
@media all
  {
  * html #content_box
    {
	position: absolute;
	top: 145px;
	bottom: 20px;
	padding-left: 280px;
	width: 960px;
	height: 100%;
	right: 0px;
	left: 0px;
	overflow: auto;
	border-bottom: 165px solid #fff;
	}
  }

/*Workaround IE*/
@media all
  {
  * html #content_box_home
    {
    background: URL("../siteimages/home.jpg") no-repeat right bottom;
	position: absolute;
	top: 145px;
	bottom: 20px;
	padding-left: 280px;
	width: 960px;
	height: 100%;
	right: 0px;
	left: 0px;
	overflow: hidden;
	border-bottom: 165px solid #fff;
	}
  }

/*Navigations-Bereich*/
#mainmenu_box
  { 
  background: URL("../siteimages/background.gif") repeat-y #f1f2f6;
  position: absolute; 
  top: 145px; 
  left: 0px; 
  bottom: 20px;
  width: 280px; 
  overflow: hidden;
  z-index: 99;
  }

/*Workaround IE*/
@media all
  {
  * html #mainmenu_box
    {
	position: absolute;
	top: 145px;
	bottom: 20px;
	width: 280px;
	height: 100%;
	left: 0px;
	overflow: hidden;
	border-bottom: 165px solid #fff;
    z-index: 99;
	}
  }


#header_box
  { 
  background: URL("../siteimages/header.gif") no-repeat #fff;
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 960px; 
  height: 115px;
  }

#header_box_1
  { 
  background: URL("../siteimages/header_spruch_1.gif") no-repeat #fff;
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 960px; 
  height: 115px;
  }
#header_box_2
  { 
  background: URL("../siteimages/header_spruch_2.gif") no-repeat #fff;
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 960px; 
  height: 115px;
  }
#header_box_3
  { 
  background: URL("../siteimages/header_spruch_3.gif") no-repeat #fff;
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 960px; 
  height: 115px;
  }
#header_box_4
  { 
  background: URL("../siteimages/header_spruch_4.gif") no-repeat #fff;
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 960px; 
  height: 115px;
  }

#header
  {
  padding: 20px;
  }

#submenu
  {
  padding-right: 20px;
  font: bold 10px Arial;
  text-align: right;
  }

#submenu_box
  { 
  background: URL("../siteimages/background.gif") repeat-y #f1f2f6;
  position: absolute; 
  top: 115px; 
  left: 0px; 
  width: 960px; 
  height: 30px;
  }

#footer
  {
  padding: 4px 0px 0px 85px;
  font: 10px Arial;
  color: #fff;
  }

#footer_box
  { 
  background: URL("../siteimages/background.gif") repeat-y #8b9ca6;
  position: absolute; 
  bottom: 0px; 
  left: 0px;
  width: 960px; 
  height: 20px;
  z-index: 100;
  }

.submenu_bar_green
  {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 680px;
  border-bottom: 5px solid #008633;
  }
.submenu_bar_yellow
  {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 680px;
  border-bottom: 5px solid #b2c900;
  }
.submenu_bar_red
  {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 680px;
  border-bottom: 5px solid #e3001a;
  }
.submenu_bar_blue
  {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 680px;
  border-bottom: 5px solid #008bd0;
  }

#breadcrumb
  {
  font: 11px Arial;
  margin-bottom: 20px;
  }

#border_box
  { 
  background: #8b9ca6;
  position: absolute; 
  top: 0px;
  height: 100%;
  left: 960px;
  width: 2px; 
  }
