@charset "utf-8";
/* CSS Document */

/* main Tweaks */

a:link
{
	font-weight:normal;
	color:#F00;
}

a:visited
{
	color:#D582B1;
}

a:hover
{
	font-weight:bold;
}

a:active
{
	font-weight:bold;
}

body {
	background-color:#626262; /* change to ?? */
	font-family:Verdana, Geneva, sans-serif;
	margin: 10px auto;
	min-width: 1000px;
	max-width:1000px;
	width:1000px;
	position:relative;
	border:none;
}

div {
	border:none;
}

img {
    border: none;
}

.liText {
	font-size: 15px;
	line-height:;
	color:#000;
	margin-left:15px;
	list-style-image:url(pics/li_logo.png);
	padding-top: 6px;
}

ul {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.heading1
{
	color: #333;
	font-size: 18px;
	text-transform:uppercase;
	font-weight:bold;
}

.heading2
{
	color: #333;
	font-size: 15px;
	font-weight:bold;*/
}

p
{
	color: #000;
	font-size: 15px;
}

.fontStandardStrong
{
	color: #000;
	font-size: 15px;
	font-weight:bold;
}

.font-green 
{
	color: #779154;
	font-size: 12px;	
}

.font-green a:link, .font-green a:visited, .font-green a:hover, .font-green a:active 
{
	color: #779154;
	font-size: 10px;
	font-weight:bold;
}

.font-error
{
	color:#C00;
	font-size:18px;
}

/* main Tweaks */


/* skeleton */

/* HEADER */
.header {
    width: 1000px;
    height: 179px;
    background-color:#FFF;  /* change to white*/
}

.bannerLeft {
	width: 200px;
    height: 179px;
    background-color: #FFF;	 /* change to white*/
	float:left;
}

.bannerCenter {
	width: 0px; 
	max-width: 594px;
	min-width:594px;	
	height: 179px;
	background-color:#FFF;  /* change to white*/
}

.imageBannerCenter {
	height: 179px;
	width: 600px;
	position: absolute;
	left: 200px;
}

.logo {
	width: 200px;
    height: 179px;
    background-color: #FFF;	/* change to white*/

    float:right;
}

/* HEADER */

.menu1 {
	
	margin-top:7px;
	margin-bottom:7px;
	width: 1000px;
	height: 34px;
	max-height: 34px;
	min-height: 34px;
	background-color:#FFF; 	/* change to white*/
}

.menu1Margin {
	
	margin-top:7px;
	margin-bottom:7px;
	width: 1000px;
	height: 34px;
	max-height: 34px;
	min-height: 34px;
	background-color:#FFF; 	/* change to white*/
}

.menu1Image {
	width: 200px;
	height: 34px;
}

/* BODY */

.bodyContainer {
	width: 1000px;
    min-height: 450px;
	
    background-color: #fffded; 	/* MASTER COLOR */
	background-color: #e7eddb;
	background-color: #f3f6ed;
	margin-bottom: 10px;
	margin:0 auto;
}

.menu2Container {
	/* height:expression(this.scrollHeight > 420 ? "auto":"420px"); */
	width: 200px;
    min-height: 480px;
	background-color: inherit;	 /* change to white*/
	float:left;
	margin: 0px;
	padding-top:22px;
}


.innerBodyCenter {
	background-image:url(pics/Hintergrund_doppelt_skalliert.jpg);
	background-repeat:repeat-y;
	min-height:430px;
	/*height: 420px;*/
	/*width: 600px;*/
	/*position: absolute;
	left: 200px;*/
	padding: 0;
	margin: 0 200px;
	/*height:expression(this.scrollHeight > 420 ? "auto":"420px"); */
}

.innerBodyCenterNatur {
	background-image:url(pics/naturheilpraxis/Hintergrund_Strong_green.jpg);
	background-repeat:repeat-y;
	min-height:430px;
	margin: 0 200px;
}

.innerBodyCenterYoga {
	background-image: url(pics/Backg_yellow.jpg);
	background-repeat:repeat-y;
	min-height:430px;
	margin: 0 200px;
}

.innerBodyCenterKontakt {
	background-image: url(pics/Backg_Green.jpg);
	background-repeat:repeat-y;
	min-height:430px;
	margin: 0 200px;
}

.innerBodyCenterReiki {
	background-image: url(pics/Backg_light_green.jpg);
	background-repeat:repeat-y;
	min-height:430px;
	margin: 0 200px;
}


.bodyContent {
    width: 550px;
	min-height:430px;
    color: #525252;
    padding-left: 35px;
    padding-top:12px;
    padding-bottom:12px;
    line-height:130%;
	position:relative;
}

.bodyRight {
	width: 200px;
	min-height: 430px;
    background-color: inherit;	
    float:right;
	margin: 0px;
	padding: 0px;
}

.bodyRightMusic {
	margin: 0px;
	padding-top:  10px;
	padding-right: 8px;
	float:right;
}



.bodyRightContact {
	margin-top:120px;
	background-color: inherit;
	padding-left: 4px;	
}

.bodyRightPdf {
	margin-top:50px;
	background-color:inherit;
	padding-left: 20px;
	padding-right: 10px;
}

.bodyRightPdf2 {
	margin-top:2px;
	background-color:inherit;
	padding-left: 34px;
	padding-right: 10px;
}

.bodyLeftPdf {
	margin-top:80px;
	background-color:inherit;
	padding-right: 50px;
}


.bodyLeftAnfahrt {
	margin-top:80px;
	background-color:inherit;
	padding-left:23px;
}


/* BODY */



/* FOOTER */

.footer {
	clear:both;
	font-size:10pt;
	width: 1000px;
	height: auto;
	max-height: 16px;
	min-height: 16px;
	background-color:#666; 	/* change to white*/
}

/* FOOTER */

/* skeleton end */



/* MENU */
ul#menu, ul#menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 200px;
}

