/***********************************************************************************************
*  Common Style Definitoins
***********************************************************************************************/
*{
  font-family: Arial, sans-serif;
  font-size: 12px;
	color: #707170;
}
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}
html{
  overflow-y: scroll;
  overflow-x: auto;
}
body{
  background: url(../img/page-bg.png) repeat-x #199d30;
  text-align: center;
}
p{
	padding: 0;
	margin: 0;
}

/*img, div {

   behavior: url(/iepngfix.htc);

}*/


/***********************************************************************************************
*  Page layout
***********************************************************************************************/
#mainarea{
  position: relative;
  width: 913px;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
}
#header-box{
  position: relative;
  width: 913px;
  height: 225px;
  overflow: hidden;
  background: url(../img/header-bg.jpg) no-repeat;
}
#header-box a.home-link{
  display: block;
  position: absolute;
  top: 25px;
  left: 150px;
  width: 290px;
  height: 140px;
}
#content-box{
  position: relative;
  width: 913px;

  background: url(../img/content-box-bg.png) repeat-y;
}
#content{
  width: 889px;
  margin: 0 0 0 12px;
  background: url(../img/content-bg.jpg) repeat-x;
}
#content:after { content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden }
*:first-child+html #content { min-height: 1px; display: inline-block }
* html #content { zoom: 1; display: block }

#content-coat{
	padding: 0 12px 0 0;
	float: right;
  	position: relative;
	width:687px;
}
#teasers{
	position: absolute;
	top: 22px;
	right: 0px;
	display: none;
}
#footer-box{
clear: both;
  position: relative;
  width: 913px;
  height: 208px;
  background: url(../img/footer-bg.png) no-repeat;
}
#teaser-stiwa,
#teaser-parkett{
  position: absolute;
  left: 12px;
  top: -80px;
  width: 195px;
  height: 156px;
}
#teaser-stiwa{
  background: url(../img/teaser-stiwa.png) no-repeat left top;
}
#teaser-parkett{
  top: -36px;
  background: url(../img/teaser-parkett.png) no-repeat;
}
#teaser-stiwa a{
  display: block;
  position: absolute;
  left: 7px;
  top: 15px;
  width: 175px;
  height: 90px;
}
#footer-links{
  position: absolute;
  bottom: 103px;
  left: 22px;
  color: #d4fa93;
}
#footer-links a{
  color: #d4fa93;
  text-decoration: none;
  margin: 0 10px;
}
#footer-links a.active{
	font-weight: bold;
}
#footer-copyright{
  position: absolute;
  bottom: 103px;
  right: 70px;
  color: #d4fa93;
}

#disclaimer {
	color: #d4fa93;
	width: 200px;
	position: absolute;
	bottom: 73px;
	left: 30px;
	font-size: 7pt;
}

/***********************************************************************************************
*  Menu Definitoins
***********************************************************************************************/
#menu{
  position: absolute;
  top: -9px;
  left: 0px;
width:180px;
z-index: 2;
min-height: 195px;
height: auto !important;
height: 195px;
}
#menu div.mainmenu *{
  text-decoration: none;
  color: white;
}
#menu div.mainmenu{
  position: relative;
width: 180px;
min-height: 32px;
height: auto !important;
height: 32px;
}
#menu div.mainmenu a{
  display: block;
  width: 150px;
  height: 35px;
  line-height: 32px;
  padding-left: 30px;
  margin-bottom: -3px;
  background: url(../img/mainmenu-bg.png) no-repeat;
}
#menu div.mainmenu a.active{
  background: url(../img/mainmenu-bg-active.png) no-repeat;
}

