
/* ---------------------------------------------------- body / html ----------------------------------------------------- */
* {
	border:0;
	margin:0;
	padding:0;
	
}


body {
	background: #fbd0aa url(../images/body_kachel.jpg) repeat-x center 0px;
	height:100%;
}

html {
	overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;
	height:100%;
}


/* ----------------------------------------------------- wrapper ----------------------------------------------------- */

div#wrapper {
	width:965px;
	margin:0 auto;
	z-index:1;
	position:relative;
	min-height:100%;
	background:url(../images/wrapper_kachel.gif) 0 0 repeat-y;
}

* html div#wrapper {
	height:100%;
}

/* ----------------------------------------------------- head ----------------------------------------------------- */

#head {
	width:965px;
	height:278px;
	background: url(../images/head.jpg) no-repeat 0px 0;
}

#infotext {
	position:relative;
	padding:97px 128px 0 0;
	margin:0 0 0 0;
	width:200px;
	height:100px;
	text-align:right;
	float:right;
}

/* ----------------------------------------------------- main----------------------------------------------------- */

#main {
 	width:965px;
	background: url(../images/main.jpg) no-repeat 0 0;
	position:relative;
}

/* ----------------------------------------------------- content ----------------------------------------------------- */

#content { 
	width:487px;
	min-height:340px;
	padding:10px 0 80px 353px;
}

* html #content  {
	height:340px;
}

/* ----------------------------------------------------- footer ----------------------------------------------------- */

div#footer {
	margin:0 auto;
	height:54px;	 
	width:965px;
	margin-top:-54px;
	z-index:30;
	position:relative;
	background:url(../images/footer.jpg) no-repeat  282px 0;
}

div#footer a {
	float:right;
	right:128px;
	position:relative;
}