ul#menu a {
	display: block;
	text-decoration: none;
}

ul#menu li {
	margin-top:  1px;
	padding-top: 6px;
}

ul#menu li a {
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	background: #d582b1;
	cursor: pointer;	
	padding: 3px;
	letter-spacing: 1px;
	padding-left:5px;
}

ul#menu li a:hover {
	background:  #d562b1;
}

ul#menu li ul li a {
	background: #555;
	color: #000;
	padding-left: 10px;
	background: #92b85b;
  	text-transform:none;
}

ul#menu li ul li a:hover {
	background: #91c55b;
	border-left: 5px #d582b1 solid;
	padding-left: 15px;
}

/* MENU */


/* ------------------ löschen */
.menu2Button {
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	background: #d76f7a;
	/*background: #98bc48;*/
	cursor: pointer;
	position: relative;
    top: 15px;
    bottom: 15px;
	padding: 4px 7px;
}

.menu2Button li a {

    display: block;
    padding-left: 0px;
}


h3 {
	padding: 4px 7px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	background: #d582b1;
	/*background: #98bc48;*/
	cursor: pointer;
	margin-top:5px;
	/* padding: .1em 1em; */ /* the .1em for vertical fixes IE gap problem, don't know why */
	/* padding: .1em 0em; */

}

h4 {
	margin: 0px;
	padding: 4px 10px 4px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background: #92b85b;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	margin-bottom:10px;
	/* padding: .1em 1em; */ /* the .1em for vertical fixes IE gap problem, don't know why */
	/* padding: .1em 0em; */

}

h3 a:link, h3 a:visited {
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	text-decoration: none;
	color: #000;
}

h3 a:hover, h3 a:active {
	color: #222;
}

h4 a:link, h4 a:visited {
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	text-decoration: none;
	color: #000;
}

h4 a:hover, h4 a:active {
	color: #222;
}
/* ------------------------- */
/*
.highlightit img{
border: 0px solid white;
}

.highlightit:hover img{
	width: 198px;
	height: 34px;
	border: 1px solid white;
}

.highlightit:hover{
color: #333333;
border: 0px ;
} 
*/
