/* Verwendete Farben:
Startseite 			#2B6900
Psychosynthese	#9CCBFF
Klangmassage		#CBD5DE
Meditation			#D975BB
Für Frauen			#D30335
*/

/* Import weiterer css - Dateien */
@import "layout.css";
@import "content.css";

/* Zentrale Formate */
html, body, div, p, h1, h2, h3, span, a, table, td, form, img {
margin: 0; padding: 0; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
body { background:#FFFFFF; color:#000000; width:750px; }
