.font { 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #000000
}
.fontklein { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px; 
		color: #666666
}
.fontklein2 { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px; 
		color: #9B4F2E;
		bgcolor:#e7bd80
}
.ueberschrift { 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 16px; 
		font-weight: bold; 
		color: #666666 
}
#Layer1 	{
	position:absolute;
	overflow: auto;
	height: 288px;
	width: 699px;
	scrollbar-3d-light-color:#cccccc;
	scrollbar-arrow-color:#cccccc;
	scrollbar-darkshadow-color:#cccccc;
	scrollbar-face-color:#eeeeee;
	scrollbar-highlight-color:#eeeeee;
	scrollbar-shadow-color:#cccccc;
	scrollbar-track-color:#cccccc;
	background-color: #FFFFFF;
	top: 384px;
}
#LayerStiftung 	{
	position:absolute;
	overflow: auto;
	height: 460px;
	width: 313px;
	left: 610px;
	top: 110px;
	scrollbar-3d-light-color:#cccccc;
  scrollbar-arrow-color:#cccccc;
  scrollbar-darkshadow-color:#cccccc;
  scrollbar-face-color:#eeeeee;
  scrollbar-highlight-color:#eeeeee;
  scrollbar-shadow-color:#cccccc;
  scrollbar-track-color:#cccccc
	
}
#LayerA 	{
	position:absolute;
	overflow: auto;
	height: 562px;
	width: 300px;
	left: 614px;
	top: 107px;
	scrollbar-3d-light-color:#cccccc;
  scrollbar-arrow-color:#cccccc;
  scrollbar-darkshadow-color:#cccccc;
  scrollbar-face-color:#eeeeee;
  scrollbar-highlight-color:#eeeeee;
  scrollbar-shadow-color:#cccccc;
  scrollbar-track-color:#cccccc
	
}
.tabellemitte 	{
	
	width: 400px;
		
}
#Layer2 	{
	position:absolute;
	height: 480px;
	width: 702px;
	left: 226px;
	top: 102px;
	overflow: hidden;
		
}
.untertitel {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 13px;
		 font-weight: bold; 
		 color: #000000
}
.fontfunktion {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #FFFFFF
}
.fontfunktionweiss {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 9px; 
		color: #FFFFFF
}
.fontaktiv { 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #FF3300
}

a {  
	text-decoration: none
}
a.nav:link  {
        font-family: Arial, Helvetica, sans-serif;
		font-size: 12px; 
		color : #FFFFFF;
        text-decoration :none;
}
a.nav:activ {
        color : #FF3300
        text-decoration :none;
}
a.nav:visited {
        font-family: Arial, Helvetica, sans-serif;
		font-size: 12px; 
		color : #FFFFFF;
        text-decoration :none;
}
a.nav:hover {
        color : #000000;
        text-decoration :none;
}
/**

Stylesheet-Datei für das Gästebuch 

Bei manchen Elementen könnten die Pfade anzugleichen sein...
Momentan sind alle Hintergrundbilder wie folgt referenziert:
"images/bild.gif" 

*/


/* das "gaestebuch"-DIV */
#gaestebuch {
	margin: 0;
	padding: 1em 0 0 0;
	text-align: center;
}

/* Bilder immer vertikal mittig */
#gaestebuch img {
	vertical-align: middle;
}

/* verlinkte Bilder ohne Rahmen */
#gaestebuch a img {
	border: none;
}

/* die Menü-Zeile */
#gaestebuch p#menue {
	margin: 0 2em 1em 2em;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

/* Das Formular */
#gaestebuch form {
	text-align: left;
	padding: 0;
	margin: 0 1em;
}

/* Textabsätze im Formular */
#gaestebuch form p {
	text-align: left;
}

/* betrifft Textabsätze mit class="zentriert" */
#gaestebuch form p.zentriert {
	text-align: center;
}

/* Das DIV um die Eingabefelder herum, beim ersten Eintragen */
#gaestebuch form #angaben {
	float: left;
	width: 50%;
}

#gaestebuch form #angaben p {
	text-align: left;
}

#gaestebuch form #angaben p img {
	padding-right: 5px;
}

/* diese Zeile versteht der IE nicht, daher sind bei ihm die Eingabefelder nicht über die verfügbare Länge */
#gaestebuch form #angaben p input[type=text] {
	width: 100%;
}

/* wieder der Eingabebereich, allerdings in der Vorschau */
#gaestebuch form #angaben2 {
	float: left;
	width: 50%;
}

#gaestebuch form #angaben2 p {
	text-align: right;
	margin: 0;
	padding: 0;
}

#gaestebuch form #angaben2 p img {
	padding-right: 5px;
}

#gaestebuch form #angaben2 p input[type=text] {
	width: 90%;
}

/* Die Eingabe-Box für die Nachricht */
#gaestebuch form textarea {
	width: 100%;
}

/* Das ist die Liste der Einträge (<dl>-Element). Sie besteht aus <dt>- und <dd>-Elementen. Im <dt> steht der Autor und seine Daten,
im <dd> steht seine Nachricht. */
#gaestebuch dl {
	font-size: 100%;
	font-family: sans-serif;
	margin: 0 2em;
	padding: 0;
}

/* Die "Kopfleiste" eines jeden Eintrags mit dem Namen des Autors, etc. */
#gaestebuch dt {
	text-align: left;
	margin: 0;
	padding: 1em 0 0.5em 4em;
	color: #204060;
	border: 1px solid #c0c0c0;
	border-bottom: none;
}

/* Dieses span umschließt den Autor. */
#gaestebuch dt span {
	font-weight: bold;
}

/* Icons in der Kopfleiste eines jeden Eintrags */
#gaestebuch dt img {
	vertical-align: middle;
}

/* Der eigentliche Text des Eintrags */
#gaestebuch dd {
	text-align: left;
	margin: 0;
	padding: 0.5em 2em 1em 2em;
	margin-bottom: 1em;
	border: 1px solid #c0c0c0;
	border-top: none;
}

/* Einstellungen für diverse Meldungs-Texte */

/* Fehlermeldung (<p>-Element) */
#gaestebuch .fehler {
	font-size: 100%; display: block;  margin: 0 auto; border: 1px solid red;
}

/* Warnung  (<p>-Element, beinhaltet das bewarnte <input>-Element) */
#gaestebuch .warnung {
	color: #ff0000;
}
#gaestebuch .warnung input {
	background-color: #fff0f0;
}

/* Erfolgsmeldung (<p>-Element) */
#gaestebuch .erfolg {
	display: block;
	border: 1px solid #00ff00;
	background: #eeffee;
	margin: 1em 2em;
	padding: 0.5em;
}

/* dieses <div> enthält den HTML-Code aus der Datei "scripts/meldung.html" */
#gaestebuch #hinweis {
	float: right;
	border: solid 1px #ff0000;
	width: 45%;
	text-align: left;
	margin: 0px auto 20px auto;
	padding: 0.5em;
	background-color: #ffdfdf;
}

#gaestebuch #hinweis h2 {
	margin: 0;
	padding: 0;
	font-size: 110%;
}

/* Smilies-Box (<div>) */
#smileys {
	display: none;
	float: right;
	width: 45%;
}

/* eine Klasse für den Link, der zur Eingabemaske führt */
.neues-posting {
	margin: 0;
	padding: 0 0 0 18px;
	background: url(images/edit.gif) no-repeat;
}

pre { display: block; position: absolute; top: 50px; right: 10px; width: 350px; padding: 10px; text-align: left; border: 2px solid red; background: #ffeeee; overflow: auto; }
