* {
   margin: 0;
   padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-color: #FFFFCC;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 120%;
}

a, a:link, a:visited {
	color: #990033;
	text-decoration: none;
}

a:hover  {
	color: #111;
	text-decoration: none;
}

a:active {
    color: #000000;
    text-decoration: none!important;
}

a:focus {
    text-decoration: underline;
}

hr  {
	margin: 1em 0;
}

img, img a  {
	border: 0;
}

strong {
    font-style: normal;
    font-weight: bold;
}

em  {
	font-style: italic;
}

blockquote {
	width: 100%;
	margin: 0 0 1em;
	text-align: left;
	text-indent: 25px;
	background: url(../images/quotes2.png);
	background-position: 0 12px;
	background-repeat: no-repeat;
}

blockquote p {
	font-family: Georgia, Serif;
	color: red;
	margin: 0;
	padding: 0 24px 0 0;
	display: inline;
	font-size: 16px;
	line-height: 24px;
	font-weight: lighter;
	padding-right: 24px;
	color: #990033;
	background: url(../images/quotes1.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

address {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 2em;
	padding: .5em 1em;
   background-color: #FFFFE5;
   border-left: 2px solid #990033;
   font-style: normal;
	width: 80%;
}

fieldset {
	border: none;
}
fieldset legend {
	display: none;
}

#content ul, #content ol, #content table  {
	margin-bottom: 1.5em;
	line-height: 20px;
}

ul { list-style: none; }

/* Headerlogo */
#header {
	background-color: white;
}

#header h1 {
	height: 65px; /* Abstand von navigation zu window top */
	text-indent: -9000px;
	background: url(../images/header.gif) white no-repeat;
	border-bottom: 1px solid #993333;
}

/* Farbiger Streifen unter Menü */
#header #pagetitle {
	margin-top: 18px; /* line-height von #navigation a */
	width: 100%;
	height: 95px;
	border-top: 1px solid #993333;
}

/* Navigation */
ul#navigation {
	position: absolute;
	top: 66px; /* Höhe von #header h1 */
	left: 5px;
	z-index: 2;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.02em;
}

ul#navigation a {
	margin-left: 0.3em;
	padding: 0 0.5em 0 0.5em;
	line-height: 18px; /* Höhe von #pagetitle margin */
	display: block;
	white-space: nowrap;
	color: Black;
	text-decoration: none;
}

ul#navigation li { float: left; }

/* Unterlisten nicht zeigen */
ul#navigation ul { display: none; }

/* Unterliste zeigen von aktivem Menüpunkt */
ul#navigation .active ul {
   display: block;
   margin-top: 5px;
	text-transform: none;
	font-size: 11px;
   position: absolute;
}

/* Unterlistenpunkte untereinander anzeigen */
ul#navigation .active li {
	clear: both;
	margin-bottom: 0.2em;
}

ul#navigation .active li a {
	padding-left: 0.8em;
	margin-left: -0.1em;
	line-height: 13px;
	margin-bottom: 4px;
}

ul#navigation .active li a:hover {
	text-decoration: underline;
	background: url(../images/listicon.gif) no-repeat;
	background-position: left center;
}

ul#navigation li li.active a {
	text-decoration: underline;
	background: url(../images/listicon.gif) no-repeat;
	background-position: left center;
}
/* Inhalt */
#content {
	margin-left: 98px;
	padding-top: 4%;
	width: 55em;
}

#content div.links {
	width: 48%;
	float: left;
}

#content div.rechts {
	width: 48%;
	float: right;
}

#content h1 {
	font-size: 1.7em;
   font-family: georgia;
   font-style: normal;
	padding: 0px;
	margin-bottom: 0.8em;
}

#content h2	{
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 0.8em;
}

#content h3	{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

h3.eintrag  {
	font-size: 1.4em;
   font-family: georgia;
   font-style: normal;
	padding: 0px;
	margin-bottom: 0.8em;
}

#content h4	{
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-style: oblique;
}

#content p {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content ul {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 0.2em;
}

#content ol {
	list-style-type: none;
	margin-left: 0.2em;
}

#content ol li:first-letter {
	font-size: 1.4em;
	padding-right: 0.05em;
	font-weight: bold;
}

/* Footer */
#footer {
	clear: both;
	margin-left: 98px;
	padding-top: 4em;
	padding-bottom: 1em;
	width: 55em;
	text-align: left;
	font-size: 11px;
}

#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* Farbdefinitionen Navigation */
#navigation .p1, #navigation ul.p1 a { color:Black !important; }
#navigation a.p1:hover{ border-right: 1px solid #993333; margin-right: -1px; }
#navigation a.p1:hover, div.p1{ color: Black; background:#FFFFCC; border-bottom: 1px solid #990033; }
#navigation .active .p2, a.p2:hover,div.p2 { background-color:#FF9900 }
#navigation .active .p3, a.p3:hover,div.p3 { background-color:#FF6600 }
#navigation .active .p4, a.p4:hover,div.p4 { background-color:#990033 }
#navigation .active .p5, a.p5:hover,div.p5 { background-color:#009999 }
#navigation .active .p6, a.p6:hover,div.p6 { background-color:#000066 }
#navigation .active .p7, a.p7:hover,div.p7 { background-color:#666600 }
#navigation .active a, #navigation a:hover { color: White }

/* Farbdefinitionen 2 */
.gelb { color: #FFFFCC; }  /* Home/Kontakt */
.orange  { color: #FF9900 } /* Vor der Geburt */
.dunkelorange  { color: #FF6600 } /* Bei der Geburt */
.bordeauxrot { color: #990033 } /* Nach der Geburt */
.gruen  { color: #009999  } /* Arbeitsmethoden */
.blau { color: #000066 } /* Systemische Beratung */
.armygruen  { color: #666600 } /* Vita */

.error {
	color: red;
}
label {
	width: 14em;
	display: block;
	float: left;
}

input {
	margin-top: 2px;
	margin-bottom: 2px;
}

div.startseite {
   background-image: url(../images/bg_startseite.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 160px !important;
}

div.gaestebuch {
	background-image: url(../images/bg_gaestebuch.png);
	background-repeat: no-repeat;
	background-position: top left;
}

div.email {
	background-image: url(../images/bg_email.png);
	background-repeat: no-repeat;
	background-position: top left;
}

div.anfahrt {
	background-image: url(../images/bg_anfahrt.png);
	background-repeat: no-repeat;
	background-position: top left;
}

div.vor_der_geburt {
	background-image: url(../images/bg_vor_der_geburt.png);
	background-repeat: no-repeat;
	background-position: top left;
}

div.geburtsvorbereitung {
	background-image: url(../images/bg_geburtsvorbereitung.png);
	background-repeat: no-repeat;
	background-position: top left;
}

div.bei_der_geburt {
	background-image: url(../images/bg_bei_der_geburt.png);
	background-repeat: no-repeat;
	background-position: top left;
}

div.nach_der_geburt {
	background-image: url(../images/bg_nach_der_geburt.png);
	background-repeat: no-repeat;
	background-position: top left;
}

div.rueckbildungsgymnastik {
	background-image: url(../images/bg_rueckbildungsgymnastik.png);
	background-repeat: no-repeat;
	background-position: top left;
}

div.arbeitsmethoden {
	background-image: url(../images/bg_arbeitsmethoden.png);
	background-repeat: no-repeat;
	background-position: top left;
}

div.abc {
	background-image: url(../images/bg_arbeitsmethoden_abc.png);
	background-repeat: no-repeat;
	background-position: top left;
}

div.vita {
	background-image: url(../images/bg_vita.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#poweredby a {
	display: none !important;
}
