body{
	background-color: black;
	margin: 20px;
}

#wrapper{
	position: absolute;
	left: 50%;
	margin-left: -450px;
	height: 1020px;
	width: 900px;
	background-repeat: no-repeat;
	border: 0px solid black;
}

#logo{
	position: absolute;
	top: 25px;
	left: 57px;
	height: 128px;
	width: 120px;
}

#nav_reiki{
	position: absolute;
	top: 20px;
	left: 232px;
	height: 185px;
	width: 129px;
}

#nav_geobiologie{
	position: absolute;
	top: 20px;
	left: 377px;
	height: 185px;
	width: 129px;
}

#nav_klangmassage{
	position: absolute;
	top: 20px;
	left: 519px;
	height: 185px;
	width: 129px;
}

#nav_trauerarbeit{
	position: absolute;
	top: 20px;
	left: 661px;
	height: 185px;
	width: 129px;
}

#content{
	position: absolute;
	top: 249px;
	left: 232px;
	height: 639px;
	width: 561px;
	border: 0px solid black;
	padding: 5px;
	font-family: verdana;
	font-size: 12px;
	overflow: auto;
}
#content a:link, #content a:visited, #content a:active{
	color: black;
	text-decoration: underline;
}
#content a:hover{
	text-decoration: underline;
}

#navi{
	position: absolute;
	top: 249px;
	left: 20px;
	height: 639px;
	width: 190px;
	font-family: verdana;
	font-size: 13px;
}
#navi a:link, #navi a:visited, #navi a:active{
	color: black;
	text-decoration: none;
}
#navi a:hover{
	text-decoration: underline;
}

#footer{
	position: absolute;
	top: 975px;
	left: 0px;
	height: 25px;
	width: 900px;
	border: 0px solid black;
	padding: 5px;
	font-family: verdana;
	font-size: 11px;
	text-align: center;
}

#intro{
	position: absolute;
	left: 50%;
	margin-left: -450px;
	height: 1020px;
	width: 900px;
	border: 0px solid black;
	color: #FFCC33;
}
#intro a:link, #intro a:visited, #intro a:active{
	color: #FFCC33;
	text-decoration: none;
}
#intro a:hover{
	text-decoration: underline;
}
.intro_td{
 color: #FFCC33;
}
