html {
	background-image: none;
}
h1 {
	font-size: 18px;
	color: #9B3F16;
  margin-bottom: 7px;
}
div#layoutWrapper {
  width: 1024px;
  overflow-x: hidden;
}
div#layoutTopNavigation  {
  height: 37px;
  padding: 2px 0 0 35px;
  width: 989px;
}
div#layoutTopNavigation div.divTopItem {
  margin-right: 50px;
}
div#layoutMain {
  width: 1024px;
}

div#layoutHomeLeft {
  float: left;
  width: 200px;
}

div#layoutHomeContent {
  float: left;
  width: 624px;
}
div.divContentContainer {
  position: relative;
  width: 624px;
  height: 660px;
  z-index: 9999;
}
div.divFotoWissel {
  position: absolute;
  margin: 1px 0 0 12px;
  z-index: 1000;
}
div.divContentBg {
  position: absolute;
  left: 4px;
  bottom: 0;
  z-index: 9999;
}
div.divContent {
  position: absolute;
  bottom: 0;
  padding: 5px 15px 68px 35px;
  z-index: 9999;
  line-height: 22px;
}

div#layoutHomeRight {
  float: left;
  width: 200px;
}
DIV.divTeaserContainer {
	position: relative;
	width: 200px;
	height: 200px;
}
DIV.divTeaser {
	position: absolute;
	left: -25px;
	top: 0px;
}