/* Allgemeine Definitionen  */

body {margin-left:8px; margin-top:5px; font-family:Arial;}
table.blind {border:black solid 0}
table.blindfixed {border:black solid 0; table-layout:fixed}
h1 {font-family:Arial; font-size:30pt; font-weight:bold; text-align:center;
	border:black solid 0; border-bottom-width="0"; border-right-width="0"}

/* Für Jahreskalender */

/* Monatsbezeichnung */
td.jk-mon {font-family:Arial; font-size:11pt; font-weight:bold; text-align:center;
	border:black solid 0; border-bottom-width="0"; border-right-width="0"}
/* Wochentagskurzbezeichnung außer Sonntag */
td.jk-wt {width:30px; font-family:Arial; font-size:11pt; font-weight:normal; text-align:left;
	border:black solid 0; border-bottom-width="0";  border-right-width="0"}
/* Wochentagskurzbezeichnung Sonntag */
td.jk-wtso {width:30px; font-family:Arial; font-size:11pt; font-weight:normal; text-align:left; color:red;
	border:black solid 0; border-bottom-width="0";  border-right-width="0"}
/* "Normaler" Tag im Jahr (Zahl), d.h. kein Sonn- oder Feiertag - ohne Tooltip */
td.jk-t {width:25px; font-family:Arial; font-size:11pt; font-weight:normal; text-align:center;
	border:black solid 0; border-bottom-width="0"; border-right-width="0"}
/* Sonn- oder Feiertag im Jahr (Zahl) - ohne Tooltip */
td.jk-sft {width:25px; font-family:Arial; font-size:11pt; font-weight:normal; text-align:center; color:red;
	border:black solid 0; border-bottom-width="0"; border-right-width="0"}
