/* Naturheilpraxis Elke Gudat *2009 Julia Faulde */

html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li, input, textarea, select {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	line-height: 140%;
	}
body {
     background: #E9EBF2;
    background-image: url(images/bg.jpg);
    background-repeat:no-repeat;
    background-position:center 100px;
  	text-align:center;
	}

/* Inhalt */
#global {
	width:998px;
	padding:0;
	margin:100px auto 0 auto;
	}
#adresse {
	margin:190px 0 0 0;
	}
p {
		text-align:left;
		font-family: Arial, Verdana, sans-serif;
		font-size:11px;
		font-weight:normal;
		color:#6a6d72;
	}
a {
	text-decoration:none;
		color:#6a6d72;
	}
a:hover {
	text-decoration:none;
	color:#c50073;
	}
#links {
	position:absolute;
	margin:460px 0 0 405px;
	}
#mitte {
	position:absolute;
	margin:460px 0 0 567px;
	}
#rechts {
	position:absolute;
	margin:460px 0 0 736px;
	}