@charset "UTF-8";
*{
	outline: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #ecdec3;
	background-image: url(grafik/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;
	background-position: 0px 170px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;
}

p{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}

a, a:link,  a:active, a:visited {
	color: #00499c;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:hover {
	color: #980092	;
	text-decoration: none;
	font-weight: bold;
	}


/* HEADER */

.head{
	height: 149px;
	width: 100%;
	background-image: url(grafik/bg-head.jpg);
	background-repeat: repeat-x;
}



/*NAVI */

.navi{
	height: 30px;
	width: 100%;
	background-image: url(grafik/bg-navi.jpg);
	background-repeat: repeat-x;
}

.navi a:hover, .navi a:active, .navi a:focus {
	background-position: bottom;
	background-repeat: no-repeat;
	
}

.person{
	width: 146px;
	height: 30px;
	background-image: url(grafik/bg-person.jpg);
	background-repeat: no-repeat;
	float: left;
	display: block;
	background-position: top ;
	text-indent: -200000px;
	margin-left: 47px;
}
.therapieformen{
	width: 136px;
	height: 30px;
	background-image: url(grafik/bg-therapie-formen.jpg);
	background-repeat: no-repeat;
	float: left;
	display: block;
	background-position: top ;
	text-indent: -200000px;
	margin-left: 37px;
}
.kontakt{
	width: 74px;
	height: 30px;
	background-image: url(grafik/bg-kontakt.jpg);
	background-repeat: no-repeat;
	float: left;
	display: block;
	background-position: top ;
	text-indent: -200000px;
	margin-left: 37px;
}
.seminare{
	width: 74px;
	height: 30px;
	background-image: url(grafik/bg-seminare.jpg);
	background-repeat: no-repeat;
	float: left;
	display: block;
	background-position: top ;
	text-indent: -200000px;
	margin-left: 37px;
}



/*SUBNAVI */

.subnavi{
	height: 12px;
	margin-left: 178px;
}

.subnavi a:hover, .navi a:active, .navi a:focus {
	background-position: bottom;
	background-repeat: no-repeat;
	
}

.homoeopathie{
	width: 95px;
	height: 12px;
	background-image: url(grafik/bg-homoeopathie.jpg);
	background-repeat: no-repeat;
	float: left;
	display: block;
	background-position: top ;
	text-indent: -200000px;
	margin-left: 29px;

}

.kinesiologie{
	width: 92px;
	height: 12px;
	background-image: url(grafik/bg-kinesiologie.jpg);
	background-repeat: no-repeat;
	float: left;
	display: block;
	background-position: top ;
	text-indent: -200000px;
	margin-left: 15px;

}

.massage{
	width: 57px;
	height: 12px;
	background-image: url(grafik/bg-massage.jpg);
	background-repeat: no-repeat;
	float: left;
	display: block;
	background-position: top ;
	text-indent: -200000px;
	margin-left: 15px;

}

.lebensberatung{
	width: 113px;
	height: 12px;
	background-image: url(grafik/bg-lebensberatung.jpg);
	background-repeat: no-repeat;
	float: left;
	display: block;
	background-position: top ;
	text-indent: -200000px;
	margin-left: 15px;

}

.smt{
	width: 191px;
	height: 12px;
	background-image: url(grafik/bg-smt.jpg);
	background-repeat: no-repeat;
	float: left;
	display: block;
	background-position: top ;
	text-indent: -200000px;
	margin-left: 15px;

}



/* Inhalt */
.wrap{
	margin-left: 47px;
	margin-top: 30px;
	width: 780px;	
	float: left;
}

.bild-links{
	width: 155px;
	height: 220px;
	float: left;
	margin-right: 12px;
	margin-top: 55px;
}

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 14px;
	width: 540px;
	float: left;
}