/* "Normaler" Tag im Jahr (Zahl), d.h. kein Sonn- oder Feiertag - mit Tooltip vom Typ "Text" */
td.jk-t-ttt {width:25px; font-family:Arial; font-size:11pt; font-weight:normal; text-align:center;
	border:black solid 0; border-bottom-width="0"; border-right-width="0"; cursor:default;
	background-color:#FFFFCC}
/* Sonn- oder Feiertag im Jahr (Zahl) - mit Tooltip vom Typ "Text" */
td.jk-sft-ttt {width:25px; font-family:Arial; font-size:11pt; font-weight:normal; text-align:center; color:red;
	border:black solid 0; border-bottom-width="0"; border-right-width="0"; cursor:default;
	background-color:#FFFFCC}
/* "Normaler" Tag im Jahr (Zahl), d.h. kein Sonn- oder Feiertag - mit Tooltip vom Typ "Lutherpredigt" */
td.jk-t-ttp {width:25px; font-family:Arial; font-size:11pt; font-weight:normal; text-align:center;
	border:black solid 0; border-bottom-width="0"; border-right-width="0"; cursor:default;
	background-color:#FFFFCC}
/* Sonn- oder Feiertag im Jahr (Zahl) - mit Tooltip vom Typ "Lutherpredigt" */
td.jk-sft-ttp {width:25px; font-family:Arial; font-size:11pt; font-weight:normal; text-align:center; color:red;
	border:black solid 0; border-bottom-width="0"; border-right-width="0"; cursor:default;
	background-color:#FFFFCC}
/* "Normaler" Tag im Jahr (Zahl), d.h. kein Sonn- oder Feiertag - mit Tooltip vom Typ "Text und Lutherpredigt" */
td.jk-t-tttp {width:25px; font-family:Arial; font-size:11pt; font-weight:normal; text-align:center;
	border:black solid 0; border-bottom-width="0"; border-right-width="0"; cursor:default;
	background-color:#FFFFCC}
/* Sonn- oder Feiertag im Jahr (Zahl) - mit Tooltip vom Typ "Text und Lutherpredigt" */
td.jk-sft-tttp {width:25px; font-family:Arial; font-size:11pt; font-weight:normal; text-align:center; color:red;
	border:black solid 0; border-bottom-width="0"; border-right-width="0"; cursor:default;
	background-color:#FFFFCC}
/* Links zu Monatskalenderseiten */
a.jk-mon {color:#660066; text-decoration:none;} 
a.jk-mon:visited {color:#660066; text-decoration:none} 
a.jk-mon:hover {color:#660066; text-decoration:underline} 
a.jk-mon:active {color:#660066; text-decoration:none} 
a.jk-mon:focus {color:#660066; text-decoration:underline} 

/* Für Monatskalender */

/* Monatsname */
td.mk-mon {font-family:Arial; font-size:22pt; font-weight:bold; text-align:left;
	border:black solid 0; border-bottom-width="0"; border-right-width="0"}
/* Wochentagskurzbezeichnung außer Sonntag */
td.mk-wt {width:30; font-family:Arial; font-size:11pt; font-weight:normal; text-align:left;
	border:black solid 0; border-bottom-width="0"; border-right-width="0"}
/* Wochentagskurzbezeichnung Sonntag */
td.mk-st {width:30; font-family:Arial; font-size:11pt; font-weight:normal; text-align:left; color:red;
	border:black solid 0; border-bottom-width="0"; border-right-width="0"}
/* "Normaler" Tag im Monat (Zahl), d.h. kein Sonn- oder Feiertag */
td.mk-t {width:30; font-family:Arial; font-size:11pt; font-weight:normal; text-align:center;
	border:black solid 0; border-bottom-width="0"; border-right-width="0"}
/* Sonn- oder Feiertag im Monat (Zahl) */
td.mk-sft {width:30; font-family:Arial; font-size:11pt; font-weight:normal; text-align:center; color:red;
	border:black solid 0; border-bottom-width="0"; border-right-width="0"}
/* Leere Spalte zum Absetzen des Textes von den Tagesangaben */
Tagtd.mk-b {width:30; font-family:Arial; font-size:11pt; font-weight:normal; text-align:left;
	border:black solid 0; border-bottom-width="0"; border-top-width="0"}
/* Text zum Tag im Monat */
td.mk-txt {width:600; font-family:Arial; font-size:11pt; font-weight:normal; text-align:left;
	border:black solid 0; border-bottom-width="0"; border-left-width="0"}
/* Links zu "normalen", d.h. internen Textseiten */
a.mk-txt {color:#660066; text-decoration:none} 
a.mk-txt:visited {color:#660066; text-decoration:none} 
a.mk-txt:hover {color:#660066; text-decoration:underline} 
a.mk-txt:active {color:#660066; text-decoration:none} 
a.mk-txt:focus {color:#660066; text-decoration:underline} 
/* Links zu Lutherpredigt-Seiten, d.h. extenen Seiten */
a.mk-prd {color:#660066; text-decoration:none} 
a.mk-prd:visited {color:#660066; text-decoration:none} 
a.mk-prd:hover {color:#660066; text-decoration:underline} 
a.mk-prd:active {color:#660066; text-decoration:none} 
a.mk-prd:focus {color:#660066; text-decoration:underline} 

/* Für Textteile */

/* Datum auf Textseiten */
td.txt-datum {width:"100px"; font-family:Arial; font-size:11pt; font-weight:normal;
    text-align:left; vertical-align:top; 
	border:black solid 0; border-bottom-width="0"; border-right-width="0"}
/* Überschrift auf Textseiten */
td.txt-ues {font-family:Arial; font-size:12pt; font-weight:bold; text-align:left;
	border:black solid 0; border-bottom-width="0"}
/* Eigentlicher Text auf Textseiten */
td.txt-txt {width:"600px"; font-family:Arial; font-size:11pt; line-height:18pt; font-weight:normal; text-align:justify;
	border:black solid 0; border-bottom-width="0"; border-right-width="0"}
/* Tabellen auf Textseiten (Sonderfall)*/
td.txt-tab {font-family:Arial; font-size:11pt; line-height:18pt; font-weight:normal; text-align: center}
/* Hin- und Verweise auf Textseiten (Siehe auch/Text)*/
td.txt-sat {font-family:Arial; font-size:10pt; font-weight:normal; text-align:left;
	border:black solid 0; border-bottom-width="0"; border-right-width="0"}
/* Titel von Hin- und Verweisen auf Textseiten (Siehe auch/Text)*/
td.txt-satt {font-family:Arial; font-size:10pt; font-weight:bold; text-align:left; vertical-align:top;
	border:black solid 0; border-bottom-width="0"; border-right-width="0"}
/* Links in Hin- und Verweisen */
a.txt-sat {color:#660066; text-decoration:none} 
a.txt-sat:visited {color:#660066; text-decoration:none} 
a.txt-sat:hover {color:#660066; text-decoration:underline} 
a.txt-sat:active {color:#660066; text-decoration:none} 
a.txt-sat:focus {color:#660066; text-decoration:underline} 


/* Gestaltung des Seitenendes */

p.mt {font-family:Arial; font-size:8pt; font-weight:normal; color:#cc33FF;} 
p.seitenende {font-family:Arial; font-size:8pt; font-weight:normal; color:#660066; margin:0}
a.se:link {color:#660066; text-decoration:none} 
a.se:visited {color:#660066; text-decoration:none} 
a.se:hover {color:#660066; text-decoration:underline} 
a.se:active {color:#660066; text-decoration:none} 
a.se:focus {color:#660066; text-decoration:underline} 
td.se {font-family:Arial; font-size:8pt; font-weight:normal; color:#660066}


