/* Schriftfestlegung für die ganze Site */body 						{  font-family: Arial, Helvetica, sans-serif; font-size: 11pt; line-height: 12pt; color: #083084; background-color: #FFF7E7; text-align: left}/* Bilder mit 1px Rahmen */img.rahmen 					{ border: 1px solid #083084;}/* Horizontale Trennlinie *//*hr*/					/*{ height: 1px; margin: 10px, 8%; color: #AAA797;  }*//* Logo-Navigation */div.logonavigation 						{ margin-left: 10px; margin-bottom: 0px; margin-top: 25px;}/* Bildunterschrift */p.bildunterschrift 						{ text-align: center; font-size: 9pt; margin-top: 1pt;line-height: 9pt; margin-bottom: 0pt;}/* Absatz - linksbündig (STANDARD) */p 						{ text-align: left; font-size: 11pt; margin-top: 8pt;line-height: 12pt; margin-bottom: 0pt;}/* Absatz - rechtsbündig */p.rechts 					{ text-align: right; font-size: 11pt; margin-top: 8pt;line-height: 12pt; margin-bottom: 0pt;}/* Absatz - zentriert */p.mitte 					{ text-align: center; font-size: 11pt; margin-top: 8pt;line-height: 12pt; margin-bottom: 0pt;}/* Absatz - zentriert fuer Tabellen*/p.tabelle 					{ text-align: center; font-size: 11pt; margin-top: 3pt;line-height: 12pt; margin-bottom: 1pt;}/* Absatz - zentriert fuer Tabellen*/p.tabmitte 					{ text-align: center; font-size: 9pt; margin-top: 0pt;line-height: 9pt;margin-bottom: 0pt;}/* Absatz - zentriert für Fotoalbum*/p.foto 					{ text-align: center; font-size: 12pt; margin-top: 8pt;line-height: 12pt; margin-bottom: 0pt;}/* Überschriften - Groß - linksbündig (STANDARD) */h1, h2, h3 					{ text-align: left; font-size: 13pt; margin-top: 8pt;line-height: 14pt; font-weight: bold; margin-bottom: 0pt;}/* Überschriften - Groß - rechtsbündig */h1.rechts, h2.rechts, h3.rechts 		{ text-align: right; font-size: 13pt; margin-top: 8pt;line-height: 14pt; font-weight: bold; margin-bottom: 0pt;}/* Überschriften - Groß - zentriert */h1.mitte, h2.mitte, h3.mitte 			{ text-align: center; font-size: 13pt; margin-top: 8pt;line-height: 14pt; font-weight: bold; margin-bottom: 0pt;}/* Überschriften - Klein - linksbündig (STANDARD) */h4, h5, h6 					{ text-align: left; font-size: 12pt; margin-top: 8pt;line-height: 13pt; font-weight: bold; margin-bottom: 0pt;}/* Überschriften - Klein - rechtsbündig */h4.rechts, h5.rechts, h6.rechts 		{ text-align: right; font-size: 12pt; margin-top: 8pt;line-height: 13pt; font-weight: bold; margin-bottom: 0pt;}/* Überschriften - Klein - zentriert */h4.mitte, h5.mitte, h6.mitte 			{ text-align: center; font-size: 12pt; margin-top: 8pt;line-height: 13pt; font-weight: bold; margin-bottom: 0pt;}/* Menuueberpunkt */p.menutop { text-align: left; font-size: 13pt; margin-top: 8pt;line-height: 14pt; font-weight: bold; margin-bottom: 0pt; color: #FFF7E7; }/* Menuunterpunkt */p.menupoint{ text-align: left; font-size: 11pt; margin-top: 2pt; line-height: 12pt;margin-bottom: 0pt; color: #FFF7E7; margin-left: 20px }/* Tabellenzelle mit Menu */td.menu { vertical-align: top;  padding: 10px; background-color:#083084 }/* Tabellenzelle mit Inhalt */td.inhalt { vertical-align: top; padding: 10px; background-color:#FFF7E7 }/* Tabelle mit Inhalt */table.inhalt { vertical-align: top; padding: 10px; background-color:#FFF7E7 }/* Tabelle fuer Terminseite*/table.termin { vertical-align: top; padding: 5px; background-color:#FFF7E7; font-size: 9pt;}/* Tabelle fuer Ergebnisseite*/table.ergebnis { vertical-align: top; padding: 1px; background-color:#FFF7E7; font-size: 9pt;}/* Formular - rechtsbündig */p.formrechts 					{ text-align: right; font-size: 10pt; margin-top: 2pt;line-height: 12pt; margin-bottom: 0pt;}/* Formular - Linksbündigsbündig */p.formlinks 					{ text-align: left; font-size: 10pt; margin-top: 2pt;line-height: 12pt; margin-bottom: 0pt;}/* Formulareigenschaften */input, textarea{ width: 200px; font-family: Arial, Helvetica, sans-serif; color:#083084}.button{ color:#083084; width: 100px;}.kasten{ width: 20px;}.wegbeschreibung{ width: 144px}/* Linkverhalten (funktioniert bei IE5.5 nicht?!) */a:link { color:#FFF7E7;text-decoration: none}a:visited { color:#FFF7E7;text-decoration: none}a:active { color:#FFF7E7;  text-decoration: underline}a:hover { color:#FFFFFF; text-decoration: underline}/* Linkverhalten gelber Hintergrund (funktioniert bei IE5.5 nicht?!) */a.gelb:link { color:#083084;text-decoration: underline}a.gelb:visited { color:#083084;text-decoration: underline}a.gelb:active { color:#083084;  text-decoration: underline}a.gelb:hover { color:#000000; text-decoration: underline}/* Linkverhalten Fotoalbum (funktioniert bei IE5.5 nicht?!) */a.foto:link { color:#083084;text-decoration: none}a.foto:visited { color:#083084;text-decoration: none}a.foto:active { color:#083084;  text-decoration: underline}a.foto:hover { color:#000000; text-decoration: underline}/* Vereinstabelle - linksbündig */p.verein 						{ text-align: left; font-size: 10pt; margin-top: 2pt;line-height: 12pt; margin-bottom: 2pt; margin-left: 15px }