﻿/* Stylesheet
   www.heilpraktikerin-marion-bruns.de
   Letzte Änderung: 10.07.2009
*/   

/* Farbschema:
----------------------------------------------------------- */
/*
   Rosarot (Hintergrund und H1):  #A0016A 
   Blau (Zitate und H2):  #5378C4 
   Grün (Hintergrund Kopf und Fuß):  #BBC86C 
   Weiss (Hintergrund):  #FFFFFF
   Grau (Text): #5B606F 
*/

/* Globales Reset
----------------------------------------------------------- */
* {
	padding: 0;
	border: 0;
	margin: 0;
	vertical-align: top;
}


/*---------------------------------------------------------
   Regeln für allgemeine Elemente 
  --------------------------------------------------------- */

body {
	text-align: center;     /* für IE: Text im "body" wird zetriert, damit das gesamte Layout zentriert ist */
	background-color: #386C18;
	font-size: 80%; 
}

/* Hülle  - eigentlicher Layoutbereich */
div#huelle {
	color: #5B606F;
	background-color: #FFFFFF;
	width: 875px;
	margin: 0 auto;  /* Layoutbereich wird zentriert */
	text-align: left; /* Text in der Hülle wird für IE wieder links ausgerichtet */
	clear: both;
}

/* Überschriften */
h1 {
	color: #962A66;
	background-color: transparent;
	font: normal 1.8em Arial, Helvetica, Sans-Serif;
	margin: 0 0 .6em 335px;
}

h2 {
	color: #5378C4;
	background-color: transparent;
	font: normal 1.4em Arial, Helvetica, Sans-Serif;
	margin-top: .8em;
	margin-bottom: .6em; 
}

h3 {
	color: #5378C4;
	background-color: transparent;
	font: bold 1.2em Arial, Helvetica, Sans-Serif;
	margin-top: .9em;
	margin-bottom: .3em; 
}


/* Absätze */
p {
	color: #5B606F;
	background-color: transparent;
	font: normal 1.1em/1.5 Arial, Helvetica, Sans-Serif; 
	margin-top: 0;
	margin-bottom: .5em; 
}


/* Listenpunkte */
ul {
	color: #5B606F;
	background-color: transparent;
	font: normal 1.1em/1.5 Arial, Helvetica, Sans-Serif; 
	margin-top: 0;
	margin-bottom: .9em;
    list-style: disc outside;
}

li {
	margin: 0 0 0.5em 1.2em;
}


/* ---------- Inline-Elemente --------- */
/* Links und Anker */
a:visited {
	color: #A0016A;
	background-color: transparent;
	text-decoration: none;
}

a:link {
	color: #A0016A;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #A0016A;
	background-color: transparent;
	text-decoration: underline;
}

a:active {
	color: #A0016A;
	background-color: transparent;
	text-decoration: none;
}


a:focus {
	color: #A0016A;
	background-color: transparent;
	text-decoration: none;
}


/* Bilder */
img {
	vertical-align: bottom;
}

img.absatz {
	margin-bottom: 25px;
}

/* Hervorhebungen */
strong {
    color: #A0016A;
}

/*---------------------------------------------------------
   Regeln für besondere Bereiche
  --------------------------------------------------------- */


/* Metanavigation
---------------------------------------------------------- */

div#metanavi {
	background-color: #386C18;
	width: 875px;
	margin: 0 auto;  /* Layoutbereich wird zentriert */
	text-align: right; /* Text wird für IE rechts ausgerichtet */ 
}

h2.unsichtbar {
    position: absolute;
    left: -9999px;	
}

#metanavi ul {
    color: #BBC86C;
	background-color: transparent;
	font: bold 1.2em Arial, Helvetica, Sans-Serif; 
    list-style: none;
    margin: 0;
}

#metanavi li {
    margin: 0;
    padding: 10px 20px;
    float: right;
}

#metanavi a:visited {
	color: #BBC86C;
	background-color: transparent;
	text-decoration: none;
}

#metanavi a:link {
	color: #BBC86C;
	background-color: transparent;
	text-decoration: none;
}

#metanavi a:hover {
	color: #BBC86C;
	background-color: transparent;
	text-decoration: underline;
}

