body, p a {
    color: black;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

#Seite {
	text-align: left;
	/* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;
	/* standardkonforme horizontale Zentrierung */
	width: 760px;
	padding: 0;
	background: #90C4C0; 
	border: 2px ridge silver;
	text-decoration: none;
}
#Seite a {
	text-decoration: none;
	color: white;
}

html>body div#Seite {
    border-color: black;  /* Farbangleichung an den Internet Explorer  */
}

#navel {
	font-size: 1.5em;
	vertical-align:middle;
}

h1 {
	height: 70px;
	font-size: 2.5em;
	/*margin: 0 220px 0 0;
	*/
	margin: 0 220px 0 0;
	padding: 20px 0 0 0;
	color: white;
	text-align: center;
	background: #7DA199;
	border-bottom: 1px solid silver;
}

#Inhalt {
	margin: 0 220px 0 0;
	padding: 0 1em 1em 1em;
	background-color : White;
}
* html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
#Inhalt a {
	text-decoration: underline;
	color: navy;
}
h2 {
	font-size: 1.2em;
	margin: 0 0;
	color: navy;
	padding : 0.5em 0 0.5em 0;
}
h3 {
	font-size: 1em;
	margin: 0 0;
	color: navy;
 	padding : 1.2em 0 0.2em 0;
}

#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }
  
.hl0 {
	color: white; background-color: navy;
}  
 
.hl1 {
	background-color: silver;
}  

.hl2 {
	background-color: white;
}
#Infotelefon {
	background-color:#87B3AD;
	font-size: 0.83em;
	width: 220px;
	height:90px;
	margin: 0 0 1em 540px;
	padding: 0 0 0 0;
	position : absolute;
	top : 18px;
}
  
#Navigation {
	background: url(schwangere.jpg) no-repeat right;
	background-position:100px 30px;
	font-size: 0.83em;
	width: 220px;
	margin: 0 0 1em 520px;
	padding: 0.5em 0 0 0;
	position : absolute;
	top : 120px;
}
#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
}
#Navigation a {
    color: white; 
    display: block;
    padding: 0.2em;
    font-weight: bold;
	text-decoration: none;
}
#Navigation a:link {
	color: white;
}
#Navigation a:visited {
    color: white;
}
#Navigation a:hover {
    color: navy;
	text-decoration: underline;
}
ul#Navigation a:active {
    color: navy;
}

p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin: 0; 
	padding: 0.5em;
    text-align: center;
    border-top: 1px solid silver;
	background-color: silver;
}

