@charset "UTF-8";

* { margin:0; padding: 0 }

* html body * { overflow:visible }

html { height: 100% }

body {
    font-size: 12px;
	line-height: 16px;	
	/* Vorgabe der Standardfarben und Textausrichtung */
    color: #626262;
    background: #ccc;
    text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}
a {
    color: #626262;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.wrapper {
	position: relative;
	background: #ef8200 none;
	height: 646px;
    width: 969px;
	margin-left: auto;
	margin-right: auto;
	box-shadow:1px 1px 5px 1px #666;
}
#home {
	background: url(../images/bg_01.png) no-repeat;
}
#about {
	background: url(../images/bg_02.png) no-repeat;
}
#moreAbout {
	background: url(../images/bg_03.png) no-repeat;
}
#behandlung {
	background: url(../images/bg_04.png) no-repeat;
}
#homoeopathie {
	background: url(../images/bg_05.png) no-repeat;
}
#aufstellungsarbeit {
	background: url(../images/bg_06.png) no-repeat;
}
#aufstellungsarbeit #content {
	min-height: 200px;
}
#impressum {
	background: url(../images/bg_07.png) no-repeat;
}
#kontaktInfo {
	position: relative;
	right: 0;
	top: 3px;
	color: #58585A;
    width: 969px;
	margin: 5px auto;
	text-align: right;
	font-weight: bold;
}
#kontaktInfo span {
	padding: 0 13px;
	color: #58585A;
	font-weight: bold;
}
#kontaktInfo span.last {
	padding: 0 0 0 13px;
}
#nav {
	position: absolute;
	margin: 125px 0 0 65px;
	left: -8px;
	top: 5px;
}
#logo {
	position: absolute;
	margin: 125px 0 0 235px;
	width: 190px;
	height: 39px;
}
#logo h1 {
	font-size: 17px;
	font-weight: bold;
	color: #58585A;
	margin: 0 0 3px 0;
	padding: 0;
}
#logo h1 a,
#logo h2 a,
#logo h1 a:hover,
#logo h2 a:hover {
	color: #58585A;
	text-decoration: none;
}
#logo h2 {
	font-size: 15px;
	font-weight: normal;
	color: #58585A;
	letter-spacing: 6.6px;
}
#siteTitle {
	position: absolute;
	margin: 188px 0 0 235px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	line-height: 24px;
}
#contImg {
	position: absolute;
	margin: 241px 0 0 235px;
	width: 170px;
	height: 227px;
	border: 1px solid #f4a25c;
}
#kontakt {
	position: absolute;
	margin: 300px 0 0 235px;
	width: 350px;
}
#content {
	position: relative;
	float: right;
	width: 473px;
	padding: 12px 40px 2px 17px;
	background-color: #f4a25c;
	margin: 113px 0 0 0;
	min-height: 342px;
}
#content p{
	margin-bottom: 15px;
}
#content .next, #content .back{
	position: absolute;
	right: 10px;
	bottom: 15px;
	display: inline-block;
	width: 14px;
	height: 28px;
	background: url(../images/next.png) no-repeat;
	text-indent: -9999px;
}
#content .back{
	background: url(../images/back.png) no-repeat;
}
.zitat {
	position: relative;
	float: right;
	width: 493px;
	padding: 17px;
	background-color: transparent;
	color: #fff;
	font-style: italic;
	font-size: 11px;
	line-height: 18px;
}
.zitat p{
	margin-bottom: 5px;
}
.fett {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}
#headerNav {
	position: absolute;
	margin: 10px 0 0 235px;
}
#headerNav ul {
	list-style: none;
}
#headerNav ul li {
	float: left;
	padding: 0 15px 0 0;
	margin: 0 10px 0 0;
	background: url(../images/trenner_nav.png) right 6px no-repeat;
}
#headerNav ul li.last {
	padding: 0;
	margin: 0;
	background: none;
}
#headerNav ul li a {
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}
#headerNav ul li a:hover, 
#headerNav ul li a.aktiv {
	color: #58585A;
	text-decoration: none;
}
