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


body {
	background: #2b1c15 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:950px;
	margin:0 auto;
	z-index:1;
	position:relative;
	min-height:100%;
	background: #ffffff url(../images/wrapper_kachel.gif) repeat-y 0 0px;
}

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


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

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

#logo {
	position:absolute;
	background: url(../images/logo.gif) 0 0 no-repeat;
	width:149px;
	height:173px;
	left:170px;
	top:134px;

}

#bildcollage {
	position:absolute;
	widht: 456px;
	height:290px;
	top:81px;
	right:137px;
	z-index:10;
}


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

#main {
 	width:950px;
	background: url(../images/main.jpg) no-repeat right 0;
	position:relative;
	z-index:5;
}


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

#content { 
	width:389px;
	min-height:300px;
	padding:60px 0 90px 389px;
}

* html #content  {
	height:300px;
}

#spalte_links {
	width:170px;
	top:56px;
	left:15px;
	position:absolute;
	text-align:right;

}


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

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


div#footer p {
	float:right;
	padding-right:159px;
	padding-top:53px;
}

div#footer span {
	padding:12px 12px 12px 12px;
}

div#footer .strich2 {
	background:url(../images/footer_strich.gif) right 0 no-repeat;
}