/* ---------------------------------------------------- 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:228px 72px 0 831px;
	width:97px;
	height:54px;
	background-image:url(../images/head.jpg);
	background-repeat:no-repeat;
	text-align:right;
}


/* ----------------------------------------------------- Navigation ----------------------------------------------- */
#navigation {
	margin:0 0 0 0;
	padding:10px 0 0 46px;
	width:279px;
	height:775px;
	background-image:url(../images/navigation.jpg);
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- Content ------------------------------------------------ */
#content {
	margin:-785px 0 0 325px;
	padding:10px 75px 33px 0;
	width:600px;
	height:775px;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
}

#content2 {
	margin:-785px 0 0 325px;
	padding:10px 75px 33px 0;
	width:600px;
	min-height:775px;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
}

/* ----------------------------------------------------- Footer ------------------------------------------------- */
#footer {
	position:relative;
	margin:-33px auto;
	width:1000px;
	height:33px;
	background-image:url(../images/footer.jpg);
	background-repeat: repeat;
	z-index:10;
}

/* ----------------------------------------------------- Kundenlogin ------------------------------------------------- */
#login {
	position:absolute;
	top:50px;
	left:46px;
	width:207px;
	height:187px;
	background-image:url(../images/kundenlogin-back.jpg);
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- Suche ------------------------------------------------- */
#suche {
	position:absolute;
	top:183px;
	left:615px;
	width:360px;
	height:36;
}

/* ----------------------------------------------------- Warenkorb ------------------------------------------------- */
#warenkorb {
	position:absolute;
	top:299px;
	left:757px;
	width:158px;
	height:58px;
}

/* ----------------------------------------------------- Domain ------------------------------------------------- */
#domain {
	position:absolute;
	top:102px;
	left:704px;
	width:247px;
	height:22px;
	text-align:right;
}

/* ----------------------------------------------------- Einzelprodukt ------------------------------------------*/
.einzel {
	float:left;
	margin: 0 0 0 0;
	padding:0 15px 15px 0px;
	width:140px;
	height:auto;
}