/*submenu right popup*/
#menu div.mainmenu div.submenu{
  position: absolute;
  left: 179px;
  top: 0px;
  display: none;
}
#menu div.mainmenu div.submenu div.submenu-top{
  width: 154px;
  height: 7px;
  overflow: hidden;
  background: url(../img/submenu-top-bg.png) no-repeat;
}
#menu div.mainmenu div.submenu div.submenu-center{
  width: 154px;
  background: url(../img/submenu-center-bg.png) repeat-y;
}
#menu div.mainmenu div.submenu div.submenu-bottom{
  width: 154px;
  height: 13px;
  overflow: hidden;
  background: url(../img/submenu-bottom-bg.png) no-repeat;
}
#menu div.mainmenu div.submenu a{
  width: 128px;
  height: 24px;
  line-height: 24px;
  padding-left: 26px;
  margin-bottom: 0;
  color: #707070;
  background: url(../img/submenu-bullet.png) no-repeat 13px 10px;
}
#menu div.mainmenu div.submenu a.active,
#menu div.mainmenu div.submenu a:hover{
  color: #0275c6;
	background: url(../img/submenu-bullet-active.png) no-repeat 13px 10px;
}
/*submenu below*/
#menu div.mainmenu div.submenu-below div.submenu-top{
  width: 180px;
  height: 6px;
	margin-top: -4px;
  overflow: hidden;
  background: url(../img/submenu-below-top-bg.png) no-repeat 9px 0;
}
#menu div.mainmenu div.submenu-below div.submenu-center{
  width: 180px;
	padding-left: 20px;
  background: url(../img/submenu-below-center-bg.png) repeat-y 9px 0;
}
#menu div.mainmenu div.submenu-below div.submenu-bottom{
  width: 180px;
  height: 20px;
  overflow: hidden;
	margin-bottom: -15px;
  background: url(../img/submenu-below-bottom-bg.png) no-repeat 9px 0;
}
#menu div.mainmenu div.submenu-below a{
  width: 180px;
  height: 24px;
  line-height: 24px;
  padding-left: 26px;
  margin-bottom: 0;
  color: #707070;
	background: url(../img/submenu-bullet.png) no-repeat 13px 10px;
}
#menu div.mainmenu div.submenu-below a.active,
#menu div.mainmenu div.submenu-below a:hover{
  color: #0275c6;
  background: url(../img/submenu-bullet-active.png) no-repeat 13px 10px;
  width:160px;
}
#menu div.mainmenu div.submenu-below a{
  width:160px;
}

#menu div.hover div.submenu{
  display: block;
}
/***********************************************************************************************
*  Content Definitoins
***********************************************************************************************/
/*HOME*/
#content-home-bodentuecher,
#content-home-staubmagnet,
#content-home-wet{
	float: left;
	display: inline
}
#content-home-bodentuecher{
	width: 222px;
}
#content-home-staubmagnet{
	width: 210px;
}
#content-home-wet{
	width: 237px;
}
#content-home-bodentuecher p.text{
	padding-left: 10px;
}
#content-home-staubmagnet p.text{
	padding-left: 5px;
}
#content-home-wet p.text{
	padding-left: 16px;
}
#content-home-bodentuecher a img,
#content-home-staubmagnet a img,
#content-home-wet a img{
  border: none;
}
#content-home-bodentuecher p.text a,
#content-home-staubmagnet p.text a,
#content-home-wet p.text a{
  text-decoration: none;
}
/***********************************************************************************************
*  Form Definitoins
***********************************************************************************************/
div.form-label{
  font-weight: bold;
  margin-bottom: 5px;
}
div.form-textarea-box{
  width: 504px;
  height: 97px;
  overflow: hidden;
  background: url(../img/form-textarea-bg.png) no-repeat;
  padding: 6px 9px;
  margin-bottom: 10px;
}
textarea.form-textarea{
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  overflow-y: auto;
}
div.form-text-box{
  width: 247px;
  height: 36px;
  overflow: hidden;
  background: url(../img/form-text-bg.png) no-repeat;
  padding: 6px 9px;
  margin-bottom: 10px;
}
input.form-text{
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  overflow-y: auto;
}
input.form-button{
  color: white;
  border: none;
  width: 134px;
  height: 40px;
cursor:pointer;
  background: url(../img/form-button-bg.png) no-repeat 0 5px;
}
/***********************************************************************************************
*  Other Definitoins
***********************************************************************************************/
.clearer{
	clear: both;
}