/* Text-CSS für Seelencoaching */



 /* "transparenter Hintergrund, Schriftfarbe, Schriftart und -größe und Abstand vom Rand" */

* {
margin:0;
padding:0;

}




body {
  margin: 0px;
  padding:0;
  color: #003399;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 1.1em;
  margin-left: 0px  ;
  margin-right: 200px;
 }

 /*   "Formatierung für Aufzählungen"*/
 #aufzaehlung
 {



 
 margin-left: 240px;
 word-spacing: 2px;
list-style-image: url(../bilder/layoutbilder/lilablume.gif);

     }

 /* "ganz normaler Link" */
a {
  color: #0000FF;
  text-decoration: none;
}



 /* "Anker, Sprungbefehle" */
a.an
 {
text-decoration: none;
color: #c15926;
}




/* "besuchter Link" */
a:visited {
   color: #FF7541;
   text-decoration: none;
}



/* "Linkfarbe beim Drüberfahren" */
a:hover {
  color: #9966FF;
  text-decoration: none;
}






#sidebar {
width:9.1em;
float:left;
font: bold 0.71em arial, sans-serif;
margin:-32px 5px 0 0;

}

#sidebar ul {
margin:0 0 0 0;
}


#sidebar ul ul {
margin: 0 0 0 8px;
padding:0;
background:none;
}


#sidebar li {
padding: 3px 0; /*   Padding 6 vergrößern = Kästchen werden höher*/ 
border-bottom: none;
border-left: none;
border-top: none;
border-right: none;
background:#ffffcc;
margin-bottom: -8px; /*  zieht die Zwischenräume zwischen den Kästchen auseinander bei größerer Minuszahl - vorher -15*/
list-style-image: none;
}

#sidebar li li {
padding:0px 8; /* 8 ist wichtig für IE - Abstand der letzten Unterseite nach unten */
border:0;
}

#sidebar a, #sidebar li strong {
color: #6462dd;
padding: 0 0px 0 8px; /*   Abstand zwischen lila Punkt und Schrift im Navimenü = 8px padding-left */
margin:0 0 0 3px; 
display:block;
height:1%;  /*   vergrößern der Zahl macht das Navimenü insgesamt kleiner u. lässt alles zusammenrücken */
}


#sidebar a em {
font-size:0.69em;
}


#sidebar a.butpass {
padding-top: 4px;
padding-bottom: 4px;

}

#sidebar a.butpfad, #sidebar a:visited.butpfad {
padding-top: 0.5px; /*   verändert die Größe des Feldes des angeklickten Links */
padding-bottom: 0.5px;
}

#sidebar a:hover, #sidebar a.butpfad:hover {
color:#6462dd;
}

#sidebar li strong {
background:url(../bilder/layoutbilder/karolila2.jpg) 0 0 no-repeat;
padding-bottom:8px;
}






/* Elemente außerhalb des viewports */
.ignore, #sidebar dfn, #breadcrumb dfn, .hier, .skip {
position:absolute;
left:-1000px;
top:-1000px;
width:0px;
height: 0px;
overflow:hidden;
display:inline;
}

.hier{
padding-top:100px;
}


a.skip:focus {
position:absolute;
top:0;
left:0;
width:5em;
height:1em;
overflow:visible;
display:block;
}






/* "Absatzformatierung" */
p
 {
 margin-top: 20px;
 margin-bottom: 25px;
 margin-left: 220px;
 border-style: none;
 
  /* "Formatierung für Zeilenumbrüche = nowrap" */
 white-space: nowrap;
  }





 /* "Formatierung für letzten Absatz unter der grauen Linie" */
p.copyright
 {
  font-family: "Times New Roman", Times, serif !important;
  font-size: 15px;
  color: #003399;
  margin-top: 0px;
  margin-left: 230px;
  padding-bottom: 1.8cm;
}


         
     
  

  
  /* Senkrechte Abstände der Verlinkungen auf der "Links"-Seite */   
     
  .klasse1 /* kleinster Abstand */
  { 
  margin-top: -20px;
   }  
   
  .klasse2
   { 
   margin-top: 4px;
    } 
     
 .klasse3 /* größte Klasse */
   { 
   margin-top: 40px;
    } 
   
 .klasse4 /* Mix zwischen 1 und 2, wie ein Absatz */
 { 
 margin-top: -5px;
  }
   
   .klasse5 /* Überschrift Glaubensmuster auf Gefühl/Emotion-Seite */
   { 
   margin-top:50px;
    }
   
   .klasse6 /* Zeilenabstand auf Definition-Seite */
   { 
   line-height:30px;
    }
    
    .klasse7 /* Zeilenabstand Links Wandel 2. Abschnitt */
    { 
    margin-top:-15px;
     }
    
         
   /* "Formatierung für Aufzählungen mit einer Zeile pro Sternchen" */
 .aufzaehlung1
 {
 margin-top: 20px;
 margin-bottom: 25px;
 margin-left: 200px;
 border-style: none;
 word-spacing: 2px;
 list-style-position: inside;
 

      }
      
  .aufzaehlung1 li
  { 
  margin-top:0.4em;
 
  
   }   






     cite   /* noch formatieren, damit es normale Schrift wird und nicht kursiv bleibt */
 {

}

 .fett
 {  font-weight: bold;

}

.kursiv
 {
  font-style: italic;
  letter-spacing: 1.5px;
  word-spacing: 2px;

}

.kleiner
{ 
font-size: 0.9em;
font-weight: bold;
font-style: italic;
 }



#danke
 {
    margin-top: 200px;
    margin-left: 300px;
}