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


body {
	background:  url(../images/body_bild.jpg) no-repeat 0px 0px fixed #600709;
}

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


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



div#wrapper_oben {
	width:512px;
	margin:25px 0 0 345px;
	height:15px;
}

html>body div#wrapper_oben {
	background: url(../images/bg_01.png) no-repeat 0px bottom;
}

div#wrapper {
	width:512px;
	margin:0 0 0 345px;
}

html>body div#wrapper {
	background: url(../images/bg_02.png) repeat-y 0px 0;
}


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

#head {
	width:512px;
	height:180px;
	background: url(../images/logo.png) no-repeat 53px 42px;
}

#navi {
	width:512px;
	height:227px;
	background: url(../images/praxisstuhl.jpg) no-repeat 226px 0;
}

#navi_team {
	width:512px;
	height:227px;
	background: url(../images/team_head.jpg) no-repeat 226px 0;
}

#navi_praxis {
	width:512px;
	height:227px;
	background: url(../images/buddah_head.jpg) no-repeat 226px 0;
}

#navi_leistungen {
	width:512px;
	height:227px;
	background: url(../images/bluete_head.jpg) no-repeat 226px 0;
}

#navi_anfahrt {
	width:512px;
	height:227px;
	background: url(../images/anfahrt_head.jpg) no-repeat 226px 0;
}

#navi_kontakt {
	width:512px;
	height:227px;
	background: url(../images/blau_head.jpg) no-repeat 226px 0;
}

#navi_impressum {
	width:512px;
	height:227px;
	background: url(../images/bluete2_head.jpg) no-repeat 226px 0;
}


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


#content { 
	width:395px;
	padding:0 0 26px 60px;
}

#adresse_links {
	position:fixed;
	left:32px;
	top:500px;
}


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

div#footer {
	width:512px;
	margin:0 0 0 345px;
	height:11px;
	padding-bottom:30px;
}

html>body div#footer {
	background:url(../images/footer.png) 0 0 no-repeat;
}
