  body {
    overflow-x: hidden; 
    color: black;  background-color: #FFFFFF; 
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 0em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	/* overflow: hidden; */
  }

  h1 {
    font-size: 0.1em;
    margin: 0 0 0.0em; padding: 0.0em;
    text-align: center;
    background-color: #0099FF;
    border: 0px;
  }
  
  p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #fed; border: 1px solid silver;
  }


.banner {
	font-family: Arial, "Arial Narrow";
	font-size: 42px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #003366;
	text-decoration: none;
}
.menue {
	font-family: Arial, "Arial Narrow";
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.text {
	font-family: Arial, "Arial Narrow";
	color: #003366;
	font-weight: normal;
	font-size: 12px;

}
.ueberschrift {
	font-family: Arial, "Arial Narrow";
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.ueberschriftblue {
	font-family: Arial, "Arial Narrow";
	font-size: 18px;
	font-weight: bold;
	color: blue;
}
.ueberschrift1 {
	font-family: Arial, "Arial Narrow";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.ueberschrift1blue {
	font-family: Arial, "Arial Narrow";
	font-size: 14px;
	font-weight: bold;
	color: blue;
	text-decoration: none;

}

.ueberschrift2 {
	font-family: Arial, "Arial Narrow";
	font-size: 14px;
	font-weight: bold;
	color: red;
	text-decoration: none;

}
.bibelstelle {
	font-family: Arial, "Arial Narrow";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.autor {
	font-family: Arial, "Arial Narrow";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.regel {
	font-family: Arial, "Arial Narrow";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.email {
	font-family: Times, "Times New Roman";
	font-size: 8 px;
	font-weight: normal;
	color: #FF6633;
	text-decoration: none;
}

.adresse {
	font-family: Arial, "Arial Narrow";
	font-size: 10;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}

.sms {
	font-family: Arial, "Arial Narrow";
	font-size: 10;
	font-weight: normal;
	color: #2A7E3A;
	text-decoration: none;
}


a:link { font-weight:bold; color:blue; text-decoration:none; }
a:visited { font-weight:; color:; text-decoration:none; }
a:focus { font-weight:; color:red; text-decoration:none; }
a:hover { font-weight:; color:green; text-decoration:none; }
a:active { font-weight:; color:lime; text-decoration:none; }

#editor      { white-space:pre-wrap; }