/* ---------------------------------------------------- body / html ---------------------------------------------- */
body, html {
	border: 0px;
	margin:0px 0 0px 0;
	padding:0;
	height:100%;
}

body {
	background:#ffffff;
	background-image:url(../images/bg.jpg);
	color:#000000;
	font-size:70%;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

/* ----------------------------------------------------- wrapper -------------------------------------------------- */
div#wrapper {
	position: relative;
	width:1000px;
	min-height:100%;
	margin:0 auto;
	background-image:url(../images/wrapper-back.jpg);
	background-repeat:repeat-y;
	z-index:1;
}

* html #wrapper {height:100%;}

/* ----------------------------------------------------- Head ----------------------------------------------------- */
#head {
	margin:0 0 0 0;
	padding:29px 0 0 571px;
	width:429px;
	height:49px;
	background-image:url(../images/head.jpg);
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- Subhead ----------------------------------------------------- */
#subhead {
	margin:0 0 0 0;
	width:1000px;
	height:196px;
	background-image:url(../images/subhead.jpg);
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- Frame-right ----------------------------------------------- */
#frame-left {
	position:absolute;
	top:274px;
	left:0px;
	padding:0 71px 0 40px;
	width:176px;
	height:auto;
	background-image:url(../images/frame-left.jpg);
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- Content ------------------------------------------------ */
#content {
	margin:0 0 0 287px;
	width:444px;
	height:796px;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
}

#content2 {
	margin:0 0 0 287px;
	width:444px;
	min-height:796px;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
}

/* ----------------------------------------------------- frame-left ------------------------------------------------ */
#frame-right {
	position:absolute;
	padding:0 70px 0 25px;
	top:275px;
	left:729px;
	width:201px;
	height:643px;
	background-image:url(../images/frame-right.jpg);
	background-repeat: no-repeat;
}

/* ----------------------------------------------------- Footer ------------------------------------------------- */
#footer {
	position:relative;
	margin:-30px auto;
	width:1000px;
	height:30px;
	background-image:url(../images/footer.jpg);
	background-repeat: repeat;
	z-index:10;
}

/* ----------------------------------------------------- Angebot ------------------------------------------------- */
#angebot1 {
	margin:15px 0 0 15px;
	padding:10px 14px 0 14px;
	width:145px;
	height:262px;
	background-image:url(../images/ang-back.jpg);
	background-repeat:no-repeat;
}

#angebot2 {
	margin:15px 0 0 15px;
	padding:10px 14px 0 14px;
	width:145px;
	height:205px;
	background-image:url(../images/ang-back.jpg);
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- Suche ------------------------------------------------- */
#suche {
	position:absolute;
	top:163px;
	left:309px;
	width:321px;
	height:auto;
}

/* ----------------------------------------------------- Einzelprodukt ------------------------------------------*/
.einzel {
	float:left;
	margin: 0 0 0 0;
	padding:0 15px 15px 0px;
	width:140px;
	height:auto;
}