body {
	background-color: #79A246; 
	width: 100%; 
	text-align: center; 
	margin: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	overflow: auto;
}

/* is used to hold the site in the center */

.masterdiv {
	width: 99%;
	height: 595px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* holds the textual content: navigation, subnavigation, text and images */

#contentwindow {
	position: relative; 
	height: 399px; 
	width: 880px; 
	margin: auto; 
	margin-top: 110px; 
	z-index: 50;
	color: #526937;
	font-weight: bold;
}

/* main navigation */
#navigation {
	float: left;
	width: 116px; 
	padding-left: 10px;
	text-align: left; 
	font-weight: bold;
	margin-top: 30px;
}

.navi {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.navi li {
	margin-bottom: 8px;
}

.navi li a {
	text-decoration: none;
	color: #526937;
}

.navi li a:hover {
	color: #781A0C;
}


.subnavi {
	margin-top: 8px;
	margin-left: 5px;
	padding-left: 5px;
	list-style-type: none;
}

.subnavi li {
	margin-bottom: 2px;
}

.subnavi li a {
	text-decoration: none;
	color: #526937;
}

.subnavi li a:hover {
	color: #781A0C;
}

/* subnavigation, content and images */

#content {
	width: 627px; 
	background-image: url('/images/content_bg.gif'); 
	height: 399px; 
	position: absolute;
	left: 126px;
}

/* subnavigation */

#subnavi {
 	width: 192px; 
 	float: left;
 	text-align: left;
 	padding-left: 20px;
 	padding-top: 66px;
}

.subsub {
	padding-left: 10px;
}

/* the real content */

#ctext {
	width: 236px; 
	line-height: 160%; 
	position: absolute; 
	left: 192px; 
	text-align: left;
	color: #781A0C;
	float: left;
	padding-left: 5px;
	padding-right: 2px;
}

/* images at the left */

#imagecontainer {
	position: absolute; 
	left: 432px; 
 	width: 192px; 
 	padding-top: 30px;
}
#imagecontainer img {
 	width: 140px;
 	height: 206px;
}

.texttitle {
	width: 100%; 
	text-align: center;
	margin-top: 25px;
	margin-bottom: 20px;
	font-size: 110%;
	color: #526937;
}

#ctext a {
	text-decoration: none;
	color: #526937;
}
#ctext a:hover {
	text-decoration: underline;
}
#ctext a img {
	border-width: 0px;
	margin-right: 5px;
}
/* the background */

#bgmaster{ 
	width: 880px; 
	margin: auto; 
	margin-top: 20px; 
	position: relative;
}

#middlebg {
	float: left; 
	height: 563px; 
	width: 240px;
}

.leftbg {
	float: left; 
	height: 564px; 
	width: 319px; 
}

.rightbg {
	float: right; 
	height: 564px; 
	width: 320px; 
}

/* bgs der einzelnen Seiten */
#home_left {
	background-image: url('/images/home_l.jpg') 
}
#home_right {
	background-image: url('/images/home_r.jpg');
}
#arbeit_left {
	background-image: url('/images/beratung_l.jpg') 
}
#arbeit_right {
	background-image: url('/images/beratung_r.jpg');
}
#kontakt_left {
	background-image: url('/images/kontakt_l.jpg') 
}
#kontakt_right {
	background-image: url('/images/kontakt_r.jpg');
}
#beratung_left {
	background-image: url('/images/arbeit_l.jpg');
}
#beratung_right {
	background-image: url('/images/arbeit_r.jpg');
}
#heilung_left {
	background-image: url('/images/heilung_l.jpg');
}
#heilung_right {
	background-image: url('/images/heilung_r.jpg');
}
#bea_left {
	background-image: url('/images/bea_l.jpg');
}
#bea_right {
	background-image: url('/images/bea_r.jpg');
}

#infobox {
	font-size: 90%;
	color: #526937;
	margin-top: 5px;
}
#infobox a {
		color: #526937;
		text-decoration: none;
}
#infobox a:hover {
		text-decoration: underline;
}

/* diverse Elemente */

iframe {
	 background-color: #F1FDD8; 
	 padding: 0px; 
	 width: 236px; 
	 border-width: 0px; 
	 height: 330px;
	 overflow: hidden; 
}

h1 {
	font-size: 110%;
	font-weight: bold;
	color: #526937;
	padding-top: 23px;
	margin: 0px;
	line-height: 140%;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	color: #526937;
	margin: 0px;
	line-height: 140%;
}

#malogo {
	margin-top: 18px;
	margin-bottom: 15px;
}

.angel {
	margin: 6px;
}

.redspan {
	color: #781A0C;
}

.more, .back {
	width: 95%; 
	text-align: right; 
	font-size: 90%; 
	margin-top: 10px;
}

.metadate {
	width: 95%; 
	text-align: right; 
	font-size: 90%; 
}


