html {
	height: 100%;
}

body{
	background-image:  url(tools/higru.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
	


#content_home{
	margin: 0px auto;
	width: 900px;
	background-image:  url(tools/info_back.jpg);
	background-repeat: no-repeat;
	background-position: 0 184px;
}

#content_news{
	margin: 0px auto;
	width: 900px;
	background-image:  url(tools/info_back.jpg);
	background-repeat: no-repeat;
	background-position: 0 148px;
	display: inline;
}

#content_rueckfuehrungen{
	margin: 0px auto;
	width: 900px;
	background-image:  url(tools/info_back.jpg);
	background-repeat: no-repeat;
	background-position: 0 184px;
}

#content_reiki{
	margin: 0px auto;
	width: 900px;
	background-image:  url(tools/info_back.jpg);
	background-repeat: no-repeat;
	background-position: 0 184px;
}

#content_thetahealing{
	margin: 0px auto;
	width: 900px;
	background-image:  url(tools/info_back.jpg);
	background-repeat: no-repeat;
	background-position: 0 184px;
}

#content_seminare{
	margin: 0px auto;
	width: 900px;
	background-image:  url(tools/info_back.jpg);
	background-repeat: no-repeat;
	background-position: 0 184px;
}

#content_partner{
	margin: 0px auto;
	width: 900px;
	background-image:  url(tools/info_back.jpg);
	background-repeat: no-repeat;
	background-position: 0 184px;
}

#content_kontakt{
	margin: 0px auto;
	width: 900px;
	background-image:  url(tools/info_back.jpg);
	background-repeat: no-repeat;
	background-position: 0 184px;
}

#content_impressum{
	margin: 0px auto;
	width: 900px;
	background-image:  url(tools/info_back.jpg);
	background-repeat: no-repeat;
	background-position: 0 184px;
}
#content_neutral{
	margin: 10px auto;
	width: 1000px;
	background-image:  url(../../job_marketing/neu/./tools/higru_neutral.jpg);
	background-repeat: no-repeat;
	background-position: 0 122px;
}



/* Menu */


/****************/

.indentmenu{
font: bold 10px Arial;
width: 100%;  /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0px 0 0 240px;
padding: 0;
float: left;
display: inline;
width: 48%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 0 0;
background: #999999 url(tools/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #333333; /*text color*/
padding: 1px 8px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: #333333;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 2px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #999999 url(tools/indentbg2.gif) center center repeat-x;
}

</style>