#metanavi a:active {
	color: #BBC86C;
	background-color: transparent;
	text-decoration: none;
}

#metanavi a:focus {
	color: #BBC86C;
	background-color: transparent;
	text-decoration: none;
}

#metanavi strong {
	color: #BBC86C;
}



/* Seitenkopf
---------------------------------------------------------- */
div#seitenkopf {
	background-color: transparent;
}

/* Logo */
#seitenkopf p {
	margin: 0;
	padding: 0;
	border-bottom: 3px #962A66 solid; 
}

/* Navigationsleiste */
div#navigation {
	background-color: transparent;
	margin: 15px 50px 70px 315px;
}

#navigation ul {
    color: #5378C4;
	background-color: #FFFFFF;
	font: normal 1.4em Arial, Helvetica, Sans-Serif; 
    list-style: none;
    margin: 0;
}

#navigation li {
    margin: 0;
    padding: 0 20px;
    float: left;
}

#navigation a:visited {
	color: #5378C4;
	background-color: transparent;
	text-decoration: none;
}

#navigation a:link {
	color: #5378C4;
	background-color: transparent;
	text-decoration: none;
}

#navigation a:hover {
	color: #BBC86C;
	background-color: transparent;
	text-decoration: none;
}

#navigation a:active {
	color: #5378C4;
	background-color: transparent;
	text-decoration: none;
}

#navigation a:focus {
	color: #5378C4;
	background-color: transparent;
	text-decoration: none;
}

#navigation strong {
	font-weight: normal;
}


/* Inhaltsabsatz
---------------------------------------------------------- */
div.inhaltsabsatz {
	background-color: transparent;
	margin-top: 30px;
	clear: both;
}


/* Nebeninformation
---------------------------------------------------------- */
div.nebeninformation {
	background-color: transparent;
	width: 275px;
	text-align: right;
	float: left;
}

.nebeninformation p,
.nebeninformation h2,
.nebeninformation h3,
.nebeninformation ul, {
	width: 225px;
}

.nebeninformation h2 {
 	margin-top: 0;
}

.nebeninformation blockquote p {
    color: #5378C4;	
	background-color: transparent;
	font: normal 1.5em/1.3 Arial, Helvetica, Sans-Serif;
	margin-top: 0;
	margin-bottom: .8em; 
}

.nebeninformation blockquote cite {
    color: #5B606F;	
	background-color: transparent;
	font: italic 0.8em Arial, Helvetica, Sans-Serif;
	margin-top: 0;
	margin-bottom: .5em; 
}


/* Hauptinhalt
---------------------------------------------------------- */
div.hauptinhalt {
	background-color: transparent;
    width: 540px;
	float: right;
}

.hauptinhalt p,
.hauptinhalt h1,
.hauptinhalt h2,
.hauptinhalt h3,
.hauptinhalt ul, {
	width: 490px;
}


/* Seitenfuss
---------------------------------------------------------- */
div#seitenfuss {
    background-color: transparent;
	clear: both;
}

#seitenfuss p {
    color: #C2CC79;
	background-color: #962A66;
	font: bold 1em/4 Arial, Helvetica, Sans-Serif;
	text-align: center;
	margin: 60px 0 0 0;
	border-top: 3px #C2CC79 solid;
}

#seitenfuss a {
	color: #C2CC79;
}

/*---------------------------------------------------------
   Regeln für besondere Seiten
  --------------------------------------------------------- */

/* Kurse
----------------------------------------------------------- */

h2.kurstag {
	margin-top: 51px;
}

h3.kurstitel {
	font: bold 1.3em Arial, Helvetica, Sans-Serif;
	border-top: 1px #5B606F dotted;
	padding-top: 25px;
	margin-top: 25px;
}

ul.kursdaten {
	width: 180px;
	float: left;
	list-style: none;
	margin: 0;
}

.kursdaten li,
p.kursort {
	color: #A0016A;
	background-color: transparent;
	font: bold .9em/1.5 Arial, Helvetica, Sans-Serif; 
    margin: 0;
   	
}

p.kursort {
	margin-bottom: .5em; 
	clear: both;
}

/* Kontakt
----------------------------------------------------------- */

p.adresse {
	margin-top: 35px;
}

