/* ---------------------------------------------------- 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:75%;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

html {
	overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;
	SCROLLBAR-FACE-COLOR: #e8e9e6;
	SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
	SCROLLBAR-SHADOW-COLOR: #cccccc;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #cccccc;
	SCROLLBAR-BASE-COLOR: #cccccc;
	scrollbar-3d-light-color: #cccccc;
}

/* ----------------------------------------------------- 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:0 0 0 244px;
	width:756px;
	height:240px;
	background-image:url(../images/head.jpg);
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- Frame links ----------------------------------------------- */
#frame-left {
	margin:0 0 0 0;
	width:244px;
	height:441px;
	background-image:url(../images/frame-left.jpg);
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- Content ------------------------------------------------ */
#content {
	margin:-441px 0 0 244px;
	padding:18px 105px 27px 40px;
	width:611px;
	height:423px;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
}

#content2 {
	margin:-441px 0 0 244px;
	padding:18px 105px 27px 40px;
	width:611px;
	min-height:423px;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
}


/* ----------------------------------------------------- Footer ------------------------------------------------- */
#footer {
	position:relative;
	margin:-27px auto;
	width:1000px;
	height:27px;
	background-image:url(../images/footer.jpg);
	background-repeat: repeat;
	z-index:10;
}

/* ----------------------------------------------------- Adress ------------------------------------------------- */
#adress {
	position:absolute;
	top:-304px;
	left:0px;
	width:273px;
	height:310px;
	background-image:url(../images/adress.jpg);
	background-repeat:no-repeat;
	z-index:20;
}

a.autoteile {
	position:absolute;
	top:195px;
	left:244px;
	width:212px;
	height:28px;
	background-image:url(../images/autoteile-a.jpg);
	background-repeat:no-repeat;
}

a.autoteile:hover {
	background-image:url(../images/autoteile-b.jpg);
	background-repeat:no-repeat;
}

a.leistungen {
	position:absolute;
	top:195px;
	left:244px;
	width:212px;
	height:28px;
	background-image:url(../images/leistungen-a.jpg);
	background-repeat:no-repeat;
}

a.leistungen:hover {
	background-image:url(../images/leistungen-b.jpg);
	background-repeat:no-repeat;
}
